Authorization: ********************{
"orderNo": [
"NOR65f1234567890"
],
"time": 1
}curl --location '/api/v1/custom/renew' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": [
"NOR65f1234567890"
],
"time": 1
}'{
"code": 200,
"msg": "success",
"data": {
"payNo": "PNO65f1234567890"
}
}