Commit 04023996 by 阮思源

Merge branch 'feat-jinji6' into 'master'

修改4

See merge request rays/pcloud-book!328
parents 957afc9b 88410b0e
...@@ -200,15 +200,15 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -200,15 +200,15 @@ public class BookGuideBizImpl implements BookGuideBiz {
vo.setWxGroupId(agreeAddUserDTO.getUserWxId()); vo.setWxGroupId(agreeAddUserDTO.getUserWxId());
vo.setIp(agreeAddUserDTO.getIp()); vo.setIp(agreeAddUserDTO.getIp());
WxGroupSDK.sendTextMessage(vo); WxGroupSDK.sendTextMessage(vo);
if ("学前".equals(selfRobotKeyword.getKeyword())){ if ("学前".equals(selfRobotKeyword.getKeyword())
SendPicMessageVO sendPicMessageVO = new SendPicMessageVO(); &&envStr.toUpperCase().equals("PRO")&&agreeAddUserDTO.getRobotWxId().equals("wxid_x8i897ryabo722")){
sendPicMessageVO.setWxGroupId(agreeAddUserDTO.getUserWxId()); SendGroupInviteVO sendGroupInviteVO = new SendGroupInviteVO();
sendPicMessageVO.setAltId(agreeAddUserDTO.getRobotWxId()); sendGroupInviteVO.setAltId(agreeAddUserDTO.getRobotWxId());
sendPicMessageVO.setPicUrl("https://oss.5rs.me/oss/uploadfe/jpg/ed67ad219eab128dcd404844ee966483.jpg"); sendGroupInviteVO.setWxId(agreeAddUserDTO.getUserWxId());
sendPicMessageVO.setIp(agreeAddUserDTO.getIp()); sendGroupInviteVO.setWxGroupId("23084048866@chatroom");
sendPicMessageVO.setCode(SendMessageTypeEnum.SELF.getCode()); sendGroupInviteVO.setIp(agreeAddUserDTO.getIp());
WxGroupSDK.sendPicMessage(sendPicMessageVO); WxGroupSDK.sendGroupInvite(sendGroupInviteVO);
log.info("发送特殊名片"+sendPicMessageVO.toString()); log.info("临时发送入群连接 sendGroupInviteVO:{}", sendGroupInviteVO);
} }
if ("教辅书单".equals(selfRobotKeyword.getKeyword())){ if ("教辅书单".equals(selfRobotKeyword.getKeyword())){
SendFileVO sendFileVO = new SendFileVO(); SendFileVO sendFileVO = new SendFileVO();
......
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