java110
2020-06-16 24fd330a29f74785791c90836a70ea00a2911dc4
service-front/src/main/java/com/java110/front/controller/wechat/LoginOwnerWechatAuthController.java
@@ -55,9 +55,10 @@
     */
    @RequestMapping(path = "/refreshToken")
    public ResponseEntity<String> refreshToken(@RequestParam String redirectUrl,
                               @RequestParam String errorUrl,
                               HttpServletRequest request,
                               HttpServletResponse response) {
        return ownerAppLoginSMOImpl.refreshToken(null, redirectUrl, request, response);
        return ownerAppLoginSMOImpl.refreshToken(null, redirectUrl,errorUrl, request, response);
    }