Showing
2 changed files
with
1 additions
and
3 deletions
| ... | @@ -42,7 +42,6 @@ public class MenuController { | ... | @@ -42,7 +42,6 @@ public class MenuController { |
| 42 | return menuService.queryMiniProgramPublishedMenusByStallId(enterpriseId, stallId); | 42 | return menuService.queryMiniProgramPublishedMenusByStallId(enterpriseId, stallId); |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | - @SaIgnore | ||
| 46 | @ApiOperation(value = "根据stallId获取所有已发布餐单") | 45 | @ApiOperation(value = "根据stallId获取所有已发布餐单") |
| 47 | @GetMapping("/enterprises/{enterpriseId}/stalls/{stallId}/all/menus") | 46 | @GetMapping("/enterprises/{enterpriseId}/stalls/{stallId}/all/menus") |
| 48 | @ResponseStatus(HttpStatus.OK) | 47 | @ResponseStatus(HttpStatus.OK) |
| ... | @@ -60,7 +59,6 @@ public class MenuController { | ... | @@ -60,7 +59,6 @@ public class MenuController { |
| 60 | return menuService.getMenuById(enterpriseId, menuId); | 59 | return menuService.getMenuById(enterpriseId, menuId); |
| 61 | } | 60 | } |
| 62 | 61 | ||
| 63 | - @SaIgnore | ||
| 64 | @ApiOperation(value = "根据MenuId获取餐单详情") | 62 | @ApiOperation(value = "根据MenuId获取餐单详情") |
| 65 | @GetMapping("/enterprises/{enterpriseId}/menusDetails/{menuId}") | 63 | @GetMapping("/enterprises/{enterpriseId}/menusDetails/{menuId}") |
| 66 | @ResponseStatus(HttpStatus.OK) | 64 | @ResponseStatus(HttpStatus.OK) | ... | ... |
| ... | @@ -65,7 +65,7 @@ grpc.operator-service.url=47.101.193.136 | ... | @@ -65,7 +65,7 @@ grpc.operator-service.url=47.101.193.136 |
| 65 | grpc.operator-service.port=3031 | 65 | grpc.operator-service.port=3031 |
| 66 | 66 | ||
| 67 | grpc.meizhongyihe-service.url=47.101.193.136 | 67 | grpc.meizhongyihe-service.url=47.101.193.136 |
| 68 | -grpc.meizhongyihe-service.port=3031 | 68 | +grpc.meizhongyihe-service.port=3040 |
| 69 | 69 | ||
| 70 | miniprogram.appId=wx40ec496d73b58ec6 | 70 | miniprogram.appId=wx40ec496d73b58ec6 |
| 71 | miniprogram.appSecret=5b309517bf918abf760b2195e91b99f3 | 71 | miniprogram.appSecret=5b309517bf918abf760b2195e91b99f3 | ... | ... |
-
Please register or login to post a comment