Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Snippets
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
liqingzhong
2016-02-29 14:36:05 +0800
Commit
353beade05e8123f65c77a087976a999c052ba6a
1 parent
83e26bff
增加生成链接文档
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
inferface-document/cms/link.md
inferface-document/cms/link.md
0 → 100644
View file @
353bead
# 生成链接接口服务定义
----------------------
# 查询所有品牌名称
> 接口名:`link/getAllBrand`
### 返回
```
json
{
"code"
:
200
,
"data"
:
[
{
"id"
:
1508
,
"text"
:
"品牌2"
}
],
"md5"
:
"746f25c909dc7d271f905af3784da021"
,
"message"
:
"Product Brand List."
}
```
...
...
Please
register
or
login
to post a comment