{
"current": 1,
"size": 25,
"params": {
"operator": "string",
"mcc": 0,
"mnc": 0,
"prefix": "string",
"countryId": 0,
"countryName": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}
curl --location --request POST '/mccmnc/prefix/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 25,
"params": {
"operator": "string",
"mcc": 0,
"mnc": 0,
"prefix": "string",
"countryId": 0,
"countryName": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"operator": "",
"mcc": 0,
"mnc": 0,
"prefix": "",
"countryId": 0,
"countryName": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false,
"searchCount": false,
"pages": 0,
"asc": [
""
],
"desc": [
""
]
},
"success": false
}