Commit a3c9992d by 徐高华

企微托管账号

parent 46a23579
...@@ -89,7 +89,12 @@ public class QywxCallbackController extends WebBaseController { ...@@ -89,7 +89,12 @@ public class QywxCallbackController extends WebBaseController {
}else { }else {
msgtype = 1 ; msgtype = 1 ;
} }
this.openQwApiService.saveChatLog(uuid,json.getLong("sender"),json.getLong("receiver"),json.getString("content"),msgtype) ; int isRoom = 0 ;
if(json.getIntValue("is_room") == 1) {
}else {
this.openQwApiService.saveChatLog(uuid,json.getLong("sender"),json.getLong("receiver"),json.getString("content"),msgtype) ;
}
} }
private void v100012(String uuid , JSONObject json) { private void v100012(String uuid , JSONObject json) {
......
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