bug 修复
This commit is contained in:
@@ -51,6 +51,7 @@ public class SyncUserService {
|
||||
|
||||
JSONObject responseStr = JSON.parseObject(rs);
|
||||
System.out.println(rs);
|
||||
log.info(rs);
|
||||
if (responseStr.containsKey("cookie")) {
|
||||
try {
|
||||
JSONArray entries = responseStr.getJSONArray("cookie");
|
||||
@@ -97,6 +98,7 @@ public class SyncUserService {
|
||||
JSONObject responseStr = JSONObject.parseObject(rs);
|
||||
|
||||
System.out.println(responseStr);
|
||||
log.info(rs);
|
||||
if (responseStr.containsKey("cookie")) {
|
||||
try {
|
||||
JSONArray entries = responseStr.getJSONArray("cookie");
|
||||
|
||||
Reference in New Issue
Block a user