Impl refresh login qrcode. Close #113.

This commit is contained in:
Changhua
2024-02-14 15:21:11 +08:00
parent a70582372a
commit 31c2058db1
4 changed files with 35 additions and 12 deletions
+1
View File
@@ -30,6 +30,7 @@ enum Functions {
FUNC_DOWNLOAD_ATTACH = 0x54;
FUNC_GET_CONTACT_INFO = 0x55;
FUNC_REVOKE_MSG = 0x56;
FUNC_REFRESH_QRCODE = 0x57;
FUNC_DECRYPT_IMAGE = 0x60;
FUNC_EXEC_OCR = 0x61;
FUNC_ADD_ROOM_MEMBERS = 0x70;