Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
f5896eb8
Commit
f5896eb8
authored
Oct 12, 2020
by
王悦
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/center-channel' into center-channel
parents
c3747674
f7a0f04c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
97 additions
and
2 deletions
+97
-2
center-channel/app/front/entry/public/apidoc/platform/tmOrder.md
+97
-2
No files found.
center-channel/app/front/entry/public/apidoc/platform/tmOrder.md
View file @
f5896eb8
<a
name=
"menu"
href=
"/doc"
>
返回主目录
</a>
1.
[
尼斯查询(一)
](
#getNcl
)
1.
[
尼斯查询(二)
](
#getNclTwo
)
1.
[
尼斯查询(模糊查询)
](
#getNclByLikeNameAndNcl
)
1.
[
文字转图片
](
#word2pic
)
1.
[
商标样式转换
](
#uploadStandardTm
)
1.
[
图片转pdf
](
#pic2pdf
)
...
...
@@ -36,7 +37,9 @@
{
"status"
:
0
,
//操作状态0:操作成功-1:操作失败
"msg"
:
"操作成功"
,
//操作信息
"data"
:
[
"data"
:
{
"count"
:
16
,
"rows"
:[
{
"code"
:
"01"
,
//尼斯大类编码
"name"
:
""
,
//大类名称
...
...
@@ -79,7 +82,8 @@
}
]
}
],
]
},
"requestId"
:
"8cd7e91ec607453c805da8302f3e068c"
}
```
...
...
@@ -152,6 +156,97 @@
}
```
## **<a name="getNclByLikeNameAndNcl"> 尼斯查询(模糊查询)</a>**
[
返回到目录
](
#menu
)
##### URL
[
/action/tmTools/springBoard
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getNclByLikeNameAndNcl
```
javascript
{
"name"
:
"砷"
,
"ncls"
:
[]
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"操作成功"
,
"data"
:
[
{
"code"
:
"01"
,
"name"
:
"化学原料"
,
"pcode"
:
""
,
"type"
:
1
,
"children"
:
[
{
"code"
:
"0101"
,
"name"
:
"工业气体,单质"
,
"pcode"
:
"01"
,
"type"
:
1
,
"children"
:
[
{
"code"
:
"010084"
,
"name"
:
"砷"
,
"pcode"
:
"0101"
}
]
},
{
"code"
:
"0102"
,
"name"
:
"用于工业、科学、农业、园艺、林业的工业化工原料"
,
"pcode"
:
"01"
,
"type"
:
1
,
"children"
:
[
{
"code"
:
"010083"
,
"name"
:
"砷酸铅"
,
"pcode"
:
"0102"
},
{
"code"
:
"010085"
,
"name"
:
"亚砷酸"
,
"pcode"
:
"0102"
},
{
"code"
:
""
,
"name"
:
"有机砷化合物"
,
"pcode"
:
"0102"
}
]
}
]
},
{
"code"
:
"05"
,
"name"
:
"医药"
,
"pcode"
:
""
,
"type"
:
1
,
"children"
:
[
{
"code"
:
"0501"
,
"name"
:
"药品,消毒剂,中药药材,药酒"
,
"pcode"
:
"05"
,
"type"
:
1
,
"children"
:
[
{
"code"
:
""
,
"name"
:
"医用砷解毒剂"
,
"pcode"
:
"0501"
}
]
}
]
}
],
"bizmsg"
:
"empty"
,
"requestId"
:
"66d5695bccbd4a168e6e4823542b4a65"
}
```
## **<a name="word2pic"> 文字转图片</a>**
[
返回到目录
](
#menu
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment