| | |
| | | import org.yeshi.utils.JsonUtil;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.UserExtraTaoBaoInfo;
|
| | | import com.yeshi.fanli.entity.system.ConfigKeyEnum;
|
| | | import com.yeshi.fanli.log.LogHelper;
|
| | | import com.yeshi.fanli.service.inter.config.ConfigService;
|
| | | import com.yeshi.fanli.service.inter.user.tb.UserExtraTaoBaoInfoService;
|
| | |
| | | return;
|
| | | }
|
| | |
|
| | | String desc = configService.get("super-hongbao-share-desc");
|
| | | String desc = configService.get(ConfigKeyEnum.superHongBaoShareDesc.getKey());
|
| | | desc = desc.replace("[淘口令]", TaoBaoUtil.filterTaoToken(token));
|
| | | try {
|
| | | out.print(JsonUtil.loadJSONP(callback, JsonUtil.loadTrueResult(StringUtil.getBase64String(desc))));
|
| | |
| | | return;
|
| | | }
|
| | |
|
| | | String desc = configService.get("super-yushou-share-desc");
|
| | | String desc = configService.get(ConfigKeyEnum.superYuShouShareDesc.getKey());
|
| | | desc = desc.replace("[淘口令]", TaoBaoUtil.filterTaoToken(token));
|
| | | try {
|
| | | out.print(JsonUtil.loadJSONP(callback, JsonUtil.loadTrueResult(StringUtil.getBase64String(desc))));
|