Commit 8fbd9dbd by 徐高华

企微托管

parent 0849373c
......@@ -159,6 +159,7 @@ public class QywxCallbackController extends WebBaseController {
Long roomId = json.getLong("room_conversation_id") ;
Integer fileSize = json.getInteger("file_size") ;
OpenQwMessageDTO msg = new OpenQwMessageDTO();
msg.setImageType(json.getIntValue("is_hd"));
msg.setFileSize(fileSize);
msg.setIsRoom(isRoom);
msg.setUuid(uuid);
......
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