Commit acf5f737 by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'developer'

企微托管

See merge request !1950
parents 81aed3a7 8fbd9dbd
......@@ -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