Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
shuidiapp
Wiki
trademark
trademark
· Changes
Page history
chenchang created page: trademark
authored
Oct 31, 2016
by
陈昌
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
trademark.md
trademark.md
+49
-0
No files found.
trademark.md
0 → 100644
View page @
9f145eaa
### 商标
#### 调用地址
```
/
```
#### 传参
```
{'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
)