Authorization: ********************{
"orderNo": [
"D202607260001"
],
"time": 1,
"timeType": "月卡"
}curl --location '/api/v1/dialIp/renew' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": [
"D202607260001"
],
"time": 1,
"timeType": "月卡"
}'{
"code": 200,
"data": {
"payNo": "D123456789"
},
"msg": "续费成功"
}