Commit b2d3354c by 徐高华

MP3

parent f6bbeca9
...@@ -196,6 +196,7 @@ public class QywxCallbackController extends WebBaseController { ...@@ -196,6 +196,7 @@ public class QywxCallbackController extends WebBaseController {
}else if(msgtype==15 || msgtype==102){ }else if(msgtype==15 || msgtype==102){
msg.setMsgtype(OpenQwMsgTypeEnum.FILE); msg.setMsgtype(OpenQwMsgTypeEnum.FILE);
msg.setAeskey(json.getString("aes_key")); msg.setAeskey(json.getString("aes_key"));
msg.setContent(json.getString("file_name"));
}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