Commit 258e2362 authored by 赵啸非's avatar 赵啸非

修改站点权限分配

parent a739be0a
...@@ -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
......
...@@ -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.不展示)|是|-
......
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