|
@@ -610,7 +610,7 @@ public class UserServiceImpl implements UserService {
|
|
|
throw new Exception(res.getContent());
|
|
throw new Exception(res.getContent());
|
|
|
} else {
|
|
} else {
|
|
|
JSONObject obj = JSON.parseObject(res.getContent());
|
|
JSONObject obj = JSON.parseObject(res.getContent());
|
|
|
- return String.valueOf(obj.get("dialectUID"));
|
|
|
|
|
|
|
+ return obj.getString("dialectUID");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
return null;
|
|
return null;
|