资金明细筛选条件

接口地址:/shop/conditions

get方式

参数:

  • shop_id:门店id

  • phone:手机号

返回格式:

{
    "code": 1, 
    "data": {
        "add": [
            {
                "id": "333", 
                "name": "全选"
            }, 
            {
                "id": "112", 
                "name": "课程服务费"
            }
        ], 
        "reduce": [
            {
                "id": "51212", 
                "name": "全选"
            }, 
            {
                "id": "1811", 
                "name": "储值金充值订单金额"
            }
        ]
    }, 
    "msg": "success"
}

Last updated

Was this helpful?