{
"app_key": "1135130452",
"user_order_id": 24081300000011,
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}
curl --location --request POST '接口路径具体为用户自己配置,请看下方说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "1135130452",
"user_order_id": 24081300000011,
"timestamp": 1723535808,
"sign": "602eed729e4b8edd71da79d5a9c0d08e"
}'
{
"code": 0,
"message": "",
"data": {
"status": "2",
"rsp_info": "充值成功",
"rsp_time": "1733385951",
"ys_cards": [
{
"card_type": 1,
"card_no": "241126CARDAAAA1",
"card_pwd": "AAAA-BBBB-CCCC-DDDD"
}
]
}
}