Authorization: ********************{
"project_id": 31,
"time": 1,
"timeType": "天卡",
"band": 5,
"count": 1,
"list": [
{
"mapid": 29,
"count": 1
}
]
}curl --location '/api/v1/dialIp/buy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"project_id": 31,
"time": 1,
"timeType": "天卡",
"band": 5,
"count": 1,
"list": [
{
"mapid": 29,
"count": 1
}
]
}'{
"code": 200,
"data": {
"payNo": "DORD66aabbccddeef"
},
"msg": "购买成功"
}