文档
测试

获取公司列表

GET
/api/restaurant_machine/company/list

请求头

参数名
类型
描述
必填
token
string
token
必填

请求参数

参数名
类型
描述
必填
userId
long
用户id
必填

说明 / 示例

{ "total": 0, "code": 0, "data": [ { "id": 1, "companyName": "阿里巴巴", "companyCode": "0326523", "companyLogo": "http:", "parentId": 0, "level": 1, "address": null, "children": [ { "id": 2, "companyName": "成都", "companyCode": "0325848", "companyLogo": "http:", "parentId": 1, "level": 2, "address": null, "shops": [ { "shopId": 1, "companyId": 2, "shopName": "兵哥豌杂面", "shopAddress": "四川省成都市大邑县", "shopAddressDetail": "大邑一街118号", "shopPhoto": "http://47.107.114.3:8199/bingge.jpg", "shopowner": null, "level": 3, "createdTime": "2021-12-21 13:56", "updateTime": "2021-12-21 13:56" }, { "shopId": 2, "companyId": 2, "shopName": "曹氏鸭脖", "shopAddress": "四川省成都市金牛区", "shopAddressDetail": "汇川街166号2栋附156号", "shopPhoto": "http://47.107.114.3:8199/caoshiyabo.jpg", "shopowner": null, "level": 3, "createdTime": "2021-12-07 15:28", "updateTime": "2021-12-07 15:28" }, { "shopId": 3, "companyId": 2, "shopName": "人民食堂土菜馆", "shopAddress": "四川省成都市金牛区", "shopAddressDetail": "中海海科大厦B座2楼", "shopPhoto": "http://47.107.114.3:8199/renminshitang.jpg", "shopowner": null, "level": 3, "createdTime": "2021-12-07 15:30", "updateTime": "2021-12-07 15:30" }, { "shopId": 5, "companyId": 2, "shopName": "大邑毛血旺直营店", "shopAddress": "四川省成都市大邑县", "shopAddressDetail": "大邑一街118号", "shopPhoto": "http://47.107.114.3:8199/static/20211221/b89765b7b86b41ffa1ffa91a46d2dfee.jpeg", "shopowner": null, "level": 3, "createdTime": "2021-12-21 14:25", "updateTime": "2021-12-21 14:25" }, { "shopId": 6, "companyId": 2, "shopName": "绵阳米粉", "shopAddress": "四川省绵阳市涪城区", "shopAddressDetail": "绵阳二街39号", "shopPhoto": "http://47.107.114.3:8199/static/20211221/8b3f853417e94cefaea63808eb4dc56e.png", "shopowner": null, "level": 3, "createdTime": "2021-12-21 11:11", "updateTime": "2021-12-21 11:11" }, { "shopId": 7, "companyId": 2, "shopName": "天津包子", "shopAddress": "天津市天津市和平区", "shopAddressDetail": "北平街99号", "shopPhoto": "http://47.107.114.3:8199/static/20211221/3f64483fa0124a66a6a4ae9898b5ed17.jpg", "shopowner": null, "level": 3, "createdTime": "2021-12-21 13:46", "updateTime": "2021-12-21 13:46" }, { "shopId": 8, "companyId": 2, "shopName": "小龙坎", "shopAddress": "重庆市重庆市渝中区", "shopAddressDetail": "城北客运站对面", "shopPhoto": "http://47.107.114.3:8199/static/20211221/ae1d79a5245c49ccac503ab9a818e38c.png", "shopowner": null, "level": 3, "createdTime": "2021-12-21 13:50", "updateTime": "2021-12-21 13:50" } ], "createTime": "2021-07-23 11:36", "updateTime": "2021-07-23 11:38" } ], "createTime": "2021-07-23 11:36", "updateTime": "2021-07-23 11:36" } ], "message": "success" }