| | |
| | | import com.yeshi.fanli.service.inter.config.ConfigService;
|
| | | import com.yeshi.fanli.service.inter.taobao.TaoBaoUnionConfigService;
|
| | | import com.yeshi.fanli.service.inter.user.TBPidService;
|
| | | import com.yeshi.fanli.util.Constant;
|
| | | import com.yeshi.fanli.util.StringUtil;
|
| | |
|
| | | import net.sf.json.JSONObject;
|
| | |
| | | @RequestMapping(value = "getHomeConfig", method = RequestMethod.POST)
|
| | | public void getHomeConfig(AcceptData acceptData, PrintWriter out) {
|
| | | AppHomeFloatImg appHomeFloatImg = configService.getAppHomeFloatImg();
|
| | | if ("ios".equalsIgnoreCase(acceptData.getPlatform()))
|
| | | if ("ios".equalsIgnoreCase(acceptData.getPlatform()) && !Constant.IS_TEST)
|
| | | appHomeFloatImg = null;
|
| | | JSONObject data = new JSONObject();
|
| | | if (appHomeFloatImg != null)
|
| | |
| | | }
|
| | |
|
| | | Gson gson = new GsonBuilder().create();
|
| | | data.put("words", gson.toJson(listRecommendWords));
|
| | | if (data != null)
|
| | | data.put("words", gson.toJson(listRecommendWords));
|
| | |
|
| | | out.print(JsonUtil.loadTrueResult(data));
|
| | | }
|
| | |
| | | home("首页"), coupon("优惠券页"), invite("邀请有奖页"), activity("动态"), goodsDetail("详情过度页"), mine("我的"), money(
|
| | | "资金"), accountDetail("账户明细"), extract("提现"), orderFanli("返利订单"), orderTiCheng("提成订单"), orderTaoBao(
|
| | | "淘宝订单"), coollect("收藏"), scanHistory("足迹"), team("队员"), kefu("联系客服"), taoBaoShoppingCart(
|
| | | "淘宝购物车"), orderFind("订单申诉"), msgCenter("消息中心"), newOrder("订单");
|
| | | "淘宝购物车"), orderFind("订单申诉"), msgCenter(
|
| | | "消息中心"), newOrder("订单"), shareHistory("分享记录"), goodsStorage("选品库");
|
| | | private final String desc;
|
| | |
|
| | | private AppPageNotificationTypeEnum(String desc) {
|
| | |
| | | <select id="listNoTitle" resultMap="BaseResultMap"> |
| | | select |
| | | <include refid="Base_Column_List" /> |
| | | from yeshi_ec_common_order_goods limit #{start},#{count} |
| | | from yeshi_ec_common_order_goods where cog_title is null limit #{start},#{count} |
| | | </select> |
| | | |
| | | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">delete from |
| | |
| | | }
|
| | | return parsePhoneTmAndTb(id);
|
| | | } catch (Exception e) {
|
| | | try {
|
| | | LogHelper.errorDetailInfo(e, "无法解析到淘宝商品ID", burl);
|
| | | } catch (Exception e1) {
|
| | | }
|
| | | LogHelper.error("无法解析到淘宝商品ID:"+burl);
|
| | | return null;
|
| | | }
|
| | |
|