文档
测试

获取购买可选择的线路列表

GET
http://43.154.183.220:40082/ego/vpn-bss/region-configs/size?size=1

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImI2ODZhNzRlLWVhNTItNDZlMy05YWVlLTFkYjFiMGViNTdjYyIsImV4cCI6MTczMTA0Nzg2OSwiaWF0IjoxNjY3OTc1ODY5fQ.g2k84wr3KrPxbNYe2Np9a-ySfr1L_5sImVC9yhtU9eM
必填

请求参数

参数名
类型
描述
必填
size
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
message
object
示例:null
必填
success
boolean
示例:true
必填
data
array
数据列表
必填
id
string
示例:1001
必填
country
string
示例:欧洲
必填
location
string
示例:回国线路一
必填
parentId
string
示例:1001
必填
groupId
string
示例:1001
必填
serviceType
string
示例:欧洲回国线路
必填
serviceDesc
string
示例:标准版用户从欧洲回国中转线路
必填
createdTime
string
示例:2021-06-22 18:20:47
必填
updatedTime
string
示例:2021-06-22 18:20:47
必填

说明 / 示例

{ "code": "200", "message": null, "success": true, "data": [ { "id": "1001", "country": "欧洲", "location": "回国线路一", "parentId": "1001", "groupId": "1001", "serviceType": "欧洲回国线路", "serviceDesc": "标准版用户从欧洲回国中转线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" }, { "id": "1002", "country": "欧洲", "location": "回国线路二", "parentId": "1001", "groupId": "1001", "serviceType": "欧洲回国线路", "serviceDesc": "标准版用户从欧洲回国中转线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" }, { "id": "1010", "country": "美洲", "location": "回国线路一", "parentId": "1001", "groupId": "1001", "serviceType": "美洲回国线路", "serviceDesc": "标准版用户从美洲回国中转线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" }, { "id": "1011", "country": "美洲", "location": "回国线路二", "parentId": "1001", "groupId": "1001", "serviceType": "美洲回国线路", "serviceDesc": "标准版用户从美洲回国中转线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" }, { "id": "1020", "country": "东南亚", "location": "回国线路一", "parentId": "1001", "groupId": "1001", "serviceType": "东南亚回国线路", "serviceDesc": "标准版用户从东南亚回国中转线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" }, { "id": "1030", "country": "中国", "location": "直连线路", "parentId": "1001", "groupId": "1001", "serviceType": "中国直连线路", "serviceDesc": "标准版用户中国直连线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" }, { "id": "1040", "country": "影音", "location": "专用线路", "parentId": "1001", "groupId": "1001", "serviceType": "影音专用线路", "serviceDesc": "标准版用户影音专用线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" }, { "id": "1050", "country": "游戏", "location": "专用线路", "parentId": "1001", "groupId": "1001", "serviceType": "游戏专用线路", "serviceDesc": "标准版用户游戏专用线路", "createdTime": "2021-06-22 18:20:47", "updatedTime": "2021-06-22 18:20:47" } ] }