Authorization: Bearer ********************
curl --location --request POST 'http://probill.local/api/order/renew' \ --form 'id=""' \ --form 'module=""' \ --form 'time=""' \ --form 'total=""'
{ "code": 0, "msg": "订单支付成功", "time": 1741861353, "data": { "sn": "20250313182233283", "server_id": "3619" } }