💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# header头加入token ~~~[api] post:/api/merchant/Index/shopList <<< success { "code": 0, "msg": "", "time": "1624524043", "data": [ { "id": 9, "companyname": "周口大食堂", "is_start": 1, "runmod": 1, "printer_count": 5, "terminal_count": 1, "total_tools": 6 }, { "id": 14, "companyname": "开封九道弯", "is_start": 0, "runmod": 0, "printer_count": 1, "terminal_count": 0, "total_tools": 1 }, { "id": 74, "companyname": "后台添加23", "is_start": 1, "runmod": 0, "printer_count": 0, "terminal_count": 0, "total_tools": 0 }, { "id": 80, "companyname": "重餐商户1", "is_start": 1, "runmod": 1, "printer_count": 0, "terminal_count": 0, "total_tools": 0 } ] } <<< error { "code": -1, "msg": "错误信息", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | | companyname | string |true|门店名| | printer_count | string |true|打印机数量| |terminal_count| string |true|收银机数量| |total_tools| string |true|总设备数量|