yumeng hace 4 años
padre
commit
a5006c76f7

+ 1 - 1
src/main/java/cn/com/ctop/callback/controller/CallbackController.java

@@ -31,7 +31,7 @@ public class CallbackController {
             if (json == null) {
                 throw new Exception("回调信息为空");
             }
-            System.err.println("auth_code:" + auth_code);
+            System.err.println("auth_code:" + authCode);
             System.err.println("callbackUrl:" + json.getString("callbackUrl"));
             Map<String, Object> map = new HashMap<>();
             map.put("auth_code", authCode);