简要描述:
- 新增或编辑
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | 朱小乾 | 2022-03-18 |
请求URL:
- /api/Security/Role/AddOrInsert
请求方式:
- POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
Equipment | 否 | string | 设备类型(guide-pc :导检台pc;caller-pc :叫号端PC;guide-pad :导检台Pad;caller-pad :叫号端Pad;manage:管理后台) |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 否 | int | 主键Id |
code | 是 | string | 代码 |
fullName | 是 | string | 全称 |
type | 是 | string | 类型 |
sortCode | 否 | int | 排序 |
description | 否 | string | 描述 |
enabledMark | 否 | bool | 是否启用 |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": null
错误时返回:
{
"code": 3,
"message": "",
"data": null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
备注:
-
文档更新时间: 2022-03-18 10:44