Impl FUNC_REFRESH_PYQ

This commit is contained in:
Changhua
2023-07-16 15:51:03 +08:00
parent f2acc668bf
commit fed3143b19
11 changed files with 264 additions and 52 deletions
+1
View File
@@ -22,6 +22,7 @@ enum Functions {
FUNC_EXEC_DB_QUERY = 0x50;
FUNC_ACCEPT_FRIEND = 0x51;
FUNC_RECV_TRANSFER = 0x52;
FUNC_REFRESH_PYQ = 0x53;
FUNC_DECRYPT_IMAGE = 0x60;
FUNC_ADD_ROOM_MEMBERS = 0x70;
FUNC_DEL_ROOM_MEMBERS = 0x71;