{
"pageNum": 1,
"pageSize": 10,
"orderByColumn": "string",
"isAsc": "asc",
"type": "string",
"orderNo": "string",
"userId": "string",
"sysLuckId": "string",
"userLuckId": "string",
"luckNumber": "string",
"price": 0,
"totalAmount": 0,
"targetUserId": "string",
"payStatus": "string",
"payTime": "string",
"paymentType": 0
}curl --location --request POST '/order/luckNumber/listOrderLuckNumber' \
--header 'Authorization: {{Authorization}}' \
--header 'Language: zh' \
--header 'App-Type: 2' \
--header 'Client-Type: 3' \
--header 'Version-Number: 2.0.0' \
--header 'Device-Id: 11111111' \
--header 'Device-Brand: iphone' \
--header 'Device-Model: iphone 17 pro max' \
--header 'App-Name: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"orderByColumn": "string",
"isAsc": "asc",
"type": "string",
"orderNo": "string",
"userId": "string",
"sysLuckId": "string",
"userLuckId": "string",
"luckNumber": "string",
"price": 0,
"totalAmount": 0,
"targetUserId": "string",
"payStatus": "string",
"payTime": "string",
"paymentType": 0
}'{
"total": "",
"rows": [
{
"id": "",
"type": "",
"orderNo": "",
"userId": "",
"sysLuckId": "",
"userLuckId": "",
"luckNumber": "",
"price": 0.0,
"totalAmount": 0.0,
"targetUserId": "",
"payStatus": "",
"payTime": "",
"paymentType": 0,
"delFlag": ""
}
],
"code": 0,
"msg": ""
}