文档
测试

查询提现订单列表

GET
http://localhost:8080/soybean/api/withdraw/list/20

请求参数

参数名
类型
描述
必填
customerId
long
用户id,
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
object
示例:null
必填
data
array
数据列表
必填
id
int
订单id,示例:7
必填
customer
int
用户id,示例:20
必填
customerPhone
string
用户手机号,示例:18812345678
必填
money
int
提现金额,示例:9
必填
bank
string
银行,示例:浦发银行
必填
bankNo
string
银行卡号,示例:6217125879682563
必填
createTime
string
申请时间,示例:2021-08-12 10:42:01
必填
payTime
string
打款时间,示例:
必填
state
int
0待审核,1已打款完成,示例:0
必填