Commit 7d8ed2a5 by 朱亚洁

猜谜语链接域名

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