update proto 3.5: can at least log in (part 6)

This commit is contained in:
Akbar Yahya
2023-03-01 05:44:50 +08:00
parent 78e8b1bdb3
commit e56e413570
30 changed files with 119 additions and 187 deletions

View File

@@ -7,8 +7,8 @@ import "CompoundQueueData.proto";
// Name: KFNFMKJEDPG
// CmdId: 105
message GetCompoundDataRsp {
repeated CompoundQueueData compound_que_data_list = 14;
repeated uint32 unlock_compound_list = 13;
repeated CompoundQueueData compoundQueueDataList = 14;
repeated uint32 unlockCompoundList = 13;
int32 retcode = 2;
}