Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -27,6 +27,7 @@ public class MiniProgramController { | ... | @@ -27,6 +27,7 @@ public class MiniProgramController { |
| 27 | 27 | ||
| 28 | private final WxMiniProgramService wxMiniProgramService; | 28 | private final WxMiniProgramService wxMiniProgramService; |
| 29 | 29 | ||
| 30 | + @SaIgnore | ||
| 30 | @ApiOperation(value = "小程序:根据code获取openId") | 31 | @ApiOperation(value = "小程序:根据code获取openId") |
| 31 | @GetMapping("/wx/miniprogram/customers/openid/{code}") | 32 | @GetMapping("/wx/miniprogram/customers/openid/{code}") |
| 32 | @ResponseStatus(HttpStatus.OK) | 33 | @ResponseStatus(HttpStatus.OK) | ... | ... |
-
Please register or login to post a comment