POST Api/Invoke/AddChannelNotice
添加渠道通知日志
Request Information
URI Parameters
None.
Body Parameters
请求模型
SpeedPower.Utility.Models.Service.MILogs.AddChannelNoticeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId |
站点ID |
string |
Required String length: inclusive between 0 and 128 |
| OrderTag |
订单标识 |
string |
Required String length: inclusive between 0 and 128 |
| ChannelName |
渠道名称 |
string |
Required String length: inclusive between 0 and 20 |
| Message |
消息 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SiteId": "sample string 1",
"OrderTag": "sample string 2",
"ChannelName": "sample string 3",
"Message": "sample string 4"
}
Response Information
Resource Description
添加渠道通知日志
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}