文档
测试

资金明细

POST
https://mynj.zbshuzicangpin.cn/addons/yun_shop/api.php?i=1&uuid=0&type=5&mid=625&version=v1.1.137&route=plugin.dajiale.frontend.controller.member.Index.money-log

接口描述

资金明细

请求参数

参数名
类型
描述
必填
money_type
int
1消费账户 2购物积分 3kpi 4广告值
必填
type
int
变动方式 0全部 1增加 2减少
必填

说明 / 示例

``` { "result": 1, "msg": "获取成功", "data": [ { "id": 16, "member_id": 625, "old_value": "300.00", "change_value": "100.00", "new_value": "400.00", "type": 1, "source": "后台充值", "money_type": 1, "relation": "", "remark": "测试", "created_at": 1663322130, "updated_at": 1663322130, "deleted_at": 0, "uid": 625, "uniacid": 1, "mobile": "18605463404", "email": "", "password": "7066c6d4944002b859b2507ff56e35cf", "salt": "6th5v5lb", "groupid": 0, "credit1": "123.00", "credit2": "0.00", "credit3": "0.00", "credit4": "0.00", "credit5": "0.00", "credit6": "0.00", "createtime": 1663150183, "realname": "法外狂徒张三", "nickname": "18*******04", "signature": null, "avatar": "/static/images/photo-mr.jpg", "qq": "", "vip": 0, "gender": 0, "birthyear": 0, "birthmonth": 0, "birthday": 0, "constellation": "", "zodiac": "", "telephone": "", "idcard": "", "studentid": "", "grade": "", "address": "", "zipcode": "", "nationality": "", "resideprovince": "", "residecity": "", "residedist": "", "graduateschool": "", "company": "", "education": "", "occupation": "", "position": "", "revenue": "", "affectivestatus": "", "lookingfor": "", "bloodtype": "", "height": "", "weight": "", "alipay": "", "msn": "", "taobao": "", "site": "", "bio": "", "interest": "", "pay_password": "0" } ] } ```