|
@ -1110,7 +1110,7 @@ public class FamilyMemberService extends BaseService {
|
|
|
String result = HttpUtil.sendGet(userInfo_url, params);
|
|
|
JSONObject json = new JSONObject(result);
|
|
|
if (json.has("subscribe")) {
|
|
|
return json.get(" ").toString();
|
|
|
return json.get("subscribe").toString();
|
|
|
} else {
|
|
|
return null;
|
|
|
}
|