| | |
| | | package com.yeshi.fanli.controller.web;
|
| | |
|
| | | import java.io.PrintWriter;
|
| | | import java.security.AccessControlContext;
|
| | | import java.util.ArrayList;
|
| | | import java.util.List;
|
| | |
|
| | |
| | | }
|
| | | taoBaoGoodsBriefExtra.setAuctionUrl(null);
|
| | | data.put("taobao", gson.toJson(taoBaoGoodsBriefExtra));
|
| | | String info = configService.get(ConfigKeyEnum.detailPrompt.getKey());
|
| | | String info = configService.getValue(ConfigKeyEnum.detailPrompt.getKey(), acceptData.getSystem());
|
| | | data.put("info", info);
|
| | | String onlyInfo = configService.get(ConfigKeyEnum.onlyInfo.getKey());
|
| | | String onlyInfo = configService.getValue(ConfigKeyEnum.onlyInfo.getKey(), acceptData.getSystem());
|
| | | data.put("only", onlyInfo);
|
| | | int showType = taoBaoGoodsBriefExtra.getShowType();
|
| | | String price = "";
|
| | |
| | | data.put("shareTitle", taoBaoGoodsBriefExtra.getTitle());
|
| | | data.put("shareContent", "¥" + price + "元");
|
| | | data.put("shareImg", taoBaoGoodsBriefExtra.getPictUrl());
|
| | | String html = configService.get(ConfigKeyEnum.downAPP.getKey());
|
| | | String html = configService.getValue(ConfigKeyEnum.downAPP.getKey(), acceptData.getSystem());
|
| | | data.put("downAPP", html);
|
| | | String shareSinaContent = configService.get("shareSinaContent");
|
| | | String shareSinaContent = configService.getValue("shareSinaContent", acceptData.getSystem());
|
| | | data.put("shareSina",
|
| | | "¥" + price + "元 送" + appName + "红包¥"
|
| | | + taoBaoGoodsBriefExtra.getTaoBaoHongBaoInfo().getHongbao() + "元 "
|