Authorization: Bearer ********************curl --location --request POST 'http://probill.local/api/order/buy' \
--header 'Authorization: Bearer <token>' \
--form 'id=""' \
--form 'package_id=""' \
--form 'qty=""' \
--form 'time="1month"' \
--form 'system_id=""' \
--form 'password_type="1"' \
--form 'password=""' \
--form 'ssh_port=""' \
--form 'total=""' \
--form 'www=""' \
--form 'domains[0][name]="yububasd.com"' \
--form 'domains[0][time]="1"' \
--form 'domains[1][name]="ssssxxx.com"' \
--form 'domains[1][time]="1"' \
--form 'template_id="21"'{
"code": 0,
"msg": "订单支付成功",
"time": 1741766927,
"data": {
"sn": "20250312160846526",
"object_ids": "3628"
}
}