Request
Body Params application/json
{
"autoRenewal": "0",
"deviceCode": "89860220190905123941",
"languageCode": "0",
"mark": "0",
"orderNo": "2020061214140465562",
"orderPeriod": "1",
"packageCode": "PACKAGE20180428000007",
"partnerCode": "P000818",
"payAmount": "4.99",
"payCurrency": "USD",
"payId": "P0008182020061214140465562",
"requestOrderId": "000000000001",
"servicePlanCode": "string",
"servicePlanShowName": "string",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "verify",
"version": "3.0"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1/singleOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoRenewal": "0",
"deviceCode": "89860220190905123941",
"languageCode": "0",
"mark": "0",
"orderNo": "2020061214140465562",
"orderPeriod": "1",
"packageCode": "PACKAGE20180428000007",
"partnerCode": "P000818",
"payAmount": "4.99",
"payCurrency": "USD",
"payId": "P0008182020061214140465562",
"requestOrderId": "000000000001",
"servicePlanCode": "string",
"servicePlanShowName": "string",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "verify",
"version": "3.0"
}'
Responses
application/json {
"deviceCode": "89860012018111220455",
"orderNo": "2020061214140465562",
"partnerCode": "P000270",
"payId": "P0008182020061214140465562"
}
Modified at 2022-10-04 23:23:51