{
"appid": "9733732",
"method": "order.submit",
"timestamp": "1763358626",
"content": "{\"out_no\":\"fdhhfb40kgjccatf\",\"account\":\"15700000000\",\"account_type\":\"*\",\"product_id\":\"100000\",\"num\":1,\"price_limit\":\"5.1\",\"callback_url\":\"https://testapi.nvframe.com/api/sandbox/OnNotify\",\"extend\":{\"customer_ip\":\"192.138.321.121\"}}",
"sign": "27244ea8b0739d71a4d9e4e8df880d81"
}curl --location --request POST '接口地址,见第二章:接口配置及参数说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "9733732",
"method": "order.submit",
"timestamp": "1763358626",
"content": "{\"out_no\":\"fdhhfb40kgjccatf\",\"account\":\"15700000000\",\"account_type\":\"*\",\"product_id\":\"100000\",\"num\":1,\"price_limit\":\"5.1\",\"callback_url\":\"https://testapi.nvframe.com/api/sandbox/OnNotify\",\"extend\":{\"customer_ip\":\"192.138.321.121\"}}",
"sign": "27244ea8b0739d71a4d9e4e8df880d81"
}'{
"code": 0,
"msg": null,
"data": {
"order_no": "251117498270046",
"out_no": "fdhhfb40kgjccatf"
}
}