线下支出展示

接口地址:/shop/xxzcshow

get方式

参数及格式如下:

  • phone:用户登录时的手机号

  • shop_id:门店id

返回格式:

若成功msg返回success;否则msg为相应报错信息
{
    "code": 1, 
    "data": {
        "item": [
            {
                "month": "2018-02", 
                "time": "2018年2月", 
                "num": "5500"
            }, 
            {
                "month": "2018-01", 
                "time": "2018年1月", 
                "num": "15500.74"
            }
        ]
    }, 
    "msg": "success"
}

Last updated

Was this helpful?