curl --location --request POST 'https://api.kfim.cn/merchant_gate/ali_auth_query' \
--data-urlencode 'business_code=' \
--data-urlencode 'mch_num=' \
--data-urlencode 'timestamp=' \
--data-urlencode 'sign='
{
"code": 0,
"msg": "success",
"data": {
"apply_state": "AUDIT_PASS",
"qrcode_data": "https:\/\/mobilecodec.alipay.com\/show.htm?code=2ie113397pgb5yfywi68lba",
"reject_reason": "",
"auth_state": "AUTHORIZED"
}
}