GET api/CustomNews/GetCustomNewsSetting?customnewsid={customnewsid}&userId={userId}
客户报事配置信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customnewsid | string |
Required |
|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfCustomNewsBaseSettingResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | CustomNewsBaseSettingResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"IfPaiDan": true,
"IfAddStaff": true,
"IfBack": true,
"IfQiangDan": true
}
}