POST Api/Service/GetChannelNotices/{SiteId}
平台通知日志获取
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SiteId |
站点ID |
string |
Required |
Body Parameters
订单标签列表
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
Response Information
Resource Description
平台通知日志获取
Collection of SpeedPower.Utility.Models.Service.MILogs.GetChannelNoticeModelName | Description | Type | Additional information |
---|---|---|---|
ID |
日志ID |
globally unique identifier |
None. |
Time |
日志时间 |
date |
None. |
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. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "ec116a50-0d55-45aa-91fe-31ad92f3579b", "Time": "2024-12-24T03:39:48.1512415+08:00", "SiteId": "sample string 3", "OrderTag": "sample string 4", "ChannelName": "sample string 5", "Message": "sample string 6" }, { "ID": "ec116a50-0d55-45aa-91fe-31ad92f3579b", "Time": "2024-12-24T03:39:48.1512415+08:00", "SiteId": "sample string 3", "OrderTag": "sample string 4", "ChannelName": "sample string 5", "Message": "sample string 6" } ]