|
@ -256,7 +256,7 @@ public class AdminTeamService extends BaseService {
|
|
|
com.alibaba.fastjson.JSONObject json = com.alibaba.fastjson.JSONObject.parseObject(response);
|
|
|
if(json.getInteger("status")==200){
|
|
|
com.alibaba.fastjson.JSONObject data = json.getJSONObject("data");
|
|
|
if("1".equals(data.getString("CODE"))){
|
|
|
if("1".equals(data.getString("CODE"))&&data.getJSONArray("DATA").size()>0){
|
|
|
sign_limit_number = data.getJSONArray("DATA").getJSONObject(0).getInteger("SIGN_LIMIT_NUMBER");//签约上线
|
|
|
}
|
|
|
}
|