文档
测试

提交授权功能

POST
/general/arrange/function/save

请求参数

参数名
类型
描述
必填
arrange_id
int
签约地ID
必填
type
int
类型,1:功能权限,2:资源权限
必填
function_data
string
选中示例:[{"id":"1","type":"1","is_checked":"0"},{"id":"2","type":"2","is_checked":"1"}]
必填
id
int
功能id
必填
is_checked
int
是否选中,0未选中,1选中
必填