feat: add superadmin creator review and coupon governance
This commit is contained in:
9
backend/app/http/super/v1/dto/super_creator.go
Normal file
9
backend/app/http/super/v1/dto/super_creator.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
// SuperCreatorApplicationReviewForm 超管创作者申请审核表单。
|
||||
type SuperCreatorApplicationReviewForm struct {
|
||||
// Action 审核动作(approve/reject)。
|
||||
Action string `json:"action" validate:"required,oneof=approve reject"`
|
||||
// Reason 审核说明(可选,驳回时填写)。
|
||||
Reason string `json:"reason"`
|
||||
}
|
||||
Reference in New Issue
Block a user