zeromicro/goctl-swagger

Duplicated Request Body When Only Having URI Path Parameters

soasurs opened this issue · 1 comments

// ⚠ Ignore This Body
type UserFollowRequest {
	UserId   string `path:"userId"`   // ignore this field in request body
	TargetId string `path:"targetId"` // ignore this field in request body
}

屏幕截图 2022-03-17 111048

fixed in #31