Commit 6c3e50be by 徐高华

企微托管

parent 72c84f21
...@@ -175,6 +175,7 @@ public class QywxCallbackController extends WebBaseController { ...@@ -175,6 +175,7 @@ public class QywxCallbackController extends WebBaseController {
msg.setMsgtype(OpenQwMsgTypeEnum.IMAGE); msg.setMsgtype(OpenQwMsgTypeEnum.IMAGE);
}else if(msgtype==23 || msgtype==103){ }else if(msgtype==23 || msgtype==103){
msg.setMsgtype(OpenQwMsgTypeEnum.VIDEO); msg.setMsgtype(OpenQwMsgTypeEnum.VIDEO);
msg.setAeskey(json.getString("aes_key"));
}else if(msgtype==6) { }else if(msgtype==6) {
msg.setMsgtype(OpenQwMsgTypeEnum.LOCAL); msg.setMsgtype(OpenQwMsgTypeEnum.LOCAL);
msg.setContent(json.getString("address")); msg.setContent(json.getString("address"));
......
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