curl --location --request POST '/mxoc_basedata_fork/mxoc_storelist_query?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: text/plain' \
--data-raw '{
"search": "znxc01"
}'
{
"success": true,
"reachPlugin": true,
"data": {
"totalpage": 1,
"count": 1,
"pageSize": "10",
"page": "1",
"rows": [
{
"number": "znxc01",
"isallowfreight": "true",
"enable": "1",
"name": "A",
"checked": false,
"id": "1576195629426682880"
}
]
},
"errorCode": "success"
}