总公司视角--门店提现展示
接口地址: /withdraw/withDrawalsInfoByCompany
{
"code": 1,
"data": {
"num": 1353,
"items": [
{
"id": 1,
"shop_id": 221,
"shop_name": "翠苑店",
"account_amount": 35000,
"fee": 20,
"deduct_amount": 20,
"bank_account": "大地科技有限公司",
"bank_name": "上海浦东发展银行昆明滇池路分行",
"card_num": "622132424234234535",
"unionpay_num": "309731123123",
"apply_time" : "2017-10-02 11:12",
"update_time": "2017-10-02 14:45",
"approval_status": "已打款",
"remarks": "已经给该用户打款了"
},
{
"id": 2,
"shop_id": 222,
"shop_name": "西溪店",
"account_amount": 35000,
"fee": 20,
"deduct_amount": 20,
"bank_account": "张三",
"bank_name": "中国邮政银行杭州万塘路分行",
"card_num": "622132424234234535",
"unionpay_num": "309731123123",
"apply_time" : "2017-10-02 11:12",
"update_time": "2017-10-02 14:45",
"approval_status": "审批不通过",
"remarks": "拒绝打款"
}
]
},
"msg": "success"
}Last updated
Was this helpful?