Commit 3579ac1c by 徐高华

企微托管

parent c2a9545e
...@@ -247,7 +247,7 @@ public class QywxCallbackController extends WebBaseController { ...@@ -247,7 +247,7 @@ public class QywxCallbackController extends WebBaseController {
if(callType==1) { if(callType==1) {
msg.setMsgtype(OpenQwMsgTypeEnum.VIDEO_TEL); msg.setMsgtype(OpenQwMsgTypeEnum.VIDEO_TEL);
}else if(callType==2) { }else if(callType==2) {
msg.setMsgtype(OpenQwMsgTypeEnum.VIDEO_TEL); msg.setMsgtype(OpenQwMsgTypeEnum.VOICE_TEL);
}else { }else {
return false; return false;
} }
......
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