Authorization: ********************
{ "orderNo": [ "NOR66aabbccddeef" ], "dateType": "月卡", "num": 1 }
curl --location '/api/v1/cloud/renew' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "orderNo": [ "NOR66aabbccddeef" ], "dateType": "月卡", "num": 1 }'
{ "code": 200, "msg": "续费成功", "data": [] }