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": "6ee5ce8d-ca91-4715-aaf8-841acb4c438b",
"Time": "2025-12-22T16:19:54.5571814+08:00",
"SiteId": "sample string 3",
"OrderTag": "sample string 4",
"ChannelName": "sample string 5",
"Message": "sample string 6"
},
{
"ID": "6ee5ce8d-ca91-4715-aaf8-841acb4c438b",
"Time": "2025-12-22T16:19:54.5571814+08:00",
"SiteId": "sample string 3",
"OrderTag": "sample string 4",
"ChannelName": "sample string 5",
"Message": "sample string 6"
}
]