总公司视角--门店提现申请处理
接口地址:/withdraw/status
put方式,用json body提交
格式如下:
[{"id":1,"status":2,"remarks":"打款备注1"},{"id":2,"status":3,"remarks":"打款备注2"}]返回格式:
{
"code": 1,
"data": {
},
"msg": "success"
}Last updated
Was this helpful?