Commit 656f260d by 宋祥

Merge branch 'zhuyajie' into 'master'

广告位发送

See merge request rays/pcloud-book!50
parents 41c5f840 d152c296
......@@ -598,6 +598,9 @@ public class AdvertisingSpaceBizImpl implements AdvertisingSpaceBiz {
ClassifyDTO classifyDTO = bookGroupClassifyDao.getById(group.getClassifyId());
// 获取机器人微信号
String altId = wechatGroupConsr.getSendAdRobotByGroupId(groupId);
if (StringUtil.isEmpty(altId)) {
altId = wechatGroupConsr.getRobotIdByGroupId(groupId);
}
if (AdPositionModeEnum.TEXT_AND_LINK.modeCode.equals(advertisingSpace.getAdPositionMode())) {
//多文字+多链接 modifyby zhuyajie
//例如:[色]123<link>http://www.baidu.com</link>1111111[闭嘴]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment