X-API-Key: ********************{
"phoneno": "18188899999",
"cardnum": "100",
"mark": true,
"type": 0,
"ipType": "移动"
}curl --location --request POST '/prepaidRefill/telCheck' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneno": "18188899999",
"cardnum": "100",
"mark": true,
"type": 0,
"ipType": "移动"
}'{
"code": 200,
"msg": "操作成功",
"data": {}
}