💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# header头加入token ~~~[api] post:/api/merchant/Index/goodsCatergory *string:shopid=默认值 #门店id <<< success { "code": 0, "msg": "", "time": "1624592427", "data": [ { "id": 5, "title": "主食" }, { "id": 4, "title": "面食" }, { "id": 6, "title": "热菜" }, { "id": 7, "title": "凉菜" }, { "id": 12, "title": "酒水饮料" }, { "id": 1, "title": "点心" }, { "id": 13, "title": "小吃" }, { "id": 3, "title": "汤类" }, { "id": 2, "title": "烧烤" } ] } <<< error { "code": -1, "msg": "错误信息", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | |id | string |true|分类id| |title | string |true|分类名|