{
"page": 1,
"limit": 20,
"searchType": "string",
"content": "string",
"orderNo": "string",
"dateLimit": "string",
"merId": "string",
"type": 0,
"userId": 0
}curl --location --request POST '/api/front/order/status/num' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"limit": 20,
"searchType": "string",
"content": "string",
"orderNo": "string",
"dateLimit": "string",
"merId": "string",
"type": 0,
"userId": 0
}'{
"code": 0,
"msg": "",
"data": {
"all": 0,
"unPaid": 0,
"notShipped": 0,
"spike": 0,
"waitReceiving": 0,
"receiving": 0,
"complete": 0,
"refunded": 0,
"deleted": 0,
"cancel": 0
}
}