Commit e95671f5 by 徐高华

群活码链接

parent a747735d
...@@ -313,6 +313,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService { ...@@ -313,6 +313,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
if (null == hm) { if (null == hm) {
log.info("群活码不存在,hmid={}", hmId); log.info("群活码不存在,hmid={}", hmId);
} }
retDTO.setHmId(hmId);
retDTO.setHmQrcode(hm.getWxQrCode()); retDTO.setHmQrcode(hm.getWxQrCode());
return ServiceResponse.success(retDTO); return ServiceResponse.success(retDTO);
} }
......
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