ruoyi-auth/src/main/java/com/ruoyi/auth/controller/QwH5Controller.java
@@ -89,7 +89,7 @@ } @GetMapping("/h5/oauthUser") @ApiOperation("通过code获取商户端用户登录") @ApiOperation("通过code获取商户端用户登录【2.0】") public R<OauthUserVo> oauthUser(@ApiParam(value = "成员授权获取到的code", required = true) @RequestParam("code") String code) throws IOException { // 通过code获取访问用户敏感信息 JSONObject result = qywxInnerService.getOauthUser(code);