Commit 635d4542 by 徐高华

log

parent 317daeea
...@@ -308,6 +308,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService { ...@@ -308,6 +308,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
} }
} }
if (null != hm) { if (null != hm) {
log.info("获取的单人活码={}",JSON.toJSONString(hm));
// 判断是否已经是好友 // 判断是否已经是好友
boolean isFriend = false; boolean isFriend = false;
if (null != memberId) { if (null != memberId) {
......
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