From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java | 1097 ++++++++++++++++++++++++++++----------------------------- 1 files changed, 545 insertions(+), 552 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java index 9fa526f..c264566 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java @@ -1,552 +1,545 @@ -package com.yeshi.fanli.controller.client.v1; - -import java.io.PrintWriter; -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -import javax.annotation.Resource; - -import org.json.JSONArray; -import org.springframework.stereotype.Controller; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestMethod; -import org.yeshi.utils.JsonUtil; -import org.yeshi.utils.encrypt.DESUtil; - -import com.yeshi.fanli.entity.accept.AcceptData; -import com.yeshi.fanli.entity.bus.homemodule.FloatAD; -import com.yeshi.fanli.entity.bus.homemodule.FloatAD.FloatADTypeEnum; -import com.yeshi.fanli.entity.bus.msg.MsgDeviceReadState; -import com.yeshi.fanli.entity.bus.user.ThreeSale; -import com.yeshi.fanli.entity.bus.user.UserActiveLog; -import com.yeshi.fanli.entity.bus.user.UserInfo; -import com.yeshi.fanli.entity.bus.user.vip.UserLevelEnum; -import com.yeshi.fanli.entity.bus.user.vip.UserLevelUpgradedNotify; -import com.yeshi.fanli.entity.bus.user.vip.UserVIPInfo; -import com.yeshi.fanli.entity.bus.user.vip.UserVIPPreInfo; -import com.yeshi.fanli.entity.common.JumpDetailV2; -import com.yeshi.fanli.entity.config.AppHomeFloatImg; -import com.yeshi.fanli.entity.system.ConfigKeyEnum; -import com.yeshi.fanli.entity.taobao.ClientTBPid; -import com.yeshi.fanli.service.inter.common.JumpDetailV2Service; -import com.yeshi.fanli.service.inter.config.ConfigService; -import com.yeshi.fanli.service.inter.homemodule.FloatADService; -import com.yeshi.fanli.service.inter.homemodule.SwiperPictureService; -import com.yeshi.fanli.service.inter.msg.MsgDeviceReadStateService; -import com.yeshi.fanli.service.inter.taobao.TaoBaoUnionConfigService; -import com.yeshi.fanli.service.inter.tlj.UserTaoLiJinOriginService; -import com.yeshi.fanli.service.inter.user.TBPidService; -import com.yeshi.fanli.service.inter.user.UserActiveLogService; -import com.yeshi.fanli.service.inter.user.UserInfoExtraService; -import com.yeshi.fanli.service.inter.user.UserInfoService; -import com.yeshi.fanli.service.inter.user.invite.ThreeSaleSerivce; -import com.yeshi.fanli.service.inter.user.notify.UserActivedRecordService; -import com.yeshi.fanli.service.inter.user.vip.UserLevelUpgradedNotifyService; -import com.yeshi.fanli.service.inter.user.vip.UserVIPInfoService; -import com.yeshi.fanli.service.inter.user.vip.UserVIPPreInfoService; -import com.yeshi.fanli.service.inter.user.vip.UserVipConfigService; -import com.yeshi.fanli.util.Constant; -import com.yeshi.fanli.util.StringUtil; -import com.yeshi.fanli.util.ThreadUtil; -import com.yeshi.fanli.util.TimeUtil; -import com.yeshi.fanli.util.VersionUtil; -import com.yeshi.fanli.vo.homemodule.BannerVO; -import com.yeshi.fanli.vo.user.UserDialogBtnVO; -import com.yeshi.fanli.vo.user.UserDialogVO; -import com.yeshi.fanli.vo.user.VIPUpgradedNotifyVO; - -import net.sf.json.JSONObject; - -/** - * 鍔ㄦ�� - * - * @author Administrator - * - */ -@Controller("ConfigController1") -@RequestMapping("api/v1/config") -public class ConfigController { - - @Resource - private ConfigService configService; - - @Resource - private TBPidService tbPidService; - - @Resource - private TaoBaoUnionConfigService taoBaoUnionConfigService; - - @Resource - private UserInfoExtraService userInfoExtraService; - - @Resource - private FloatADService floatADService; - - @Resource - private JumpDetailV2Service jumpDetailV2Service; - - @Resource - private MsgDeviceReadStateService msgDeviceReadStateService; - - @Resource - private UserTaoLiJinOriginService uerTaoLiJinOriginService; - - @Resource - private UserActiveLogService userActiveLogService; - - @Resource - private SwiperPictureService swiperPictureService; - - @Resource - private UserActivedRecordService userActivedRecordService; - - @Resource - private UserInfoService userInfoService; - - @Resource - private UserVIPInfoService userVIPInfoService; - - @Resource - private UserVIPPreInfoService userVIPPreInfoService; - - @Resource - private UserLevelUpgradedNotifyService userLevelUpgradedNotifyService; - - @Resource - private ThreeSaleSerivce threeSaleSerivce; - - @Resource - private UserVipConfigService userVipConfigService; - - /** - * s 棣栭〉閰嶇疆淇℃伅 - * - * @param acceptData - * @param out - */ - @RequestMapping(value = "getHomeConfig", method = RequestMethod.POST) - public void getHomeConfig(AcceptData acceptData, Long uid, PrintWriter out) { - if (uid != null && uid == 0L) - uid = null; - - AppHomeFloatImg appHomeFloatImg = configService.getAppHomeFloatImg(); - if ("ios".equalsIgnoreCase(acceptData.getPlatform()) && !Constant.IS_TEST) { - appHomeFloatImg = null; - } - - JSONObject data = new JSONObject(); - if (appHomeFloatImg != null) { - data.put("floatImg", appHomeFloatImg); - } - - String notifyImg = configService.getAppHomeFloatNotifyImg(); - if (!StringUtil.isNullOrEmpty(notifyImg)) { - data.put("floatNotifyImg", notifyImg); - } - - // 鏃犳柊浜哄脊妗� 鍒欐煡璇㈤粯璁� - FloatAD floatAD = floatADService.getEffectiveFloatAD(FloatAD.POSITION_INDEX, 0); - if (floatAD != null && floatAD.getTypeEnum() != FloatADTypeEnum.newUserRedPack) { - JSONObject detail = new JSONObject(); - detail.put("img", floatAD.getPicture()); - detail.put("jumpDetail", floatAD.getJumpDetail()); - detail.put("params", floatAD.getParams()); - detail.put("showTime", floatAD.getShowMode()); - detail.put("accountLogin", floatAD.isJumpNeedLogin()); - data.put("floatImgDetail", detail); - } - - // 棰嗗埜甯姪閾炬帴,1.5.2鍚庣敓鏁� - String couponHelp = configService.get(ConfigKeyEnum.taobaoCouponHelp.getKey()); - data.put("couponHelpUrl", couponHelp); - - // 搴曢儴缃戦〉閾炬帴 - String platform = acceptData.getPlatform(); - if ("android".equalsIgnoreCase(platform)) { - data.put("htmlLink", configService.get(ConfigKeyEnum.indexHtmlLinkAndroid.getKey())); - } - - // 鍒ゆ柇鏂拌�佺敤鎴� - UserActiveLog da = null; - if (uid != null) - da = userActiveLogService.getFirstActiveInfo(uid); - // 鏂颁汉 - if (da == null || (System.currentTimeMillis() - da.getCreateTime().getTime()) <= 1000 * 60 * 60 * 24 * 15L) { - data.put("userTimeType", 0); - } else {// 鑰佷汉 - data.put("userTimeType", 1); - } - data.put("hotFuctionLink", configService.getByVersion(ConfigKeyEnum.hotFunctionUrl.getKey(), platform, - Integer.parseInt(acceptData.getVersion())));// - out.print(JsonUtil.loadTrueResult(data)); - } - - /** - * 娑堟伅涓績寮规 - * - * @param acceptData - * @param uid - * @param out - */ - @RequestMapping(value = "getMSGConfig", method = RequestMethod.POST) - public void getMSGConfig(AcceptData acceptData, Long uid, PrintWriter out) { - out.print(JsonUtil.loadFalseResult("鎺ㄥ箍绾㈠寘鐩稿叧鍔熻兘宸蹭笅绾匡紒")); - } - - @RequestMapping(value = "getTaoBaoCartConfig", method = RequestMethod.POST) - public void getTaoBaoCartConfig(AcceptData acceptData, String position, Long uid, PrintWriter out) { - if (uid == null || uid <= 0) { - out.print(JsonUtil.loadFalseResult("鐢ㄦ埛灏氭湭鐧诲綍")); - return; - } - - // 鏄惁闇�瑕佽喘鐗╁煄杞摼 - boolean convert = "0".equalsIgnoreCase(configService.get(ConfigKeyEnum.showTaobaoCartConvert.getKey())) ? false - : true; - - if (!"cart".equalsIgnoreCase(position) && !convert) { - out.print(JsonUtil.loadFalseResult("")); - return; - } - - ClientTBPid clientTBPid = null; - if ("ios".equalsIgnoreCase(acceptData.getPlatform())) { - clientTBPid = tbPidService.getIOSDefault(); - } else { - clientTBPid = tbPidService.getAndroidDefault(); - } - - String cartJS = configService.get(ConfigKeyEnum.taobaoCartJS.getKey()); - String cartUrl = configService.get(ConfigKeyEnum.taobaoCartLink.getKey()); - if (!convert)// 涓嶈浆閾� - { - cartUrl = "http://"; - cartJS = "-"; - } - String js = null; - String link = null; - try { - js = DESUtil.encode(cartJS, StringUtil.getBase64String("YeShiFANLI889*+"), - StringUtil.getBase64String("*M#34f?,")); - } catch (Exception e) { - e.printStackTrace(); - } - - try { - link = DESUtil.encode(cartUrl, StringUtil.getBase64String("YeShiFANLI889*+"), - StringUtil.getBase64String("*M#34f?,")); - } catch (Exception e) { - e.printStackTrace(); - } - JSONObject data = new JSONObject(); - data.put("js", js); - data.put("link", link); - data.put("tbPidInfo", clientTBPid); - out.print(JsonUtil.loadTrueResult(data)); - } - - @RequestMapping(value = "getWebConfig", method = RequestMethod.POST) - public void getWebConfig(AcceptData acceptData, String url, PrintWriter out) { - JSONObject data = new JSONObject(); - if (url != null && (url.contains("s.click") || url.contains("taobao.com") || url.contains("tmall.com") - || url.contains("m.tb.cn"))) { - data.put("baichuan", true);// 閲囩敤闃块噷鐧惧窛鐨勬柟寮忓姞杞絯ebview - data.put("goodsDetail", true);// 闇�瑕佹嫤鎴晢鍝佽鎯� - } else { - data.put("baichuan", false);// 涓嶉渶瑕侀噰鐢ㄩ樋閲岀櫨宸濈殑鏂瑰紡鍔犺浇webview - data.put("goodsDetail", false);// 涓嶉渶瑕佹嫤鎴晢鍝佽鎯� - } - out.print(JsonUtil.loadTrueResult(data)); - } - - /** - * 鑾峰彇璐﹀彿缁戝畾涓殑閰嶇疆淇℃伅 - * - * @param acceptData - * @param uid - * @param out - */ - - @RequestMapping(value = "getBindAccountConfig", method = RequestMethod.POST) - public void getBindAccountConfig(AcceptData acceptData, PrintWriter out) { - String alipayHelpUrl = configService.get(ConfigKeyEnum.alipayHelp.getKey());// 鏀粯瀹濆府鍔� - String alipayBindFailUrl = configService.get(ConfigKeyEnum.alipayBindFailReason.getKey());// 鏀粯瀹濈粦瀹氬け璐ュ師鍥� - JSONObject data = new JSONObject(); - data.put("alipayHelp", alipayHelpUrl); - data.put("alipayBindFailReason", alipayBindFailUrl); - out.print(JsonUtil.loadTrueResult(data)); - } - - /** - * 鍏抽棴鎻愰啋 - * - * @param acceptData - * @param uid - * @param id - * @param type - * 0-鍏抽棴 1-鐐瑰嚮鍙宠竟鎸夐挳 2-鐐瑰嚮宸﹁竟鎸夐挳 - * @param out - */ - @RequestMapping(value = "closeDialogNotify", method = RequestMethod.POST) - public void closeDialogNotify(AcceptData acceptData, Long uid, String id, String sourceId, int type, - PrintWriter out) { - - if (uid == null) { - out.print(JsonUtil.loadFalseResult("鐢ㄦ埛鏈櫥褰�")); - return; - } - if (StringUtil.isNullOrEmpty(id)) { - out.print(JsonUtil.loadFalseResult("id涓虹┖")); - return; - } - if (id.equalsIgnoreCase("tearcherNotify")) { - userActivedRecordService.setTearcherNotified(uid); - out.print(JsonUtil.loadTrueResult("")); - } else if (id.equalsIgnoreCase("vipUpgradedNotify")) { - userLevelUpgradedNotifyService.setNotified(sourceId); - out.print(JsonUtil.loadTrueResult("")); - } else { - out.print(JsonUtil.loadFalseResult("id涓嶅瓨鍦�")); - } - } - - @RequestMapping(value = "getUserConfig", method = RequestMethod.POST) - public void getUserConfig(AcceptData acceptData, Long uid, PrintWriter out) { - try { - // 鐢ㄦ埛鍗忚閾炬帴 - String serviceProtocol = configService.get(ConfigKeyEnum.serviceProtocolLink.getKey()); - // 闅愮鏉℃閾炬帴 - String privacyProtocol = configService.get(ConfigKeyEnum.privacyProtocolLink.getKey()); - JSONObject data = new JSONObject(); - data.put("serviceProtocolLink", serviceProtocol); - data.put("privacyProtocolLink", privacyProtocol); - // 璐墿杞﹁烦杞柟寮�(鍖呭惈jumpDetail涓巔arams) - JSONObject source = JSONObject - .fromObject(configService.getByVersion(ConfigKeyEnum.taobaoCartJumpDetail.getKey(), - acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()))); - data.put("taoBaoCart", source); - - if (VersionUtil.greaterThan_2_0_2(acceptData.getPlatform(), acceptData.getVersion())) { - // IOS姝e湪涓婄嚎鐗堟湰 - if ("ios".equalsIgnoreCase(acceptData.getPlatform()) - && configService.iosOnLining(Integer.parseInt(acceptData.getVersion()))) { - data.put("banner", new JSONArray()); - } else { - // 鎴戠殑鐣岄潰banner - List<BannerVO> banner = swiperPictureService.getByBannerCardAndVersion("my_interface_banner", - acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion())); - if (banner == null) - banner = new ArrayList<BannerVO>(); - data.put("banner", JsonUtil.getApiCommonGson().toJson(banner)); - } - } - - if (VersionUtil.greaterThan_2_0_7(acceptData.getPlatform(), acceptData.getVersion())) { - // 杞摼鐨勭綉椤甸摼鎺� - String convertLinkUrl = configService.get(ConfigKeyEnum.convertDocWebLink.getKey()); - data.put("convertLinkUrl", convertLinkUrl); - if (uid != null) { - - String tearcherLink = configService.getByVersion(ConfigKeyEnum.tearcherLink.getKey(), - acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion())); - if (userActivedRecordService.canNotifyAddTearcher(uid) && !StringUtil.isNullOrEmpty(tearcherLink)) { - UserInfo userInfo = userInfoService.selectAvailableByPrimaryKey(uid); - if (userInfo != null) { - JumpDetailV2 jumpDetail = jumpDetailV2Service.getByTypeCache("web", - Constant.getPlatformCode(acceptData.getPlatform()), - Integer.parseInt(acceptData.getVersion())); - - JSONObject negativeParams = new JSONObject(); - negativeParams.put("url", configService.getByVersion(ConfigKeyEnum.newerGonglue.getKey(), - acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()))); - - JSONObject positiveParams = new JSONObject(); - positiveParams.put("url", tearcherLink); - - UserDialogVO dialog = new UserDialogVO("tearcherNotify", true, - "HI," + userInfo.getNickName(), - "鎴戞槸浣犵殑瀵煎笀锛屼负浣犲湪鐪佽禋杩囩▼涓В闅剧瓟鐤戯紝瀵逛綘涓�瀵逛竴杈呭锛屽�惧惉浣犵殑闇�姹傛�荤粨骞跺弽棣堢粰鏉挎牀蹇渷瀹樻柟杩愯惀鍥㈤槦锛屽揩鏉ユ坊鍔犳垜鍚с��", - new UserDialogBtnVO("澶嶅埗瀵煎笀寰俊", jumpDetail, positiveParams), - new UserDialogBtnVO("鍘绘柊鎵嬫敾鐣�", jumpDetail, negativeParams)); - data.put("dialog", dialog); - } - } - - data.put("tearcherLink", tearcherLink); - } - } - - if (VersionUtil.greaterThan_2_1(acceptData.getPlatform(), acceptData.getVersion())) { - UserVIPPreInfo info = userVIPPreInfoService.getLatestProcessInfo(uid); - JSONObject inner = new JSONObject(); - inner.put("link", userVipConfigService.getValueByKey("vip_link")); - inner.put("ion", "http://img.flqapp.com/resource/vip/icon_vip.png"); - inner.put("title", "鍏嶈垂鍗囩骇 浜細鍛樻潈鐩�"); - inner.put("btnName", "鍗囩骇浼氬憳"); - - if (uid != null) { - if (info != null && info.getProcess() >= UserVIPPreInfo.PROCESS_3) { - inner.put("link", userVipConfigService.getValueByKey("vip_link")); - inner.put("ion", "http://img.flqapp.com/resource/vip/icon_tearcher.png"); - inner.put("title", "鎷夸簲闄╀笌娲ヨ创 浜甯堟潈鐩�"); - if (info.getProcess() == UserVIPPreInfo.PROCESS_4) - inner.put("btnName", "鏉挎牀蹇渷"); - else - inner.put("btnName", "鍗囩骇瀵煎笀"); - } else { - UserVIPPreInfo userVIPPreInfo = userVIPPreInfoService.getLatestProcessInfo(uid); - if (userVIPPreInfo != null) { - if (userVIPPreInfo.getProcess() == UserVIPPreInfo.PROCESS_1) { - inner.put("btnName", "鍗囩骇楂樼骇浼氬憳"); - } else if (userVIPPreInfo.getProcess() == UserVIPPreInfo.PROCESS_2) { - inner.put("btnName", "鍗囩骇瓒呯骇浼氬憳"); - } - } - } - } - // IOS姝e湪涓婄嚎 - if ("ios".equalsIgnoreCase(acceptData.getPlatform()) - && configService.iosOnLining(Integer.parseInt(acceptData.getVersion()))) { - } else - data.put("vip", inner); - // 骞冲彴瑙勫垯 - String platformRuleLink = configService.get(ConfigKeyEnum.platformRule.getKey()); - data.put("platformRule", platformRuleLink); - } - - if (VersionUtil.greaterThan_2_1(acceptData.getPlatform(), acceptData.getVersion()) && uid != null) { - UserLevelUpgradedNotify notify = userLevelUpgradedNotifyService.getNeedNotifyByUid(uid); - if (notify != null) { - Date endTime = getUpgradedTime(uid, notify.getToLevel()); - Date startTime = getUpgradedTime(uid, notify.getFromLevel()); - if (endTime != null && startTime != null) { - VIPUpgradedNotifyVO notifyVO = new VIPUpgradedNotifyVO(); - notifyVO.setDay(TimeUtil.getDayDifferenceCount(startTime, endTime)); - notifyVO.setDetailLink(notify.getToLevel().getDetailLink()); - notifyVO.setFromLevelName(notify.getFromLevel().getName()); - notifyVO.setId("vipUpgradedNotify"); - notifyVO.setSourceId(notify.getId()); - notifyVO.setToLevel(notify.getToLevel().getTag()); - notifyVO.setToLevelName(notify.getToLevel().getName()); - data.put("vipUpgradedNotify", notifyVO); - } - } - } - - // 浜戝彂鍗曢摼鎺� - if (VersionUtil.greaterThan_2_1_2(acceptData.getPlatform(), acceptData.getVersion())) { - // 楠岃瘉鏄惁寮�鍚� - String cloudState = configService.getByVersion(ConfigKeyEnum.robotCloudOpen.getKey(), acceptData.getPlatform(), - Integer.parseInt(acceptData.getVersion())); - if (!StringUtil.isNullOrEmpty(cloudState) && "1".equals(cloudState)) { - data.put("cloudLink", configService.get(ConfigKeyEnum.robotCloudLink.getKey())); - } - } - out.print(JsonUtil.loadTrueResult(data)); - } catch (Exception e) { - out.print(JsonUtil.loadFalseResult("鑾峰彇澶辫触")); - e.printStackTrace(); - } - } - - // 鑾峰彇鍗囩骇鏃堕棿 - private Date getUpgradedTime(Long uid, UserLevelEnum level) { - Date time = null; - if (level == UserLevelEnum.superVIP) { - UserVIPInfo vipInfo = userVIPInfoService.selectByUid(uid); - if (vipInfo != null && vipInfo.getState() == UserVIPInfo.STATE_SUCCESS) - time = vipInfo.getSuccessTime(); - - } else if (level == UserLevelEnum.highVIP) { - UserVIPPreInfo info = userVIPPreInfoService.selectByUidAndProcess(uid, level.getLevel()); - if (info != null) - time = info.getCreateTime(); - } else if (level == UserLevelEnum.daRen) { - - // 鎴愪负杈句汉鐨勬椂闂�,鐢ㄦ埛婵�娲绘椂闂� - ThreeSale threeSale = threeSaleSerivce.getByWorkerId(uid); - if (threeSale != null && threeSale.getState() == true && threeSale.getSucceedTime() != null) { - time = new Date(threeSale.getSucceedTime()); - } else {// 鍙栫敤鎴锋敞鍐屾椂闂� - UserInfo user = userInfoService.selectAvailableByPrimaryKey(uid); - time = new Date(user.getCreatetime()); - } - } - - return time; - } - - /** - * 璁㈠崟瑙f瀽閰嶇疆 - * - * @param acceptData - * @param out - */ - @RequestMapping(value = "getOrderParseConfig", method = RequestMethod.POST) - public void getOrderParseConfig(AcceptData acceptData, PrintWriter out) { - - if ("0".equalsIgnoreCase(configService.get(ConfigKeyEnum.autoFindTaobaoOrder.getKey()))) - out.print(JsonUtil.loadFalseResult(1, "鏆備笉鏀寔")); - else { - String orderJS = configService.get(ConfigKeyEnum.taobaoOrderParseJS.getKey()); - JSONObject data = new JSONObject(); - try { - data.put("orderJS", DESUtil.encode(orderJS, StringUtil.getBase64String("YeShiFANLI889*+"), - StringUtil.getBase64String("*M#34f?,"))); - data.put("orderUrl", - DESUtil.encode("https://buyertrade.taobao.com/trade/itemlist/list_bought_items.htm", - StringUtil.getBase64String("YeShiFANLI889*+"), StringUtil.getBase64String("*M#34f?,"))); - } catch (Exception e) { - e.printStackTrace(); - } - out.print(JsonUtil.loadTrueResult(data)); - } - } - - /** - * 鑾峰彇璁㈠崟閰嶇疆 - * - * @param acceptData - * @param out - */ - - @RequestMapping(value = "getOrderConfig", method = RequestMethod.POST) - public void getOrderConfig(AcceptData acceptData, PrintWriter out) { - JSONObject data = new JSONObject(); - // 娴嬭瘯 - data.put("showTaoBaoOrder", - "0".equalsIgnoreCase(configService.get(ConfigKeyEnum.showTaobaoOrder.getKey()).trim()) ? false : true); - data.put("taoBaoOrderUrl", "https://main.m.taobao.com/olist/index.html"); - out.print(JsonUtil.loadTrueResult(data)); - } - - @RequestMapping(value = "getKeFuConfig", method = RequestMethod.POST) - public void getKeFuConfig(AcceptData acceptData, PrintWriter out) { - JSONObject data = new JSONObject(); - data.put("meiqia", "1".equalsIgnoreCase(configService.get(ConfigKeyEnum.kefuMeiqia.getKey())) ? true : false);// 鏄惁璺宠浆缇庢唇锛屼笉璺宠浆缇庢唇灏辩敤鍘熸潵鐨� - out.print(JsonUtil.loadTrueResult(data)); - // 璁剧疆娑堟伅宸茶 - ThreadUtil.run(new Runnable() { - @Override - public void run() { - msgDeviceReadStateService.setDeviceMsgRead(MsgDeviceReadState.TYPE_KEFU, acceptData.getDevice(), - "android".equalsIgnoreCase(acceptData.getPlatform()) ? 1 : 2); - } - }); - } - - /** - * 鑾峰彇閭�璇风爜甯姪閾炬帴 - * - * @param acceptData - * @param out - */ - @RequestMapping(value = "getInviteCodeInputHelp", method = RequestMethod.POST) - public void getInviteCodeInputHelp(AcceptData acceptData, PrintWriter out) { - JSONObject data = new JSONObject(); - data.put("helpUrl", configService.get(ConfigKeyEnum.inviteCodeInputHelp.getKey())); - out.print(JsonUtil.loadTrueResult(data)); - } - -} +package com.yeshi.fanli.controller.client.v1; + +import java.io.PrintWriter; +import java.util.ArrayList; +import java.util.Date; +import java.util.List; + +import javax.annotation.Resource; + +import org.json.JSONArray; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.yeshi.utils.JsonUtil; +import org.yeshi.utils.encrypt.DESUtil; + +import com.yeshi.fanli.entity.accept.AcceptData; +import com.yeshi.fanli.entity.bus.homemodule.FloatAD; +import com.yeshi.fanli.entity.bus.homemodule.FloatAD.FloatADTypeEnum; +import com.yeshi.fanli.entity.bus.msg.MsgDeviceReadState; +import com.yeshi.fanli.entity.bus.user.ThreeSale; +import com.yeshi.fanli.entity.bus.user.UserActiveLog; +import com.yeshi.fanli.entity.bus.user.UserInfo; +import com.yeshi.fanli.entity.bus.user.vip.UserLevelEnum; +import com.yeshi.fanli.entity.bus.user.vip.UserLevelUpgradedNotify; +import com.yeshi.fanli.entity.bus.user.vip.UserVIPInfo; +import com.yeshi.fanli.entity.bus.user.vip.UserVIPPreInfo; +import com.yeshi.fanli.entity.common.JumpDetailV2; +import com.yeshi.fanli.entity.config.AppHomeFloatImg; +import com.yeshi.fanli.entity.system.ConfigKeyEnum; +import com.yeshi.fanli.entity.taobao.ClientTBPid; +import com.yeshi.fanli.service.inter.common.JumpDetailV2Service; +import com.yeshi.fanli.service.inter.config.ConfigService; +import com.yeshi.fanli.service.inter.homemodule.FloatADService; +import com.yeshi.fanli.service.inter.homemodule.SwiperPictureService; +import com.yeshi.fanli.service.inter.msg.MsgDeviceReadStateService; +import com.yeshi.fanli.service.inter.user.TBPidService; +import com.yeshi.fanli.service.inter.user.UserActiveLogService; +import com.yeshi.fanli.service.inter.user.UserInfoService; +import com.yeshi.fanli.service.inter.user.invite.ThreeSaleSerivce; +import com.yeshi.fanli.service.inter.user.notify.UserActivedRecordService; +import com.yeshi.fanli.service.inter.user.vip.UserLevelUpgradedNotifyService; +import com.yeshi.fanli.service.inter.user.vip.UserVIPInfoService; +import com.yeshi.fanli.service.inter.user.vip.UserVIPPreInfoService; +import com.yeshi.fanli.service.inter.user.vip.UserVipConfigService; +import com.yeshi.fanli.util.Constant; +import com.yeshi.fanli.util.StringUtil; +import com.yeshi.fanli.util.ThreadUtil; +import org.yeshi.utils.TimeUtil; +import com.yeshi.fanli.util.VersionUtil; +import com.yeshi.fanli.vo.homemodule.BannerVO; +import com.yeshi.fanli.vo.user.UserDialogBtnVO; +import com.yeshi.fanli.vo.user.UserDialogVO; +import com.yeshi.fanli.vo.user.VIPUpgradedNotifyVO; + +import net.sf.json.JSONObject; + +/** + * 鍔ㄦ�� + * + * @author Administrator + * + */ +@Controller("ConfigController1") +@RequestMapping("api/v1/config") +public class ConfigController { + + @Resource + private ConfigService configService; + + @Resource + private TBPidService tbPidService; + + @Resource + private FloatADService floatADService; + + @Resource + private JumpDetailV2Service jumpDetailV2Service; + + @Resource + private MsgDeviceReadStateService msgDeviceReadStateService; + + @Resource + private UserActiveLogService userActiveLogService; + + @Resource + private SwiperPictureService swiperPictureService; + + @Resource + private UserActivedRecordService userActivedRecordService; + + @Resource + private UserInfoService userInfoService; + + @Resource + private UserVIPInfoService userVIPInfoService; + + @Resource + private UserVIPPreInfoService userVIPPreInfoService; + + @Resource + private UserLevelUpgradedNotifyService userLevelUpgradedNotifyService; + + @Resource + private ThreeSaleSerivce threeSaleSerivce; + + @Resource + private UserVipConfigService userVipConfigService; + + /** + * s 棣栭〉閰嶇疆淇℃伅 + * + * @param acceptData + * @param out + */ + @RequestMapping(value = "getHomeConfig", method = RequestMethod.POST) + public void getHomeConfig(AcceptData acceptData, Long uid, PrintWriter out) { + if (uid != null && uid == 0L) + uid = null; + + AppHomeFloatImg appHomeFloatImg = configService.getAppHomeFloatImg(acceptData.getSystem()); + if ("ios".equalsIgnoreCase(acceptData.getPlatform()) && !Constant.IS_TEST) { + appHomeFloatImg = null; + } + + JSONObject data = new JSONObject(); + if (appHomeFloatImg != null) { + data.put("floatImg", appHomeFloatImg); + } + + String notifyImg = configService.getAppHomeFloatNotifyImg(acceptData.getSystem()); + if (!StringUtil.isNullOrEmpty(notifyImg)) { + data.put("floatNotifyImg", notifyImg); + } + + // 鏃犳柊浜哄脊妗� 鍒欐煡璇㈤粯璁� + FloatAD floatAD = floatADService.getEffectiveFloatAD(FloatAD.POSITION_INDEX, 0,acceptData.getSystem()); + if (floatAD != null && floatAD.getTypeEnum() != FloatADTypeEnum.newUserRedPack) { + JSONObject detail = new JSONObject(); + detail.put("img", floatAD.getPicture()); + detail.put("jumpDetail", floatAD.getJumpDetail()); + detail.put("params", floatAD.getParams()); + detail.put("showTime", floatAD.getShowMode()); + detail.put("accountLogin", floatAD.isJumpNeedLogin()); + data.put("floatImgDetail", detail); + } + + // 棰嗗埜甯姪閾炬帴,1.5.2鍚庣敓鏁� + String couponHelp = configService.getValue(ConfigKeyEnum.taobaoCouponHelp.getKey(),acceptData.getSystem()); + data.put("couponHelpUrl", couponHelp); + + // 搴曢儴缃戦〉閾炬帴 + String platform = acceptData.getPlatform(); + if ("android".equalsIgnoreCase(platform)) { + data.put("htmlLink", configService.getValue(ConfigKeyEnum.indexHtmlLinkAndroid.getKey(),acceptData.getSystem())); + } + + // 鍒ゆ柇鏂拌�佺敤鎴� + UserActiveLog da = null; + if (uid != null) + da = userActiveLogService.getFirstActiveInfo(uid); + // 鏂颁汉 + if (da == null || (System.currentTimeMillis() - da.getCreateTime().getTime()) <= 1000 * 60 * 60 * 24 * 15L) { + data.put("userTimeType", 0); + } else {// 鑰佷汉 + data.put("userTimeType", 1); + } + data.put("hotFuctionLink", configService.getByVersion(ConfigKeyEnum.hotFunctionUrl.getKey(), platform, + Integer.parseInt(acceptData.getVersion()),acceptData.getSystem()));// + out.print(JsonUtil.loadTrueResult(data)); + } + + /** + * 娑堟伅涓績寮规 + * + * @param acceptData + * @param uid + * @param out + */ + @RequestMapping(value = "getMSGConfig", method = RequestMethod.POST) + public void getMSGConfig(AcceptData acceptData, Long uid, PrintWriter out) { + out.print(JsonUtil.loadFalseResult("鎺ㄥ箍绾㈠寘鐩稿叧鍔熻兘宸蹭笅绾匡紒")); + } + + @RequestMapping(value = "getTaoBaoCartConfig", method = RequestMethod.POST) + public void getTaoBaoCartConfig(AcceptData acceptData, String position, Long uid, PrintWriter out) { + if (uid == null || uid <= 0) { + out.print(JsonUtil.loadFalseResult("鐢ㄦ埛灏氭湭鐧诲綍")); + return; + } + + // 鏄惁闇�瑕佽喘鐗╁煄杞摼 + boolean convert = "0".equalsIgnoreCase(configService.getValue(ConfigKeyEnum.showTaobaoCartConvert.getKey(),acceptData.getSystem())) ? false + : true; + + if (!"cart".equalsIgnoreCase(position) && !convert) { + out.print(JsonUtil.loadFalseResult("")); + return; + } + + ClientTBPid clientTBPid = null; + if ("ios".equalsIgnoreCase(acceptData.getPlatform())) { + clientTBPid = tbPidService.getIOSDefault(); + } else { + clientTBPid = tbPidService.getAndroidDefault(); + } + + String cartJS = configService.getValue(ConfigKeyEnum.taobaoCartJS.getKey(),acceptData.getSystem()); + String cartUrl = configService.getValue(ConfigKeyEnum.taobaoCartLink.getKey(),acceptData.getSystem()); + if (!convert)// 涓嶈浆閾� + { + cartUrl = "http://"; + cartJS = "-"; + } + String js = null; + String link = null; + try { + js = DESUtil.encode(cartJS, StringUtil.getBase64String("YeShiFANLI889*+"), + StringUtil.getBase64String("*M#34f?,")); + } catch (Exception e) { + e.printStackTrace(); + } + + try { + link = DESUtil.encode(cartUrl, StringUtil.getBase64String("YeShiFANLI889*+"), + StringUtil.getBase64String("*M#34f?,")); + } catch (Exception e) { + e.printStackTrace(); + } + JSONObject data = new JSONObject(); + data.put("js", js); + data.put("link", link); + data.put("tbPidInfo", clientTBPid); + out.print(JsonUtil.loadTrueResult(data)); + } + + @RequestMapping(value = "getWebConfig", method = RequestMethod.POST) + public void getWebConfig(AcceptData acceptData, String url, PrintWriter out) { + JSONObject data = new JSONObject(); + if (url != null && (url.contains("s.click") || url.contains("taobao.com") || url.contains("tmall.com") + || url.contains("m.tb.cn"))) { + data.put("baichuan", true);// 閲囩敤闃块噷鐧惧窛鐨勬柟寮忓姞杞絯ebview + data.put("goodsDetail", true);// 闇�瑕佹嫤鎴晢鍝佽鎯� + } else { + data.put("baichuan", false);// 涓嶉渶瑕侀噰鐢ㄩ樋閲岀櫨宸濈殑鏂瑰紡鍔犺浇webview + data.put("goodsDetail", false);// 涓嶉渶瑕佹嫤鎴晢鍝佽鎯� + } + out.print(JsonUtil.loadTrueResult(data)); + } + + /** + * 鑾峰彇璐﹀彿缁戝畾涓殑閰嶇疆淇℃伅 + * + * @param acceptData + * @param uid + * @param out + */ + + @RequestMapping(value = "getBindAccountConfig", method = RequestMethod.POST) + public void getBindAccountConfig(AcceptData acceptData, PrintWriter out) { + String alipayHelpUrl = configService.getValue(ConfigKeyEnum.alipayHelp.getKey(),acceptData.getSystem());// 鏀粯瀹濆府鍔� + String alipayBindFailUrl = configService.getValue(ConfigKeyEnum.alipayBindFailReason.getKey(),acceptData.getSystem());// 鏀粯瀹濈粦瀹氬け璐ュ師鍥� + JSONObject data = new JSONObject(); + data.put("alipayHelp", alipayHelpUrl); + data.put("alipayBindFailReason", alipayBindFailUrl); + out.print(JsonUtil.loadTrueResult(data)); + } + + /** + * 鍏抽棴鎻愰啋 + * + * @param acceptData + * @param uid + * @param id + * @param type + * 0-鍏抽棴 1-鐐瑰嚮鍙宠竟鎸夐挳 2-鐐瑰嚮宸﹁竟鎸夐挳 + * @param out + */ + @RequestMapping(value = "closeDialogNotify", method = RequestMethod.POST) + public void closeDialogNotify(AcceptData acceptData, Long uid, String id, String sourceId, int type, + PrintWriter out) { + + if (uid == null) { + out.print(JsonUtil.loadFalseResult("鐢ㄦ埛鏈櫥褰�")); + return; + } + if (StringUtil.isNullOrEmpty(id)) { + out.print(JsonUtil.loadFalseResult("id涓虹┖")); + return; + } + if (id.equalsIgnoreCase("tearcherNotify")) { + userActivedRecordService.setTearcherNotified(uid); + out.print(JsonUtil.loadTrueResult("")); + } else if (id.equalsIgnoreCase("vipUpgradedNotify")) { + userLevelUpgradedNotifyService.setNotified(sourceId); + out.print(JsonUtil.loadTrueResult("")); + } else { + out.print(JsonUtil.loadFalseResult("id涓嶅瓨鍦�")); + } + } + + @RequestMapping(value = "getUserConfig", method = RequestMethod.POST) + public void getUserConfig(AcceptData acceptData, Long uid, PrintWriter out) { + try { + // 鐢ㄦ埛鍗忚閾炬帴 + String serviceProtocol = configService.getValue(ConfigKeyEnum.serviceProtocolLink.getKey(),acceptData.getSystem()); + // 闅愮鏉℃閾炬帴 + String privacyProtocol = configService.getValue(ConfigKeyEnum.privacyProtocolLink.getKey(),acceptData.getSystem()); + JSONObject data = new JSONObject(); + data.put("serviceProtocolLink", serviceProtocol); + data.put("privacyProtocolLink", privacyProtocol); + // 璐墿杞﹁烦杞柟寮�(鍖呭惈jumpDetail涓巔arams) + JSONObject source = JSONObject + .fromObject(configService.getByVersion(ConfigKeyEnum.taobaoCartJumpDetail.getKey(), + acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()),acceptData.getSystem())); + data.put("taoBaoCart", source); + + if (VersionUtil.greaterThan_2_0_2(acceptData.getPlatform(), acceptData.getVersion())) { + // IOS姝e湪涓婄嚎鐗堟湰 + if ("ios".equalsIgnoreCase(acceptData.getPlatform()) + && configService.iosOnLining(Integer.parseInt(acceptData.getVersion()),acceptData.getSystem())) { + data.put("banner", new JSONArray()); + } else { + // 鎴戠殑鐣岄潰banner + List<BannerVO> banner = swiperPictureService.getByBannerCardAndVersion("my_interface_banner", + acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()),acceptData.getSystem()); + if (banner == null) + banner = new ArrayList<BannerVO>(); + data.put("banner", JsonUtil.getApiCommonGson().toJson(banner)); + } + } + + if (VersionUtil.greaterThan_2_0_7(acceptData.getPlatform(), acceptData.getVersion())) { + // 杞摼鐨勭綉椤甸摼鎺� + String convertLinkUrl = configService.getValue(ConfigKeyEnum.convertDocWebLink.getKey(),acceptData.getSystem()); + data.put("convertLinkUrl", convertLinkUrl); + if (uid != null) { + + String tearcherLink = configService.getByVersion(ConfigKeyEnum.tearcherLink.getKey(), + acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()),acceptData.getSystem()); + if (userActivedRecordService.canNotifyAddTearcher(uid) && !StringUtil.isNullOrEmpty(tearcherLink)) { + UserInfo userInfo = userInfoService.selectAvailableByPrimaryKey(uid); + if (userInfo != null) { + JumpDetailV2 jumpDetail = jumpDetailV2Service.getByTypeCache("web", + Constant.getPlatformCode(acceptData.getPlatform()), + Integer.parseInt(acceptData.getVersion()),acceptData.getSystem()); + + JSONObject negativeParams = new JSONObject(); + negativeParams.put("url", configService.getByVersion(ConfigKeyEnum.newerGonglue.getKey(), + acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()),acceptData.getSystem())); + + JSONObject positiveParams = new JSONObject(); + positiveParams.put("url", tearcherLink); + + UserDialogVO dialog = new UserDialogVO("tearcherNotify", true, + "HI," + userInfo.getNickName(), + "鎴戞槸浣犵殑瀵煎笀锛屼负浣犲湪鐪佽禋杩囩▼涓В闅剧瓟鐤戯紝瀵逛綘涓�瀵逛竴杈呭锛屽�惧惉浣犵殑闇�姹傛�荤粨骞跺弽棣堢粰鏉挎牀蹇渷瀹樻柟杩愯惀鍥㈤槦锛屽揩鏉ユ坊鍔犳垜鍚с��", + new UserDialogBtnVO("澶嶅埗瀵煎笀寰俊", jumpDetail, positiveParams), + new UserDialogBtnVO("鍘绘柊鎵嬫敾鐣�", jumpDetail, negativeParams)); + data.put("dialog", dialog); + } + } + + data.put("tearcherLink", tearcherLink); + } + } + + if (VersionUtil.greaterThan_2_1(acceptData.getPlatform(), acceptData.getVersion())) { + UserVIPPreInfo info = userVIPPreInfoService.getLatestProcessInfo(uid); + JSONObject inner = new JSONObject(); + inner.put("link", userVipConfigService.getValueByKey("vip_link")); + inner.put("ion", "http://img.flqapp.com/resource/vip/icon_vip.png"); + inner.put("title", "鍏嶈垂鍗囩骇 浜細鍛樻潈鐩�"); + inner.put("btnName", "鍗囩骇浼氬憳"); + + if (uid != null) { + if (info != null && info.getProcess() >= UserVIPPreInfo.PROCESS_3) { + inner.put("link", userVipConfigService.getValueByKey("vip_link")); + inner.put("ion", "http://img.flqapp.com/resource/vip/icon_tearcher.png"); + inner.put("title", "鎷夸簲闄╀笌娲ヨ创 浜甯堟潈鐩�"); + if (info.getProcess() == UserVIPPreInfo.PROCESS_4) + inner.put("btnName", "鏉挎牀蹇渷"); + else + inner.put("btnName", "鍗囩骇瀵煎笀"); + } else { + UserVIPPreInfo userVIPPreInfo = userVIPPreInfoService.getLatestProcessInfo(uid); + if (userVIPPreInfo != null) { + if (userVIPPreInfo.getProcess() == UserVIPPreInfo.PROCESS_1) { + inner.put("btnName", "鍗囩骇楂樼骇浼氬憳"); + } else if (userVIPPreInfo.getProcess() == UserVIPPreInfo.PROCESS_2) { + inner.put("btnName", "鍗囩骇瓒呯骇浼氬憳"); + } + } + } + } + // IOS姝e湪涓婄嚎 + if ("ios".equalsIgnoreCase(acceptData.getPlatform()) + && configService.iosOnLining(Integer.parseInt(acceptData.getVersion()),acceptData.getSystem())) { + } else + data.put("vip", inner); + // 骞冲彴瑙勫垯 + String platformRuleLink = configService.getValue(ConfigKeyEnum.platformRule.getKey(),acceptData.getSystem()); + data.put("platformRule", platformRuleLink); + } + + if (VersionUtil.greaterThan_2_1(acceptData.getPlatform(), acceptData.getVersion()) && uid != null) { + UserLevelUpgradedNotify notify = userLevelUpgradedNotifyService.getNeedNotifyByUid(uid); + if (notify != null) { + Date endTime = getUpgradedTime(uid, notify.getToLevel()); + Date startTime = getUpgradedTime(uid, notify.getFromLevel()); + if (endTime != null && startTime != null) { + VIPUpgradedNotifyVO notifyVO = new VIPUpgradedNotifyVO(); + notifyVO.setDay(TimeUtil.getDayDifferenceCount(startTime, endTime)); + notifyVO.setDetailLink(notify.getToLevel().getDetailLink()); + notifyVO.setFromLevelName(notify.getFromLevel().getName()); + notifyVO.setId("vipUpgradedNotify"); + notifyVO.setSourceId(notify.getId()); + notifyVO.setToLevel(notify.getToLevel().getTag()); + notifyVO.setToLevelName(notify.getToLevel().getName()); + data.put("vipUpgradedNotify", notifyVO); + } + } + } + + // 浜戝彂鍗曢摼鎺� + if (VersionUtil.greaterThan_2_1_2(acceptData.getPlatform(), acceptData.getVersion())) { + boolean cloudOpen = configService.isRobotCloudOpen(ConfigKeyEnum.robotCloudOpen.getKey(),acceptData.getPlatform(), acceptData.getVersion(),acceptData.getSystem()); + if (!cloudOpen && uid != null) { + List<String> testUsers = configService.getTestUsers(acceptData.getSystem()); + if (testUsers != null && testUsers.contains(uid+"")) { + cloudOpen = true; + } + } + + if (cloudOpen) { + data.put("cloudLink", configService.getValue(ConfigKeyEnum.robotCloudLink.getKey(),acceptData.getSystem())); + } + } + out.print(JsonUtil.loadTrueResult(data)); + } catch (Exception e) { + out.print(JsonUtil.loadFalseResult("鑾峰彇澶辫触")); + e.printStackTrace(); + } + } + + // 鑾峰彇鍗囩骇鏃堕棿 + private Date getUpgradedTime(Long uid, UserLevelEnum level) { + Date time = null; + if (level == UserLevelEnum.superVIP) { + UserVIPInfo vipInfo = userVIPInfoService.selectByUid(uid); + if (vipInfo != null && vipInfo.getState() == UserVIPInfo.STATE_SUCCESS) + time = vipInfo.getSuccessTime(); + + } else if (level == UserLevelEnum.highVIP) { + UserVIPPreInfo info = userVIPPreInfoService.selectByUidAndProcess(uid, level.getLevel()); + if (info != null) + time = info.getCreateTime(); + } else if (level == UserLevelEnum.daRen) { + + // 鎴愪负杈句汉鐨勬椂闂�,鐢ㄦ埛婵�娲绘椂闂� + ThreeSale threeSale = threeSaleSerivce.getByWorkerId(uid); + if (threeSale != null && threeSale.getState() == true && threeSale.getSucceedTime() != null) { + time = new Date(threeSale.getSucceedTime()); + } else {// 鍙栫敤鎴锋敞鍐屾椂闂� + UserInfo user = userInfoService.selectAvailableByPrimaryKey(uid); + time = new Date(user.getCreatetime()); + } + } + + return time; + } + + /** + * 璁㈠崟瑙f瀽閰嶇疆 + * + * @param acceptData + * @param out + */ + @RequestMapping(value = "getOrderParseConfig", method = RequestMethod.POST) + public void getOrderParseConfig(AcceptData acceptData, PrintWriter out) { + + if ("0".equalsIgnoreCase(configService.getValue(ConfigKeyEnum.autoFindTaobaoOrder.getKey(),acceptData.getSystem()))) + out.print(JsonUtil.loadFalseResult(1, "鏆備笉鏀寔")); + else { + String orderJS = configService.getValue(ConfigKeyEnum.taobaoOrderParseJS.getKey(),acceptData.getSystem()); + JSONObject data = new JSONObject(); + try { + data.put("orderJS", DESUtil.encode(orderJS, StringUtil.getBase64String("YeShiFANLI889*+"), + StringUtil.getBase64String("*M#34f?,"))); + data.put("orderUrl", + DESUtil.encode("https://buyertrade.taobao.com/trade/itemlist/list_bought_items.htm", + StringUtil.getBase64String("YeShiFANLI889*+"), StringUtil.getBase64String("*M#34f?,"))); + } catch (Exception e) { + e.printStackTrace(); + } + out.print(JsonUtil.loadTrueResult(data)); + } + } + + /** + * 鑾峰彇璁㈠崟閰嶇疆 + * + * @param acceptData + * @param out + */ + + @RequestMapping(value = "getOrderConfig", method = RequestMethod.POST) + public void getOrderConfig(AcceptData acceptData, PrintWriter out) { + JSONObject data = new JSONObject(); + // 娴嬭瘯 + data.put("showTaoBaoOrder", + "0".equalsIgnoreCase(configService.getValue(ConfigKeyEnum.showTaobaoOrder.getKey(),acceptData.getSystem()).trim()) ? false : true); + data.put("taoBaoOrderUrl", "https://main.m.taobao.com/olist/index.html"); + out.print(JsonUtil.loadTrueResult(data)); + } + + @RequestMapping(value = "getKeFuConfig", method = RequestMethod.POST) + public void getKeFuConfig(AcceptData acceptData, PrintWriter out) { + JSONObject data = new JSONObject(); + data.put("meiqia", "1".equalsIgnoreCase(configService.getValue(ConfigKeyEnum.kefuMeiqia.getKey(),acceptData.getSystem())) ? true : false);// 鏄惁璺宠浆缇庢唇锛屼笉璺宠浆缇庢唇灏辩敤鍘熸潵鐨� + out.print(JsonUtil.loadTrueResult(data)); + // 璁剧疆娑堟伅宸茶 + ThreadUtil.run(new Runnable() { + @Override + public void run() { + msgDeviceReadStateService.setDeviceMsgRead(MsgDeviceReadState.TYPE_KEFU, acceptData.getDevice(), + "android".equalsIgnoreCase(acceptData.getPlatform()) ? 1 : 2); + } + }); + } + + /** + * 鑾峰彇閭�璇风爜甯姪閾炬帴 + * + * @param acceptData + * @param out + */ + @RequestMapping(value = "getInviteCodeInputHelp", method = RequestMethod.POST) + public void getInviteCodeInputHelp(AcceptData acceptData, PrintWriter out) { + JSONObject data = new JSONObject(); + data.put("helpUrl", configService.getValue(ConfigKeyEnum.inviteCodeInputHelp.getKey(),acceptData.getSystem())); + out.print(JsonUtil.loadTrueResult(data)); + } + +} -- Gitblit v1.8.0