POST Api/AddAppMenu
修改用户菜单
Request Information
URI Parameters
None.
Body Parameters
vm_APPMenuSet| Name | Description | Type | Additional information |
|---|---|---|---|
| YHGuid |
用户ID |
globally unique identifier |
None. |
| MenuIDList |
菜单ID |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"YHGuid": "7a1d676f-882b-45e9-9f21-f307ecffefa6",
"MenuIDList": [
"bdfb2d11-91fc-42b5-a0ef-9a64bf4c9415",
"5dba45aa-ab34-458b-995c-3b1a35dbb9a1"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
状态码:200成功
JsonMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
执行状态码 |
string |
None. |
| Message |
结果消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2"
}