Merge pull request 'feat-IRONFANS-70' (#285) from feat-IRONFANS-70 into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/285
This commit is contained in:
chenhao 2024-04-12 06:46:15 +08:00
commit b0c3908130
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 {