refactor: update Userregister request field. (#2650)

This commit is contained in:
Monet Lee
2024-09-23 15:06:11 +08:00
committed by GitHub
parent 5b2b2c1fc6
commit 79bf21453a
6 changed files with 10 additions and 15 deletions
-2
View File
@@ -72,7 +72,6 @@ type CallbackAfterUpdateUserInfoExResp struct {
type CallbackBeforeUserRegisterReq struct {
CallbackCommand `json:"callbackCommand"`
Secret string `json:"secret"`
Users []*sdkws.UserInfo `json:"users"`
}
@@ -83,7 +82,6 @@ type CallbackBeforeUserRegisterResp struct {
type CallbackAfterUserRegisterReq struct {
CallbackCommand `json:"callbackCommand"`
Secret string `json:"secret"`
Users []*sdkws.UserInfo `json:"users"`
}