Commit 46a23579 by 徐高华

企微托管账号

parent 51758fbf
...@@ -89,7 +89,7 @@ public class QywxCallbackController extends WebBaseController { ...@@ -89,7 +89,7 @@ public class QywxCallbackController extends WebBaseController {
}else { }else {
msgtype = 1 ; msgtype = 1 ;
} }
this.openQwApiService.saveChatLog(json.getString("uuid"),json.getLong("sender"),json.getLong("receiver"),json.getString("content"),msgtype) ; 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