提现记录详细

提现记录详细

接口地址: /shop/withdrawDetail

get方式传参

参数

  • id:当前记录的唯一标识

返回样式:

{
    "code":1,
    "data":{
                "num": 5000.00,
                "apply_time" : "2017-10-02 11:12:33",
                "status": 1,
                "shop_name": "翠苑店",
                "update_time": "2017-10-02 14:45:23",
                "fee": 20.00,
                "deduct_amount": 5020.00,
                "card_num":**** **** **** 3910,
                "bank_account": "张三",
                "bank_name": "中国工商银行" ,
                "shop_name": "苏州·湖滨店",
                "remarks": "已经给该用户打款了"
    },
    "msg":"success"
}

返回值说明:

Last updated

Was this helpful?