{
"reqId": "string",
"reqCustomerId": 0,
"pagenumber": 0,
"pagesize": 0,
"customerId": "string",
"iccid": "string",
"virtualIccid": "string",
"msisdn": "string",
"goodMealId": "string",
"iccidStart": "string",
"iccidEnd": "string",
"monthUseStart": "string",
"monthUseEnd": "string",
"sortObjects": [
{}
],
"operator": "string",
"operatorList": "string",
"activeTimeStart": "string",
"activeTimeEnd": "string",
"overDays": 0,
"closeDays": 0,
"isHavePhone": true,
"isBingPhone": true,
"networkStatus": "string",
"shopId": 0,
"status": "string",
"flowDirectional": true,
"orderByOrderAmount": 0,
"orderByOrderCount": 0,
"orderCount": 0,
"resellerId": 0,
"enable": 0
}
curl --location --request POST '/portal/cardQuery/queryCardCustomDefineMealListByCondition' \
--header 'token: eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ7XCJpc3NcIjpcIkJXX0lOTkVSX0dBVEVXQVlcIixcImlhdFwiOjE3NTIwMzE4NzgsXCJwbGF0Zm9ybVwiOlwiU0dcIixcImp0aVwiOlwiU0dcIn0iLCJpc3MiOiJCV19JTk5FUl9HQVRFV0FZIiwiZXhwIjoxNzUzMDMxODc4LCJpYXQiOjE3NTIwMzE4NzgsInBsYXRmb3JtIjoiU0ciLCJqdGkiOiJTRyJ9.kHFzS4gQJzoq85Ar8oqVbGdmzP3eoHZfKficICpsqNagXAc9s7S3M5i2SobiWP_dLV7b-3ya8n97YWmoeX1xC9CSt2nr7flexFOCJocoubU36EWg3AKu7KT43aDgw5OP--yygGctEhuK8Zl8NLuPXQyEupFAcVCn37vurf5rT88' \
--header 'customer: 428166320547168262' \
--header 'user: ljing' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqId": "string",
"reqCustomerId": 0,
"pagenumber": 0,
"pagesize": 0,
"customerId": "string",
"iccid": "string",
"virtualIccid": "string",
"msisdn": "string",
"goodMealId": "string",
"iccidStart": "string",
"iccidEnd": "string",
"monthUseStart": "string",
"monthUseEnd": "string",
"sortObjects": [
{}
],
"operator": "string",
"operatorList": "string",
"activeTimeStart": "string",
"activeTimeEnd": "string",
"overDays": 0,
"closeDays": 0,
"isHavePhone": true,
"isBingPhone": true,
"networkStatus": "string",
"shopId": 0,
"status": "string",
"flowDirectional": true,
"orderByOrderAmount": 0,
"orderByOrderCount": 0,
"orderCount": 0,
"resellerId": 0,
"enable": 0
}'
{
"error": {
"code": "",
"message": "",
"detail": ""
},
"reqId": "",
"reqCustomerId": 0,
"totalElements": 0,
"number": 0,
"data": [
{
"iccid": "",
"msisdn": "",
"cardId": 0,
"imei": "",
"status": "",
"networkStatus": "",
"used": 0,
"customDefineMealInfoList": [
{
"goodMealId": "",
"mealName": "",
"endTime": "",
"pcMealId": "",
"serviceStatus": "",
"serviceStatusStr": "",
"serviceType": "",
"serviceTypeCode": "",
"total": "",
"totalUnit": "",
"totalDouble": 0.0,
"used": "",
"usedUnit": "",
"usedDouble": 0.0,
"remain": "",
"remainUnit": "",
"serviceStartTime": "",
"serviceEndTime": "",
"serviceCreateTime": "",
"goodsId": "",
"priceId": "",
"mark": false,
"orderId": "",
"sourceType": ""
}
],
"operator": "",
"activateTime": "",
"refundOrderCount": 0,
"OrderCount": 0,
"OrderAmount": 0.0,
"refundOrderAmount": 0.0,
"remark": "",
"shopName": "",
"shopMealGroupName": "",
"isAuth": 0,
"humanNetworkState": 0,
"customerDetail": {
"resellerId": 0,
"abbreviation": "",
"fullName": "",
"contactName": "",
"contactMobile": "",
"errorDec": ""
},
"resellerDetail": {
"resellerId": 0,
"abbreviation": "",
"fullName": "",
"contactName": "",
"contactMobile": "",
"errorDec": ""
},
"secondResellerDetail": {
"resellerId": 0,
"abbreviation": "",
"fullName": "",
"contactName": "",
"contactMobile": "",
"errorDec": ""
},
"lastChangeTimeResellerRelation": "",
"limitVal": "",
"limitValTran": "",
"operatorStatus": "",
"operatorStatusDes": "",
"deviceBasicInfo": {
"deviceModelNo": "",
"fileHubId": "",
"fileHubToken": "",
"fileHubName": ""
},
"sortObjects": [
{}
]
}
]
}