Renew the currently used or unused data plan order to extend the validity period.
Request
Body Params application/json
{
"access_code": "P000270",
"order_id": "202107061625560742397",
"renew_period": 1,
"timestamp": "1643253530",
"version": "2.0",
"sign":"mshmrjUjFC88jzdDmn8JrVlIF3s="
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1/package/renewPackage' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_code": "P000270",
"order_id": "202107061625560742397",
"renew_period": 1,
"timestamp": "1643253530",
"version": "2.0",
"sign":"mshmrjUjFC88jzdDmn8JrVlIF3s="
}'
Responses
application/json {
"code": "0000",
"data": {
"sign": "mshmrjUjFC88jzdDmn8JrVlIF3s=",
"order_expire_date": "2023-12-31 23:59:59",
"order_id": "202107061625560742397"
},
"message": "成功",
"success": true
}
Modified at 2022-10-05 06:27:53