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.GetChannelNoticeModel| Name | 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": "c239fc8b-7067-4e2b-8b65-b93a0c288e32",
"Time": "2025-11-07T07:13:26.9344578+08:00",
"SiteId": "sample string 3",
"OrderTag": "sample string 4",
"ChannelName": "sample string 5",
"Message": "sample string 6"
},
{
"ID": "c239fc8b-7067-4e2b-8b65-b93a0c288e32",
"Time": "2025-11-07T07:13:26.9344578+08:00",
"SiteId": "sample string 3",
"OrderTag": "sample string 4",
"ChannelName": "sample string 5",
"Message": "sample string 6"
}
]