Authorization: Bearer ********************
curl --location --request GET 'https://jnotetest-hm.jideos.com/jnotes/trade/order/list' \
--header 'Authorization: Bearer 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'token: 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: en'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"id": 0,
"orderId": "",
"amount": 0.0,
"userId": "",
"patternPayment": "",
"goodsNo": "",
"goodsName": "",
"orderStatus": "",
"model": "",
"device": "",
"payTime": "",
"transactionId": "",
"version": "",
"deviceType": "",
"channel": 0,
"createTime": "",
"updateTime": "",
"categoryKey": "",
"categoryName": "",
"salesTotal": 0,
"isExclusive": false,
"creatorName": "",
"taxRate": 0.0,
"taxType": 0,
"commissionRatio": 0.0,
"partnerOrganization": "",
"commissionAmount": 0.0,
"taxAmount": 0.0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}
}