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