From 156cc92de9f00f9089ac8d69af85d7ff39b5b59c Mon Sep 17 00:00:00 2001 From: Leufolium Date: Fri, 12 Apr 2024 06:45:51 +0800 Subject: [PATCH] b --- api/proto/account/proto/account_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {