Merge pull request 'b' (#284) from dev-feat-IRONFANS-70-Robin into feat-IRONFANS-70
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/284
This commit is contained in:
commit
4e99c4fe82
|
@ -177,7 +177,7 @@ type ApiListOthersByMidsResp struct {
|
||||||
// api 列表-查询他人
|
// api 列表-查询他人
|
||||||
type ApiListOthersByUserIdReq struct {
|
type ApiListOthersByUserIdReq struct {
|
||||||
base.BaseRequest
|
base.BaseRequest
|
||||||
UserId *int64 `json:"mid"` //单个查询
|
UserId *int64 `json:"user_id"` //单个查询
|
||||||
}
|
}
|
||||||
|
|
||||||
type ApiListOthersByUserIdData struct {
|
type ApiListOthersByUserIdData struct {
|
||||||
|
|
Loading…
Reference in New Issue