fuwencai 2 år sedan
förälder
incheckning
7bf39ce5ae
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      api/medical/internal/types/types.go
  2. 1 1
      api/medical/medical.api

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

@@ -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 {

+ 1 - 1
api/medical/medical.api

@@ -17,7 +17,7 @@ type SearchInstitutionReq {
 	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 {