文档
测试

查询提现订单详情

GET
http://localhost:8080/soybean/api/withdraw/info/7

请求参数

参数名
类型
描述
必填
id
long
提现订单id,
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
object
示例:null
必填
data
object
数据字典
必填
id
int
示例:7
必填
customer
int
示例: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
必填