{
"page": 1,
"size": 1,
"limitSex": "man",
"city": "string"
}curl --location --request POST '/order/pageMealMeeting' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1,
"limitSex": "man",
"city": "string"
}'{
"message": "",
"status": 0,
"data": {
"pageNo": 0,
"pageSize": 0,
"list": [
{
"content": "",
"urlType": "",
"urlList": [
""
],
"labelList": [
""
],
"checkType": "",
"limitSex": "",
"timeType": "",
"meetingTime": "",
"city": "",
"address": "",
"id": 0,
"userId": 0,
"nickName": "",
"handImg": "",
"age": 0,
"realFlag": false,
"idcardFlag": false,
"isVip": 0,
"vocation": "",
"createTimeStr": "",
"interestList": [
""
]
}
],
"total": 0,
"pageCount": 0
}
}