Base URLs: https://user-center-domain/prod-api/
(Contact us if unclear)
POST Query Live Acceleration List¶
POST /acdn/volc/hostAcceleratePackRest/describeHostAcceleratePackOrder
Retrieve host acceleration service order information.
Note: Request frequency limit: Maximum 10 requests per second per user.
Body Request Parameters
Request Parameters¶
Name | Location | Type | Required | Chinese Name | Description |
---|---|---|---|---|---|
Authorization | header | string | Yes | ||
body | body | object | Yes | ||
» endTime | body | string | No | End Time | |
» pageNum | body | integer(int32) | Yes | Current Page | |
» pageSize | body | integer(int32) | Yes | Items Per Page | |
» source | body | string | No | ISP | Includes(联通,移动,电信) |
» startTime | body | string | No | Start Time | |
» uid | body | string | No | uid |
Response Example
OK
{
"total": 1,
"rows": [
{
"uid": "72100760612",
"douyinId": "95600384",
"isRenew": false,
"endTime": "2024-01-31",
"startTime": "2024-01-25",
"status": 1,
"source": "China Unicom",
"province": "京",
"nickName": null,
"message": null,
"orderId": "1780051281084505",
"executeTime": null,
"renew": false
}
],
"code": 200,
"msg": "Query successful"
}
201 Response
Response Results¶
Status Code | Status Meaning | Description | Data Model |
---|---|---|---|
200 | OK | OK | Inline |
201 | Created | Created | Inline |
401 | Unauthorized | Unauthorized | Inline |
403 | Forbidden | Forbidden | Inline |
404 | Not Found | Not Found | Inline |
Response Data Structure¶
Status Code 200
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
» additionalProperties | object | false | |||
» uid | string | false | User ID | ||
» douyinId | string | false | Douyin ID | ||
» startTime | string | false | Query Start Time | ||
» endTime | string | false | Query End Time | ||
» isRenew | boolean | false | Monthly Auto-Renewal | true: Yes false: No | |
» status | integer | false | Order Status | 0:Service not activated 1:Active service 2:Service expired | |
» province | string | false | Current Province | ||
» source | string | false | ISP Name | ||
» orderId | string | false | Order ID | ||
» executeTime | string | true | Update Execution Time |
Data Model¶
DescribeVolcAcceleratePackOrderVO
{
"endTime": "string",
"pageNum": 0,
"pageSize": 0,
"params": {},
"source": "string",
"startTime": "string",
"uid": "string",
"userId": 0
}
DescribeVolcAcceleratePackOrderVO
Properties¶
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
endTime | string | false | End Time | ||
pageNum | integer(int32) | true | Current Page | ||
pageSize | integer(int32) | true | Items Per Page | ||
source | string | false | ISP | Includes(联通,移动,电信) | |
startTime | string | false | Start Time | ||
uid | string | false | uid | ||
userId | integer(int64) | false |