说明

根据门店id获取收银员

请求地址

环境 请求地址
测试环境 https://m.umxnt.com/api/user/get_merchant_list
正式环境

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店ID
  • 返回值示例 成功请求示例:

    {
        "status": 1,
        "data": [
            {
                "id": 1,
                "name": "18851186776",
                "phone": "18851186776",
                "imei": "18071adc03091e573a9",
                "store_id": "2017091513501351008",
                "type": 0,
                "created_at": "2017-09-15 13:48:08",
                "alipay_account": "18851186776"
            },
            {
                "id": 13055,
                "name": "有梦想收银员",
                "phone": "15715168986",
                "imei": null,
                "store_id": "2017091513501351008",
                "type": 1,
                "created_at": "2018-05-03 14:50:42",
                "alipay_account": ""
            }
        ]
    }
    

    失败请求示例

    {
        "msg":"无效参数",
        "status":0
    }
    

results matching ""

    No results matching ""