| | |
| | | import com.yeshi.fanli.service.inter.push.IOSPushService;
|
| | | import com.yeshi.fanli.service.inter.user.UserInfoExtraService;
|
| | | import com.yeshi.fanli.util.ThreadUtil;
|
| | | import com.yeshi.fanli.util.annotation.UserActive;
|
| | |
|
| | | import net.sf.json.JSONObject;
|
| | |
|
| | |
| | | @Resource
|
| | | private UserInfoExtraService userInfoExtraService;
|
| | |
|
| | | @UserActive(uid="#uid")
|
| | | @RequestMapping("getsystemclientparams")
|
| | | public void getSystemClientParams(AcceptData acceptData, Long uid, String mac, HttpServletRequest request,
|
| | | PrintWriter out) {
|
| | |
| | | && Integer.parseInt(acceptData.getVersion()) < 44 && system.getId().longValue() != 5L)
|
| | | ssp.setValue("http://ec-1255749512.file.myqcloud.com/resource/weex/flq_index_v2.js");
|
| | | }
|
| | | |
| | | // 同步管理config
|
| | | if (ssp.getKey().equalsIgnoreCase("inviteRules")) {
|
| | | ssp.setValue(configService.get(ConfigKeyEnum.inviteRules.getKey()) );
|
| | | }
|
| | | |
| | | list.add(ssp);
|
| | | }
|
| | |
|