日志
This commit is contained in:
parent
4f23396cac
commit
bff82c1bb4
@ -5,54 +5,79 @@ return [
|
||||
|
||||
'actions' => [
|
||||
// Account
|
||||
'api.accounts.create' => '创建账号',
|
||||
'api.accounts.destroy' => '删除账号',
|
||||
'api.accounts.update' => '修改账号',
|
||||
'api.accounts.create' => '创建账号',
|
||||
'api.accounts.destroy' => '删除账号',
|
||||
'api.accounts.update' => '修改账号',
|
||||
|
||||
// App
|
||||
'api.apps.create' => '创建应用',
|
||||
'api.apps.destroy' => '删除应用',
|
||||
'api.apps.update' => '修改应用',
|
||||
'api.apps.create' => '创建应用',
|
||||
'api.apps.destroy' => '删除应用',
|
||||
'api.apps.update' => '修改应用',
|
||||
|
||||
// Auth
|
||||
'api.auth.admin.login' => '登录账号',
|
||||
'api.auth.admin.logout' => '登出账号',
|
||||
'api.auth.user.login' => '用户登录',
|
||||
'api.auth.user.logout' => '用户登出',
|
||||
'api.auth.admin.login' => '登录账号',
|
||||
'api.auth.admin.logout' => '登出账号',
|
||||
'api.auth.user.login' => '用户登录',
|
||||
'api.auth.user.logout' => '用户登出',
|
||||
|
||||
// Category
|
||||
'api.categories.create' => '创建分类',
|
||||
'api.categories.destroy' => '删除分类',
|
||||
'api.categories.update' => '修改分类',
|
||||
'api.categories.create' => '创建分类',
|
||||
'api.categories.destroy' => '删除分类',
|
||||
'api.categories.update' => '修改分类',
|
||||
|
||||
// Config
|
||||
'api.configs.set' => '修改配置',
|
||||
'api.configs.set' => '修改配置',
|
||||
|
||||
// File
|
||||
'api.files.destroy' => '删除文件',
|
||||
'api.files.upload' => '上传文件',
|
||||
'api.files.destroy' => '删除文件',
|
||||
'api.files.upload' => '上传文件',
|
||||
|
||||
// Log
|
||||
'api.logs.destroy' => '删除日志',
|
||||
'api.logs.destroy' => '删除日志',
|
||||
|
||||
// Permission
|
||||
'api.permissions.create' => '添加权限',
|
||||
'api.permissions.destroy' => '删除权限',
|
||||
'api.permissions.update' => '修改权限',
|
||||
'api.permissions.create' => '添加权限',
|
||||
'api.permissions.destroy' => '删除权限',
|
||||
'api.permissions.update' => '修改权限',
|
||||
|
||||
// Role
|
||||
'api.roles.create' => '创建角色',
|
||||
'api.roles.destroy' => '删除角色',
|
||||
'api.roles.sync_permissions' => '角色分配权限',
|
||||
'api.roles.sync_roles' => '分配角色',
|
||||
'api.roles.update' => '修改角色',
|
||||
'api.roles.create' => '创建角色',
|
||||
'api.roles.destroy' => '删除角色',
|
||||
'api.roles.sync_permissions' => '角色分配权限',
|
||||
'api.roles.sync_roles' => '分配角色',
|
||||
'api.roles.update' => '修改角色',
|
||||
|
||||
// SMS
|
||||
'api.sms.index' => '发送短信',
|
||||
'api.sms.index' => '发送短信',
|
||||
|
||||
// User
|
||||
'api.users.create' => '创建用户',
|
||||
'api.users.destroy' => '删除用户',
|
||||
'api.users.update' => '修改用户',
|
||||
'api.users.create' => '创建用户',
|
||||
'api.users.destroy' => '删除用户',
|
||||
'api.users.update' => '修改用户',
|
||||
|
||||
// 企业管理
|
||||
'api.virtual.companies.create' => '创建企业',
|
||||
'api.virtual.companies.destroy' => '删除企业',
|
||||
'api.virtual.companies.update' => '修改企业',
|
||||
|
||||
// 企业账号
|
||||
'api.virtual.company.accounts.create' => '创建企业账号',
|
||||
'api.virtual.company.accounts.destroy' => '删除企业账号',
|
||||
'api.virtual.company.accounts.update' => '修改企业账号',
|
||||
|
||||
// 订单管理
|
||||
'api.virtual.orders.create' => '创建订单',
|
||||
'api.virtual.orders.destroy' => '删除订单',
|
||||
'api.virtual.orders.update' => '修改订单',
|
||||
|
||||
// 套餐管理
|
||||
'api.virtual.packages.create' => '创建订单',
|
||||
'api.virtual.packages.destroy' => '删除订单',
|
||||
'api.virtual.packages.update' => '修改订单',
|
||||
|
||||
// 定价管理
|
||||
'api.virtual.products.create' => '创建定价',
|
||||
'api.virtual.products.destroy' => '删除定价',
|
||||
'api.virtual.products.update' => '修改定价',
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user