文档
测试

资金明细

POST
http://localhost:8081/bxpw_war_exploded/api/user/getWalletLogList.json

请求头

参数名
类型
描述
必填
sessionId
string
示例:929f29e8b7e6636ba89b8d32c62afe47
必填

请求参数

参数名
类型
描述
必填
year
int
示例:2021 年
必填
month
int
示例:12 月
必填
pageSize
int
示例:20 页数
必填
pageNumber
int
示例:1 页码
必填

响应参数

参数名
类型
描述
必填
message
string
示例:ok
必填
status
string
示例:2000000
必填
data
必填
result
array
数据列表
必填
balance
int
示例:0 余额
必填
createTime
string
示例:2021-12-23 14:32:00
必填
detailDesc
string
示例:拜师订单(20211207lVGg25wLoa)收益。 详情
必填
detailTitle
string
示例:拜师订单 标题
必填
id
int
示例:11387
必填
signedPrice
string
示例:+0 金额
必填
expenditure
double
支出
必填
income
double
收入
必填

说明 / 示例

```language { "data": { "result": [ { "balance": 0, "createTime": "2021-12-23 14:32:00", "detailDesc": "拜师订单(20211207lVGg25wLoa)收益。", "detailTitle": "拜师订单", "id": 11387, "signedPrice": "+0" }, { "balance": 0, "createTime": "2021-12-23 14:32:00", "detailDesc": "拜师订单(20211207lVGg25wLoa)收益。", "detailTitle": "拜师订单", "id": 11388, "signedPrice": "+1" } ], "expenditure": 0, "income": 1 }, "message": "ok", "status": "2000000" } ```