Commit bc157191 by 徐高华

Merge branch 'feature/xgh/202506迭代' into 'developer'

群活码链接

See merge request !3020
parents 7c1c9927 e95671f5
...@@ -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