package request type BiApprovePassReq struct { BiApproveId int `description:"审批ID"` } type BiApproveRefuseReq struct { BiApproveId int `description:"审批ID"` ApproveRemark string `description:"驳回理由"` } type BiApproveCancelReq struct { BiApproveId int `description:"审批ID"` } type BiApproveCheckApproveOpenReq struct { ClassifyId int `description:"一级分类ID"` }