Commit ae543c96 by 高鹏

Merge branch 'feat-zyj-riddle' into 'master'

猜谜语链接域名

See merge request rays/pcloud-book!146
parents 997996f4 7d8ed2a5
......@@ -524,6 +524,7 @@ public class RiddleRecordBizImpl implements RiddleRecordBiz {
} catch (InterruptedException e) {
logger.error("线程休眠失败");
}
logger.info("wechatGroupLinkPrefix="+wechatGroupLinkPrefix);
String link = wechatGroupLinkPrefix + "/groupGuessing/guessing?wxGroupId=" + wxGroupId;
link = UrlUtils.getShortUrl4Own(wechatGroupLinkPrefix + "/link?url=" + URLEncoder.encode(link));
String content = "优惠券领取链接(@所有人均可领取哦):\n" + link;
......
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