文档
测试

我的订单

GET
http://{{ego-local-test}}/ego/vpn-bss/bills/user-id

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEzODExMTY3Nzc3IiwiZXhwIjoxNjY5NjM5NzIzLCJpYXQiOjE2MzgxMDM3MjN9.GZ188m5QKWbrM32VEshcSCL6yKNeP5RbUtdr0wOuv9k
必填

请求参数

参数名
类型
描述
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
message
object
示例:null
必填
success
boolean
示例:true
必填
data
array
数据列表
必填
billingDTO
object
数据字典
必填
id
string
示例:c678e7d7-6f7f-46ec-a940-5ae0d79337b9
必填
totalPrices
string
示例:1
必填
pricePackageId
int
示例:90000003
必填
pricePackageName
string
示例:高级版-日卡
必填
pricePackageNum
int
示例:1
必填
couponId
object
示例:null
必填
type
string
示例:2
必填
payChannel
string
示例:1
必填
payPath
object
示例:null
必填
userId
string
示例:13811167777
必填
tradeNo
string
示例:c678e7d76f7f46eca9405ae0d79337b9
必填
refundNo
object
示例:null
必填
status
string
示例:1
必填
regionConfigId
string
示例:3001
必填
h5SceneInfo
object
示例:null
必填
createdTime
string
示例:2021-11-28 20:49:21
必填
updatedTime
string
示例:2021-11-28 20:49:21
必填
pricePackageDTO
object
数据字典
必填
name
string
示例:高级版-日卡
必填
origPrice
int
示例:-1
必填
discountPrice
int
示例:-1
必填
tag
object
示例:null
必填
description
string
示例:高级卡
必填
time
string
示例:1
必填
unit
string
示例:day
必填
size
string
示例:2
必填
firstPayFlag
string
示例:0
必填
region
string
示例:ego
必填

说明 / 示例

返回200 { "code": "200", "message": null, "success": true, "data": [ { "billingDTO": { "id": "c678e7d7-6f7f-46ec-a940-5ae0d79337b9", "totalPrices": "1", "pricePackageId": 90000003, "pricePackageName": "高级版-日卡", "pricePackageNum": 1, "couponId": null, "type": "2", "payChannel": "1", "payPath": null, "userId": "13811167777", "tradeNo": "c678e7d76f7f46eca9405ae0d79337b9", "refundNo": null, "status": "1", "regionConfigId": "3001", "h5SceneInfo": null, "createdTime": "2021-11-28 20:49:21", "updatedTime": "2021-11-28 20:49:21" }, "pricePackageDTO": { "name": "高级版-日卡", "origPrice": -1, "discountPrice": -1, "tag": null, "description": "高级卡", "time": "1", "unit": "day", "size": "2", "firstPayFlag": "0", "region": "ego" } }, { "billingDTO": { "id": "541ed21e-b74a-40e4-b76f-545edbf2e3f1", "totalPrices": "1", "pricePackageId": 90000003, "pricePackageName": "高级版-日卡", "pricePackageNum": 1, "couponId": null, "type": "2", "payChannel": "2", "payPath": null, "userId": "13811167777", "tradeNo": "541ed21eb74a40e4b76f545edbf2e3f1", "refundNo": null, "status": "1", "regionConfigId": "3001", "h5SceneInfo": null, "createdTime": "2021-11-25 09:44:02", "updatedTime": "2021-11-28 03:59:56" }, "pricePackageDTO": { "name": "高级版-日卡", "origPrice": -1, "discountPrice": -1, "tag": null, "description": "高级卡", "time": "1", "unit": "day", "size": "2", "firstPayFlag": "0", "region": "ego" } }, { "billingDTO": { "id": "b85d0816-59ae-4cb6-af07-4c4f2848f308", "totalPrices": "1", "pricePackageId": 90000003, "pricePackageName": "高级版-日卡", "pricePackageNum": 1, "couponId": null, "type": "2", "payChannel": "2", "payPath": null, "userId": "13811167777", "tradeNo": "b85d081659ae4cb6af074c4f2848f308", "refundNo": null, "status": "1", "regionConfigId": "3001", "h5SceneInfo": null, "createdTime": "2021-11-25 08:44:18", "updatedTime": "2021-11-28 03:59:56" }, "pricePackageDTO": { "name": "高级版-日卡", "origPrice": -1, "discountPrice": -1, "tag": null, "description": "高级卡", "time": "1", "unit": "day", "size": "2", "firstPayFlag": "0", "region": "ego" } } ] }