|
|
### 商标
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/
|
|
|
```
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
```
|
|
|
{'action': 'trademark', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'}
|
|
|
```
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: [
|
|
|
{
|
|
|
name: "意中行",
|
|
|
type: "服装鞋帽",
|
|
|
status: "有效"
|
|
|
},
|
|
|
{
|
|
|
name: "蒙山傅家",
|
|
|
type: "餐饮住宿",
|
|
|
status: "有效"
|
|
|
},
|
|
|
{
|
|
|
name: "PINEARO",
|
|
|
type: "网站服务",
|
|
|
status: "有效"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
| name |商标名称|
|
|
|
| type |分类|
|
|
|
| status |状态|
|
|
|
|
|
|
#### 示例
|
|
|
[http://shuidi.dev.pingansec.com/?action=trademark&digest=57cf8faa95a6107725c5177d6ee7ef8d](http://shuidi.dev.pingansec.com/?action=trademark&digest=57cf8faa95a6107725c5177d6ee7ef8d) |