提现列表
GET
http://localhost:8083/wx/withdrawal/getList?current=1&size=10
请求头
参数名
类型
描述
必填
token
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxLG9yRE5kd3BhbXA2b2xfTVEteWlfS2N1MHl1OFUiLCJjcmVhdGVkIjoxNjAyMjI2OTg0NjIyfQ.TbsKPoyw_MQxhBlGbiPm-LA1pw9jg-xvvAGgbIbwmMJY8fHeQYD3y2b_LZrIZifN2WZAkc2Y7KutQKy3cZZCmA
必填
请求参数
参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
withdrawalId
int
(提现表id)示例:5
必填
userId
int
示例:4
必填
money
int
(金额)示例:15
必填
status
int
('1处理中 2 交易成功 3关闭交易)示例:1
必填
createTime
string
(提现时间)示例:2020-10-13 14:56:46
必填
updateTime
object
示例:null
必填
userAccount
string
示例:18858442385
必填
total
int
示例:5
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填