瀏覽代碼

wip:调整

fuwencai 2 年之前
父節點
當前提交
7bf39ce5ae
共有 2 個文件被更改,包括 2 次插入2 次删除
  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 {