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:
commit
b0c3908130
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue