Commit 79e778d0 authored by shiyu's avatar shiyu

关注公众号回调通知

parent 847eee50
......@@ -54,9 +54,9 @@ public class OfficialAccountSubscribeRecordServiceImpl implements OfficialAccoun
try {
boolean flag = officialAccountSubscribeRecordDao.isSubscribed(unionid);
Map<String, Object> map = new HashMap<>();
map.put("isSubscribed", flag);
// map.put("isSubscribed", flag);
//暂时先默认为关注
// map.put("isSubscribed", true);
map.put("isSubscribed", true);
map.put("url", OFFICAL_ACCOUNT_URL);
return Result.success(map);
} catch (Exception e) {
......
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