文档
测试

分销商id查询

GET
http://localhost:8003/withdraw/selectById?withdrawId=1

请求参数

参数名
类型
描述
必填
withdrawId
int
id 示例:1
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
withdrawId
int
id 示例:1
必填
money
int
金额 示例:100
必填
type
int
(0余额,1支付宝,2ic卡,3微信) 示例:0
必填
state
int
状态(0审核中,1成功,2失败) 示例:0
必填
startTime
string
创建时间 示例:2022-01-11:19:15:26
必填
userId
int
分销商外键 示例:1
必填