Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
base-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
base-platform
Commits
258e2362
Commit
258e2362
authored
3 years ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改站点权限分配
parent
a739be0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
base-manager/src/test/java/com/mortals/httpclient/site/SiteBusinessController.http
...a/com/mortals/httpclient/site/SiteBusinessController.http
+11
-0
doc/api.md
doc/api.md
+1
-0
No files found.
base-manager/src/test/java/com/mortals/httpclient/site/SiteBusinessController.http
View file @
258e2362
...
@@ -9,6 +9,17 @@ Content-Type: application/json
...
@@ -9,6 +9,17 @@ Content-Type: application/json
"size":10
"size":10
}
}
###站点业务列表
POST {{baseUrl}}/site/business/flatList
Authorization: Bearer {{authToken}}
Content-Type: application/json
{
"siteId": 18,
"page":1,
"size":10
}
###站点业务更新与保存
###站点业务更新与保存
POST {{baseUrl}}/site/business/save
POST {{baseUrl}}/site/business/save
...
...
This diff is collapsed.
Click to expand it.
doc/api.md
View file @
258e2362
...
@@ -1895,6 +1895,7 @@ parentId|Long|父级ID|是|默认顶级为0,当业务类型为二级时parentI
...
@@ -1895,6 +1895,7 @@ parentId|Long|父级ID|是|默认顶级为0,当业务类型为二级时parentI
isBusiness|Integer|业务类型(0.一级业务,1.二级业务)|是|当为二级业务时paraentId为一级业务的主id
isBusiness|Integer|业务类型(0.一级业务,1.二级业务)|是|当为二级业务时paraentId为一级业务的主id
name|String|业务名称|是|-
name|String|业务名称|是|-
remark|String|备注|是|-
remark|String|备注|是|-
flownum|String|业务编号,如A,B|是|-
canorder|Integer|是否允许预约(1.允许,0.不允许)|是|-
canorder|Integer|是否允许预约(1.允许,0.不允许)|是|-
cantake|Integer|是否允许取号(1.允许,0.不允许)|是|-
cantake|Integer|是否允许取号(1.允许,0.不允许)|是|-
datashow|Integer|大厅情况展示 (1.展示,0.不展示)|是|-
datashow|Integer|大厅情况展示 (1.展示,0.不展示)|是|-
...
...
This diff is collapsed.
Click to expand it.
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