Browse Source

骄阳调整

yumeng 5 years ago
parent
commit
0349c39405

+ 2 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/CallbackController.java

@@ -64,6 +64,8 @@ public class CallbackController {
                         HttpServletResponse response,
                         HttpServletResponse response,
                         @RequestParam("code") String code,
                         @RequestParam("code") String code,
                         @RequestParam("state") String state) throws IOException {
                         @RequestParam("state") String state) throws IOException {
+        System.err.println("code:" + code);
+        System.err.println("state:" + state);
         response.sendRedirect(state + "?code=" + code);
         response.sendRedirect(state + "?code=" + code);
     }
     }