|
|
### 商标
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/
|
|
|
```
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
```
|
|
|
{'action': 'copyright', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: [
|
|
|
{
|
|
|
book_name: "ASVVF",
|
|
|
book_type: "美术",
|
|
|
reg_code: "国作登字-2015-F-00230639",
|
|
|
publish_date: "2015-08-01 00:00:00"
|
|
|
},
|
|
|
{
|
|
|
book_name: "五色波点",
|
|
|
book_type: "美术",
|
|
|
reg_code: "国作登字-2015-F-00230638",
|
|
|
publish_date: "2014-09-18 00:00:00"
|
|
|
},
|
|
|
{
|
|
|
book_name: "浪漫四叶草",
|
|
|
book_type: "美术",
|
|
|
reg_code: "国作登字-2015-F-00230637",
|
|
|
publish_date: "2014-10-25 00:00:00"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
| book_name |作品著作权|
|
|
|
| book_type |登记类型|
|
|
|
| reg_code |登记号|
|
|
|
| publish_date |登记日期|
|
|
|
|
|
|
#### 示例
|
|
|
[http://shuidi.dev.pingansec.com/?action=copyright&digest=57cf8faa95a6107725c5177d6ee7ef8d](http://shuidi.dev.pingansec.com/?action=copyright&digest=57cf8faa95a6107725c5177d6ee7ef8d) |