Authorization: Bearer ********************
{
"startDate":"2000-01-02 15:04:05",
"endDate":"1099-01-02 15:02:05",
"userCodes":["001"],
"page":1,
"size":100
}
curl --location --request POST '/api/order/app/list_tiktok_flow_log' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate":"2000-01-02 15:04:05",
"endDate":"1099-01-02 15:02:05",
"userCodes":["001"],
"page":1,
"size":100
}'
{
"code": 0,
"message": "string",
"data": {
"dataList": [
{
"id": 0,
"date": "string",
"userSn": "string",
"value": "string",
"adCost": 0,
"adOrderCount": 0,
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0
}
}