Authorization: Bearer ********************curl --location --request GET '/appMark/emp/rebate/pageList' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"appUserId": 0,
"orderNo": "string",
"orderContent": "string",
"orderSource": "string",
"orderAmount": 0,
"distributionAmount": 0,
"orderTime": "2019-08-24T14:15:22Z",
"submitTime": "2019-08-24T14:15:22Z",
"rebateType": "string",
"withdrawalCode": "string",
"status": "string",
"isDelete": "string"
}
],
"code": 0,
"msg": "string"
}