fuwencai 2 жил өмнө
parent
commit
7bf39ce5ae

+ 1 - 1
api/medical/internal/types/types.go

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

+ 1 - 1
api/medical/medical.api

@@ -17,7 +17,7 @@ type SearchInstitutionReq {
 	NewUserId        int              `header:"newUserId,optional"`
 	NewUserId        int              `header:"newUserId,optional"`
 	Appid            string           `header:"appid,optional"`
 	Appid            string           `header:"appid,optional"`
 	ResourceUseCount int              `header:"resourceUseCount,optional"` //查询条数
 	ResourceUseCount int              `header:"resourceUseCount,optional"` //查询条数
-	EntUserID        int              `header:"endUserId,optional"`        // 用户id
+	EntUserID        int              `header:"entUserId,optional"`        // 用户id
 }
 }
 // 搜索经销商请求
 // 搜索经销商请求
 type SearchDistributorReq {
 type SearchDistributorReq {