Authorization: ********************{
"time": 1,
"band": 10,
"count": 1,
"project_id": 1,
"list": [
{
"cityid": 10001,
"count": 1,
"isp": "电信"
}
]
}curl --location '/api/v1/family/buy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"time": 1,
"band": 10,
"count": 1,
"project_id": 1,
"list": [
{
"cityid": 10001,
"count": 1,
"isp": "电信"
}
]
}'{
"code": 200,
"msg": "success",
"data": {
"payNo": "PNO65f1234567890",
"result": null
}
}