buy traffic package
POST
/api/traffic_package/buy请求参数
Body Params application/json
traffic_amount_gb
integer
required
traffic amount to buy
traffic_type
string
required
one of the following traffic type:"rotation_residential" or "rotation_datacenter"
Example
{
"traffic_type": "rotation_residential",
"traffic_amount_gb": 10
}
示例代码
Responses
result(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
meta_message
string
required
success or other error msg
meta_status
integer
required
1 success, negative for error
Example
{
"meta_message": "string",
"meta_status": 0
}
Modified at 1 年前