实现商户注册、管理员审核商户申请接口
This commit is contained in:
@ -33,7 +33,7 @@ func checkUserRole() {
|
||||
Name: "用户",
|
||||
Code: consts.UserRoleCode,
|
||||
Description: "用户角色",
|
||||
Status: 1,
|
||||
Status: consts.RoleEnable,
|
||||
IsDeletable: false,
|
||||
}).Insert()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user