Commit 51758fbf by 徐高华

企微托管账号

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