This commit is contained in:
wangchuxiao
2022-09-06 17:19:13 +08:00
parent 5233e4c097
commit 099461dbbf
5 changed files with 219 additions and 187 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ message AdminLoginReq {
message AdminLoginResp {
string token = 1;
CommonResp commonResp = 2;
string userName = 2;
string faceURL = 3;
CommonResp commonResp = 4;
}
message AddUserRegisterAddFriendIDListReq {