diff --git a/api/proto/account/proto/account_api.go b/api/proto/account/proto/account_api.go index ddebcbb9..5c42bba4 100644 --- a/api/proto/account/proto/account_api.go +++ b/api/proto/account/proto/account_api.go @@ -177,7 +177,7 @@ type ApiListOthersByMidsResp struct { // api 列表-查询他人 type ApiListOthersByUserIdReq struct { base.BaseRequest - UserId *int64 `json:"mid"` //单个查询 + UserId *int64 `json:"user_id"` //单个查询 } type ApiListOthersByUserIdData struct {