Request
Body Params application/json
{
"deviceCode": "89860220190905123941",
"languageCode": "0",
"mark": "0",
"partnerCode": "P000818",
"sign": "481e1335274f43b0070fcd94e0449fae",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "singleVerify",
"version": "3.0"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1/queryAutoRenewalRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceCode": "89860220190905123941",
"languageCode": "0",
"mark": "0",
"partnerCode": "P000818",
"sign": "481e1335274f43b0070fcd94e0449fae",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "singleVerify",
"version": "3.0"
}'
Responses
application/json {
"deviceCode": "89860220190905123941",
"orderNo": "89860220190905123941",
"orderPeriod": "5",
"packageType": "5",
"partnerCode": "P000818",
"payId": "89860220190905123941",
"servicePlanShowName": "string",
"subscriptionTime": "yyyy.MM.dd"
}
Modified at 2022-10-04 23:23:51