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
adb56a3c
Commit
adb56a3c
authored
Jul 17, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
0458b207
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
6 deletions
+23
-6
xgg-saas-admin/app/front/entry/public/apidoc/other/zzzd.md
+23
-6
No files found.
xgg-saas-admin/app/front/entry/public/apidoc/other/zzzd.md
View file @
adb56a3c
...
...
@@ -29,7 +29,7 @@
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:[{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
}],
"data"
:[{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
}
,{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
}
],
},
"requestid"
:
"453c672537b8469d848e4c2899273d4d"
}
...
...
@@ -70,7 +70,7 @@
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:[{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
}],
"data"
:[{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
,
"isChoice"
:
false
},{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
,
"isChoice"
:
false
}],
},
"requestid"
:
"453c672537b8469d848e4c2899273d4d"
}
...
...
@@ -96,7 +96,7 @@
| storeType | STRING | 可选 | 店铺类型 |
| industryId | STRING | 必填 | 一级行业ID |
| industryName | STRING | 可选 | 一级行业名称 |
| secondIndustry | Array | 必填 | 二级行业 示例:
[
{id:xxx,name:xxx}
]
|
| secondIndustry | Array | 必填 | 二级行业 示例:
[
{id:xxx,name:xxx
,isChoice},{id:xxx,name:xxx
}
]
|
#### 参数示例
...
...
@@ -130,14 +130,16 @@
{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
...,
"isChoice"
:
false
}
],
"brand"
:[
//品牌资质列表
{
"id"
:
"xxx"
,
"name"
:
"xxx"
,
...
...,
"isChoice"
:
false
}
],
"industry"
:[],
//行业资质列表
...
...
@@ -184,6 +186,10 @@
{
"id"
:
"xxx"
,
//二级行业ID
"name"
:
"xxx"
//二级行业名称
},
{
"id"
:
"xxx"
,
//二级行业ID
"name"
:
"xxx"
//二级行业名称
}
]
}
...
...
@@ -198,6 +204,12 @@
"name"
:
"xxx"
,
...,
"isChoice"
:
false
},
{
"id"
:
""
,
"name"
:
"xxx"
,
...,
"isChoice"
:
false
}
]
...
...
@@ -217,7 +229,12 @@
"isPass"
:
true
,
//是否通过
"recommend"
:[
//推荐业务
{
"id"
:
xxx
"id"
:
xxx
,
...
},
{
"id"
:
xxx
,
...
}
]
...
...
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