{
"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": 1723605446,
"extend_info": [
{
"voucher": "https://dss2.bdstatic.com/5bVYsj_p_tVS5dKfpU_Y_D3/res/r/image/2021-3-4/hao123 logo.png",
"ticket_code": "aabbcc",
"verify_code": "112233"
}
]
}
}