实现商户注册、管理员审核商户申请接口
This commit is contained in:
@ -37,7 +37,7 @@ func checkAdmin() {
|
||||
Name: "系统管理员",
|
||||
Code: consts.AdminRoleCode,
|
||||
Description: "管理员角色",
|
||||
Status: 1,
|
||||
Status: consts.RoleEnable,
|
||||
IsDeletable: false,
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user