文档
测试

申报须知

POST
http://chanquan.liguangkeji.com/api/index/getmessage

请求参数

参数名
类型
描述
必填
id
int
示例:6
必填

响应参数

参数名
类型
描述
必填
error_code
int
示例:200
必填
result
object
数据字典
必填
scid
int
示例:6
必填
name
string
示例:专利交易
必填
icon
string
示例:kaizhi/article/5d13871a33d6c.png
必填
sort
int
示例:0
必填
link
string
示例:www.baidu.com
必填
password
string
示例:1234
必填
detail
string
示例:<p><strong><span style="font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px"><span style="font-family:宋体">专利申报须知</span></span></strong><strong><span style="font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px"><span style="font-family:宋体">:</span> </span></strong><strong><span style="font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px"><br/></span></strong><strong><span style="fo...
必填
message
object
示例:null
必填

说明 / 示例

专利申报ID:6 商标申报ID:8 软件著作权ID:7 ``` { "error_code": 200, "result": { "scid": 6, "name": "专利交易", "icon": "kaizhi/article/5d13871a33d6c.png", "sort": 0, "link": "www.baidu.com", "password": "1234", "detail": "<p><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">专利申报须知</span></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">:</span> </span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><br/></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\">1</span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">、申请人可以是个人或者具有法人资格的企事业单位,个人请填写身份证号,企业请填写社会信用代码或者组织机构代码,多个申请人请分别写明每个申请人的上述信息;</span></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><br/></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\">2</span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">、发明人必须是自然人,可以填写多个;</span></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><br/></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\">3</span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">、邮寄地址用于向您邮寄证书及官方文件等,可与申请人地址不同,收件人默认为合同中的联系人,如果指定其它收件人,请在备注中注明;</span></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><br/></span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\">4</span></strong><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">、</span><span style=\"font-family:宋体\">请务必认真核对所填写的各项信息是否正确,专利递交后,如信息错误需要修改的,会产生额外费用。</span></span></strong></p><p><span style=\"font-family:宋体;color:rgb(43,11,181);font-weight:bold;font-size:12px\">5、</span><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">若填写申报资料时涉及到发明、实用新型、外观设计图片,可在本页面上传。</span></span></strong></p><p><strong><span style=\"font-family: 宋体;color: rgb(43, 11, 181);font-size: 12px\"><span style=\"font-family:宋体\">6<span style=\"color: rgb(43, 11, 181); font-family: 宋体; font-size: 12px; font-weight: 700;\">、</span>申报信息填写完毕后,后续工作会有专人跟您对接。</span></span></strong></p><p><br/></p>", "message": null } } ```