Skip to content

Commit

Permalink
update user pb
Browse files Browse the repository at this point in the history
  • Loading branch information
showurl committed Feb 13, 2023
1 parent ecb9541 commit 65ed33f
Show file tree
Hide file tree
Showing 4 changed files with 1,735 additions and 1,443 deletions.
12 changes: 12 additions & 0 deletions common/pb/set_common_req.xx.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,15 @@ func (x *SetUserParamsResp) GetCommonResp() *CommonResp {
func (x *RegisterReq) SetCommonReq(r *CommonReq) {
x.CommonReq = r
}

func (x *UpdateUserPasswordReq) SetCommonReq(r *CommonReq) {
x.CommonReq = r
}

func (x *SearchGroupsByKeywordReq) SetCommonReq(r *CommonReq) {
x.CommonReq = r
}

func (x *AppGetAllConfigReq) SetCommonReq(r *CommonReq) {
x.CommonReq = r
}
Loading

0 comments on commit 65ed33f

Please sign in to comment.