WH01243 2 жил өмнө
parent
commit
137bb2ce3c

+ 1 - 1
jyBXSubscribe/api/bxsubscribe.api

@@ -79,7 +79,7 @@ type (
 		EntUserId   string `header:"entUserId,optional"`
 		DeptId      string `header:"deptId,optional"` //部门id
 		NewUserId   int64  `header:"newUserId"`
-		IsEnt       bool   `form:"IsEnt,optional"`
+		IsEnt       bool   `form:"isEnt,optional"`
 		UserType    string `path:"userType,optional"`
 		VipPower    int64  `form:"ent_buy_vip ,optional"`
 		MemberPower int64  `form:"ent_buy_member ,optional"`

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

@@ -73,7 +73,7 @@ type GetKeyReq struct {
 	EntUserId   string `header:"entUserId,optional"`
 	DeptId      string `header:"deptId,optional"` //部门id
 	NewUserId   int64  `header:"newUserId"`
-	IsEnt       bool   `form:"IsEnt,optional"`
+	IsEnt       bool   `form:"isEnt,optional"`
 	UserType    string `path:"userType,optional"`
 	VipPower    int64  `form:"ent_buy_vip ,optional"`
 	MemberPower int64  `form:"ent_buy_member ,optional"`