Commit 5a06dce5 by 徐高华

企微托管

parent 3579ac1c
......@@ -215,11 +215,7 @@ public class QywxCallbackController extends WebBaseController {
}
// //1代表对方取消 5代表语音结束
int recordtype = json.getIntValue("recordtype") ;
if(recordtype==5) {
msg.setContent(json.getString("recordwording"));
}else if(recordtype==1) {
msg.setContent("对方已取消");
}
}else if (msgtype==503) {
// 2语音 1视频
int callType = json.getIntValue("invitetype") ;
......
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