Authorization: Bearer ********************
curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/consumer/orderConver/list?createBy=&createTime=&updateBy=&updateTime=¶ms=&id=&orderId=&clickid=&eventType=&remark=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"rows": [
{
"id": 0,
"orderId": 0,
"clickid": "string",
"eventType": "string",
"nickName": "string",
"phonenumber": "string",
"orderStatus": "string",
"createTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}