fadd
This commit is contained in:
@@ -102,6 +102,12 @@ type AdminTransitionCertificationStatusCommand struct {
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
|
||||
// SelectSignPlatformCommand 用户选择签署平台
|
||||
type SelectSignPlatformCommand struct {
|
||||
UserID string `json:"-"`
|
||||
SignPlatform string `json:"sign_platform" binding:"required"`
|
||||
}
|
||||
|
||||
// SubmitEnterpriseInfoCommand 提交企业信息命令
|
||||
type SubmitEnterpriseInfoCommand struct {
|
||||
UserID string `json:"-" comment:"用户唯一标识,从JWT token获取,不在JSON中暴露"`
|
||||
|
||||
Reference in New Issue
Block a user