财务管理信息

接口地址:/shop/fianceshow

get方式

参数及格式如下:

  • phone:用户登录时的手机号(测试时任传一个手机号即可)

  • shop_id:门店id

返回格式:

{
    "code": 1, 
    "data": {
        "shop_amount":23435.50,(门店余额)
        "bankroll_add": 35786.12, 
        "bankroll_reduce": 10756.21, 
        "record": [
            {
                "id":1,
                "time": "今天 12:57", 
                "content": "课程服务费", 
                "num": "+ ¥1750.00"
            }, 
            {
                "id":12,
                "time": "今天 11:57", 
                "content": "课程现金订单金额", 
                "num": "- ¥1750.00"
            }, 
            {
                "id":1111,
                "time": "今天 12:57", 
                "content": "课程服务费", 
                "num": "+ ¥1751210.00"
            }
        ], 
        "gp_yesterday": 25631.28, 
        "gp_rate": "28.47%", 
        "gp_income": 225163.25, 
        "gp_cost": 22123.11, 
        "rp_lastrp": 223121.11, 
        "rp_lastgp": 123123, 
        "rp_offline": 232423
    }, 
    "msg": "success"
}

Last updated

Was this helpful?