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
zhuyifan
2025-04-15 17:01:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
efb9ed0b8d77d8e655ed1abdf109aa7a5ba386c7
efb9ed0b
1 parent
171a6e11
(controllerfeat): 在 MiniProgramController 中添加 SaIgnore 注解
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/infoloop/tianting/controller/MiniProgramController.java
src/main/java/com/infoloop/tianting/controller/MiniProgramController.java
View file @
efb9ed0
...
...
@@ -27,6 +27,7 @@ public class MiniProgramController {
private
final
WxMiniProgramService
wxMiniProgramService
;
@SaIgnore
@ApiOperation
(
value
=
"小程序:根据code获取openId"
)
@GetMapping
(
"/wx/miniprogram/customers/openid/{code}"
)
@ResponseStatus
(
HttpStatus
.
OK
)
...
...
Please
register
or
login
to post a comment