Authorization: ********************{
"time": 1,
"band": 10,
"count": 1,
"list": [
{
"cityid": 10001,
"count": 1,
"isp": "电信"
}
]
}curl --location '/api/v1/custom/buy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"time": 1,
"band": 10,
"count": 1,
"list": [
{
"cityid": 10001,
"count": 1,
"isp": "电信"
}
]
}'{
"code": 200,
"msg": "success",
"data": {
"payNo": "PNO65f1234567890",
"result": [
{
"order_no": "订单编号",
"band": "带宽",
"server": "IP:端口",
"province_code": "省份编号",
"province": "省份",
"project_id": "项目ID",
"city_code": "城市编号",
"city": "城市",
"username": "用户名",
"password": "密码",
"start_time": "开始时间",
"end_time": "到期时间",
"status": "订单状态",
"area": "地区",
"isp": "运营商"
}
]
}
}