{
"app_id": "f2261d5bf873419e907b53b3e8e72152",
"mch_no": "003163636619",
"nonce_str": "1234567890",
"timestamp": "2022-08-23 16:48:02",
"notify_url": "http://www.baidu.com",
"mch_order_no": "20220823000001",
"total_amt": "10000000",
"goods_id": "g100001",
"goods_desc": "MacProbook",
"goods_name": "电脑",
"goods_cate_name": "电脑硬件/显示器/电脑周边",
"goods_count": "1",
"goods_price": "10000000",
"user_id": "u-test",
"username": "测试",
"user_mobile": "13777777777",
"user_country_code": "CN",
"terminal_type": "WEB",
"os_type": "OTHER",
"pay_success_url": "http://www.baidu.com"
}
curl --location --request POST '/admin/api/plat/valid' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "f2261d5bf873419e907b53b3e8e72152",
"mch_no": "003163636619",
"nonce_str": "1234567890",
"timestamp": "2022-08-23 16:48:02",
"notify_url": "http://www.baidu.com",
"mch_order_no": "20220823000001",
"total_amt": "10000000",
"goods_id": "g100001",
"goods_desc": "MacProbook",
"goods_name": "电脑",
"goods_cate_name": "电脑硬件/显示器/电脑周边",
"goods_count": "1",
"goods_price": "10000000",
"user_id": "u-test",
"username": "测试",
"user_mobile": "13777777777",
"user_country_code": "CN",
"terminal_type": "WEB",
"os_type": "OTHER",
"pay_success_url": "http://www.baidu.com"
}'
{}