| Field ID | Name | Type | Description |
|---|---|---|---|
| 1 | cc_user_id | TYPE_INT32 | 主控用户ID(API不用传,通过token解析) |
| 2 | cc_ent_user_id | TYPE_INT32 | 主控子账号ID(API不用传,通过token解析) |
| 3 | starttime | TYPE_STRING | 格式:"2006-01-02" |
| 4 | endtime | TYPE_STRING | 格式:"2006-01-02" |
| 5 | limit | TYPE_INT32 | |
| 6 | offset | TYPE_INT32 |
| Field ID | Name | Type | Description |
|---|---|---|---|
| 1 | chs | []TYPE_MESSAGE |
Authorization: Bearer ********************curl --location --request GET '/cr/hour_ctrl_times' \
--header 'Authorization: Bearer <token>'{
"chs": [
{
"count": 0,
"hour": "string"
}
]
}