POST public/v3/SubAppWeb/SaveOrgSubAppCatgConfig
保存分组折叠设置
Request
URI Params
None.
Body Params
配置信息
OrgSubAppCatgConfigWebModel| 字段名 | 字段说明 | 字段类型 | 附加信息 |
|---|---|---|---|
| OrgSubAppCatgConfigID |
主键 |
integer |
None. |
| EntrType |
入口类型 |
EntranceType |
None. |
| OrgType |
组织类型 |
OrgType |
None. |
| OrgID |
组织ID |
integer |
None. |
| FoldFlag |
折叠标识 0、未配置(继承上级) 1.折叠 2. 展开 |
SubAppCatgStatus |
None. |
| TopOpen |
top n 分组 展开 |
integer |
None. |
| LessFold |
分组小于指定值 折叠, 为0时此参数无效 |
integer |
None. |
| MultFoldFlag |
用户多组织默认折叠标识 true 多身份默认折叠 false 多身份默认展开 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgSubAppCatgConfigID": "1",
"EntrType": 1,
"OrgType": 0,
"OrgID": "2",
"FoldFlag": 0,
"TopOpen": 3,
"LessFold": 4,
"MultFoldFlag": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Api Parameter Descriptions
| 参数描述 | 参数说明 | 参数源 |
|---|---|---|
| config |
配置信息 |
FromBody |
Response
APIResult| 字段名 | 字段说明 | 字段类型 | 附加信息 |
|---|---|---|---|
| Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
| ErrCode |
错误代码,因功能而异 |
integer |
None. |
| Msg |
返回信息 |
string |
None. |
| SeqId |
请求序列 |
integer |
None. |
| InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{
"Ret": 1,
"ErrCode": 2,
"Msg": "sample string 3",
"SeqId": 4,
"InfoMsg": "sample string 5"
}