Commit f943e690 by 桂前礼

fix bug

parent 6cfa34fb
...@@ -259,7 +259,7 @@ public class PcloudRobotWakeUpBizImpl implements PcloudRobotWakeUpBiz { ...@@ -259,7 +259,7 @@ public class PcloudRobotWakeUpBizImpl implements PcloudRobotWakeUpBiz {
file.setAltId(robot); file.setAltId(robot);
file.setFileUrl(msg.getFileUrl()); file.setFileUrl(msg.getFileUrl());
file.setFileName(msg.getFileName()); file.setFileName(msg.getFileName());
pic.setWxId(wxid); file.setWxId(wxid);
file.setWxGroupId(wxid); file.setWxGroupId(wxid);
file.setIp(ip); file.setIp(ip);
WxGroupSDK.sendFile(file); WxGroupSDK.sendFile(file);
......
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