|
@@ -18,7 +18,7 @@ type SearchInstitutionReq struct {
|
|
|
NewUserId int `header:"newUserId,optional"`
|
|
|
Appid string `header:"appid,optional"`
|
|
|
ResourceUseCount int `header:"resourceUseCount,optional"` //查询条数
|
|
|
- EntUserID int `header:"endUserId,optional"` // 用户id
|
|
|
+ EntUserID int `header:"entUserId,optional"` // 用户id
|
|
|
}
|
|
|
|
|
|
type SearchDistributorReq struct {
|