{
"app_key": "",
"timestamp": "",
"sign":"",
"miniunit_id ": "10001",
"datas": {
"target": "13760471262"
}
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/merchant/upload_order' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "",
"timestamp": "",
"sign":"",
"miniunit_id ": "10001",
"datas": {
"target": "13760471262"
}
}'
{
"code": 0,
"message": "ok",
"stime": 1743647476.921108,
"etime": 1743647477.532642,
"data": [
{
"order_id": "223221352193323", //平台订单号
"target": "13642361003", //检测手机号
"state": 3, //状态
"area": "广东-深圳", //区域
"original_isp": "移动", //原运营商
"new_isp": "移动", //现运营商
"new_isp_code": "CMCC", //运营商标识 CMCC:移动,CUCC:联通;CTCC:电信;CBN:广电
"is_transfer": 0, //是否携号转网0:否;1:是;2:未知
"is_transfer_msg": "否", //是否携号转网提示
}
]
}