Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangyingyang
2024-11-19 13:44:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
06df1f180b9de714f5e4f6cb71df19a65ca50097
06df1f18
1 parent
6e237e72
fix port
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
src/main/java/com/infoloop/tianting/controller/MenuController.java
src/main/resources/application.properties
src/main/java/com/infoloop/tianting/controller/MenuController.java
View file @
06df1f1
...
...
@@ -42,7 +42,6 @@ public class MenuController {
return
menuService
.
queryMiniProgramPublishedMenusByStallId
(
enterpriseId
,
stallId
);
}
@SaIgnore
@ApiOperation
(
value
=
"根据stallId获取所有已发布餐单"
)
@GetMapping
(
"/enterprises/{enterpriseId}/stalls/{stallId}/all/menus"
)
@ResponseStatus
(
HttpStatus
.
OK
)
...
...
@@ -60,7 +59,6 @@ public class MenuController {
return
menuService
.
getMenuById
(
enterpriseId
,
menuId
);
}
@SaIgnore
@ApiOperation
(
value
=
"根据MenuId获取餐单详情"
)
@GetMapping
(
"/enterprises/{enterpriseId}/menusDetails/{menuId}"
)
@ResponseStatus
(
HttpStatus
.
OK
)
...
...
src/main/resources/application.properties
View file @
06df1f1
...
...
@@ -65,7 +65,7 @@ grpc.operator-service.url=47.101.193.136
grpc.operator-
service.port
=
3031
grpc.meizhongyihe-
service.url
=
47.101.193.136
grpc.meizhongyihe-
service.port
=
30
31
grpc.meizhongyihe-
service.port
=
30
40
miniprogram.appId
=
wx40ec496d73b58ec6
miniprogram.appSecret
=
5b309517bf918abf760b2195e91b99f3
...
...
Please
register
or
login
to post a comment