b #284

Merged
chenhao merged 1 commits from dev-feat-IRONFANS-70-Robin into feat-IRONFANS-70 2024-04-12 06:46:07 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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 {