Commit 964ca9e2 by 任晓松

文档

parent c11748ba
......@@ -20,12 +20,13 @@
1. [商标报告](#tmreport)
1. [商标统计接口总量、有效、申请](#tmstatistics)
1. [商标统计接口公司总量](#tmcompanystatistics)
1. [商标地区分布统计排名](#tmaddrstatisticsrank)
1. [商标地区分布统计排名](#tmaddrstmtatisticsrank)
1. [商标企业分布统计排名](#tmcompanystatisticsrank)
1. [商标类别申请排名](#tmnclstatisticsrank)
1. [商标申请及注册趋势](#tmtrend)
1. [商标注册地域/大类分布 模糊](#findTrademarkNamejuhe)
1. [商标注册地域/大类分布 精准](#findTrademarkNameAccuratejuhe)
1. [公司核名](#checkName)
......@@ -4360,4 +4361,138 @@
```
## **<a name="checkName"> 公司核名</a>**
[返回到目录](#menu)
##### URL
[/web/action/tmQuery/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:checkName
``` javascript
{
"actionType":"checkName",
"actionBody":{
"cityname": "北京",
"keyword": "小米",
"btname": "科技",
"orgname": "有限公司"
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "操作成功",
"data": {
"brandList": [],
"cityList": [],
"code": "200",
"identicalCityList": [],
"level": "低",
"msg": "查询完成",
"point": 1000,
"sensitiveList": [],
"similarCityList": [
{
"id": 0,
"levels": "高",
"name": "北京<em>小米</em>智能科技有限公司",
"per": 83,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "高",
"name": "北京<em>小米</em>数码科技有限公司",
"per": 83,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "高",
"name": "北京雷<em>小米</em>生物科技有限公司",
"per": 80,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "高",
"name": "北京<em>小米</em>诺娃教育科技有限公司",
"per": 76,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "高",
"name": "<em>小米</em>有品科技有限公司北京分公司",
"per": 74,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "中",
"name": "<em>小米</em>之家科技有限公司北京第九分公司",
"per": 68,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "中",
"name": "<em>小米</em>之家科技有限公司北京第五分公司",
"per": 68,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "中",
"name": "<em>小米</em>之家科技有限公司北京第十五分公司",
"per": 66,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "中",
"name": "<em>小米</em>之家科技有限公司北京第三分公司",
"per": 68,
"pinyin": "",
"title": "",
"type": ""
},
{
"id": 0,
"levels": "中",
"name": "<em>小米</em>之家科技有限公司北京第十分公司",
"per": 68,
"pinyin": "",
"title": "",
"type": ""
}
]
},
"bizmsg": "empty",
"requestId": "e5f851eca2174ae1a1a163226fc405cd"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment