初始化

This commit is contained in:
2026-03-02 13:44:38 +08:00
commit 05b785083c
677 changed files with 58662 additions and 0 deletions

502
config/channel_node.php Normal file
View File

@@ -0,0 +1,502 @@
<?php
/**
* 渠道后台功能权限
*/
return [
[
'id' => 'addons\webman\controller\ChannelIndexController\index',
'pid' => 0,
'action' => 'index',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelIndexController/index',
'title' => '数据中心',
],
//用户管理
[
'id' => 'addons\webman\controller\ChannelAdminController-',
'pid' => 0,
'url' => '',
'group' => 'channel',
'title' => '权限管理',
'children' => []
],
[
'id' => 'addons\webman\controller\ChannelAdminController\index',
'pid' => 'addons\webman\controller\ChannelAdminController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAdminController/index',
'title' => '系统用户列表',
],
[
'id' => 'addons\webman\controller\ChannelAdminController\index-delete',
'pid' => 'addons\webman\controller\ChannelAdminController\index',
'action' => 'index',
'method' => 'delete',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAdminController/index',
'title' => '删除系统用户',
],
[
'id' => 'addons\webman\controller\ChannelAdminController\resetPassword',
'pid' => 'addons\webman\controller\ChannelAdminController\index',
'action' => 'resetPassword',
'method' => 'post',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAdminController/resetPassword',
'title' => '重置密码',
],
[
'id' => 'addons\webman\controller\ChannelAdminController\form-post',
'pid' => 'addons\webman\controller\ChannelAdminController\index',
'action' => 'form',
'method' => 'post',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAdminController/form',
'title' => '添加系统用户',
],
[
'id' => 'addons\webman\controller\ChannelAdminController\form-put',
'pid' => 'addons\webman\controller\ChannelAdminController\index',
'action' => 'form',
'method' => 'put',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAdminController/form',
'title' => '编辑系统用户',
],
[
'id' => 'addons\webman\controller\ChannelPostController\index',
'pid' => 'addons\webman\controller\ChannelAdminController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPostController/index',
'title' => '岗位列表',
],
[
'id' => 'addons\webman\controller\ChannelPostController\index-delete',
'pid' => 'addons\webman\controller\ChannelPostController\index',
'action' => 'index',
'method' => 'delete',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPostController/index',
'title' => '删除岗位',
],
[
'id' => 'addons\webman\controller\ChannelPostController\form-post',
'pid' => 'addons\webman\controller\ChannelPostController\index',
'action' => 'form',
'method' => 'post',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPostController/form',
'title' => '添加岗位',
],
[
'id' => 'addons\webman\controller\ChannelPostController\form-put',
'pid' => 'addons\webman\controller\ChannelPostController\index',
'action' => 'form',
'method' => 'put',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPostController/form',
'title' => '编辑岗位',
],
// 渠道玩家质料修改日志
[
'id' => 'addons\webman\controller\ChannelPlayerEditLogController-',
'pid' => 0,
'url' => '',
'group' => 'channel',
'title' => '日志中心',
'children' => []
],
[
'id' => 'addons\webman\controller\ChannelPlayerEditLogController\index',
'pid' => 'addons\webman\controller\ChannelPlayerEditLogController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerEditLogController/index',
'title' => '玩家质料修改日志',
],
[
'id' => 'addons\webman\controller\ChannelPlayerMoneyEditLogController\index',
'pid' => 'addons\webman\controller\ChannelPlayerEditLogController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerMoneyEditLogController/index',
'title' => '玩家钱包操作日志',
],
//玩家管理
[
'id' => 'addons\webman\controller\ChannelPlayerController-',
'pid' => 0,
'url' => '',
'group' => 'channel',
'title' => '玩家管理',
'children' => []
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\index',
'pid' => 'addons\webman\controller\ChannelPlayerController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/index',
'title' => '玩家列表',
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\form-post',
'pid' => 'addons\webman\controller\ChannelPlayerController\index',
'action' => 'form',
'method' => 'post',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/form',
'title' => '添加玩家',
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\form-put',
'pid' => 'addons\webman\controller\ChannelPlayerController\index',
'action' => 'form',
'method' => 'put',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/form',
'title' => '编辑玩家',
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\index-delete',
'pid' => 'addons\webman\controller\ChannelPlayerController\index',
'action' => 'index',
'method' => 'delete',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/index',
'title' => '删除玩家',
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\playerRecord',
'pid' => 'addons\webman\controller\ChannelPlayerController\index',
'action' => 'playerRecord',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/playerRecord',
'title' => '钱包余额-查看记录',
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\playerWallet',
'pid' => 'addons\webman\controller\ChannelPlayerController\index',
'action' => 'playerWallet',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/playerWallet',
'title' => '玩家钱包',
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\artificialWithdrawal',
'pid' => 'addons\webman\controller\ChannelPlayerController\index',
'action' => 'artificialWithdrawal',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/artificialWithdrawal',
'title' => '人工提现',
],
[
'id' => 'addons\webman\controller\ChannelPlayerController\artificialRecharge',
'pid' => 'addons\webman\controller\ChannelPlayerController\index',
'action' => 'artificialRecharge',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerController/artificialRecharge',
'title' => '人工充值',
],
[
'id' => 'addons\webman\controller\ChannelPlayerDeliveryRecordController\index',
'pid' => 'addons\webman\controller\ChannelPlayerController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelPlayerDeliveryRecordController/index',
'title' => '账变记录',
],
//轮播图管理
[
'id' => 'addons\webman\controller\ChannelSliderController-',
'pid' => 0,
'url' => '',
'group' => 'channel',
'title' => '客户端管理',
'children' => []
],
[
'id' => 'addons\webman\controller\ChannelSliderController\index',
'pid' => 'addons\webman\controller\ChannelSliderController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelSliderController/index',
'title' => '轮播图列表',
],
[
'id' => 'addons\webman\controller\ChannelSliderController\index-delete',
'pid' => 'addons\webman\controller\ChannelSliderController\index',
'action' => 'index',
'method' => 'delete',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelSliderController/index',
'title' => '删除轮播图',
],
[
'id' => 'addons\webman\controller\ChannelSliderController\form-post',
'pid' => 'addons\webman\controller\ChannelSliderController\index',
'action' => 'form',
'method' => 'post',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelSliderController/form',
'title' => '添加轮播图',
],
[
'id' => 'addons\webman\controller\ChannelSliderController\form-put',
'pid' => 'addons\webman\controller\ChannelSliderController\index',
'action' => 'form',
'method' => 'put',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelSliderController/form',
'title' => '编辑轮播图',
],
[
'id' => 'addons\webman\controller\ChannelMarqueeController\index',
'pid' => 'addons\webman\controller\ChannelSliderController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelMarqueeController/index',
'title' => '跑马灯列表',
],
[
'id' => 'addons\webman\controller\ChannelAnnouncementController\index',
'pid' => 'addons\webman\controller\ChannelSliderController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAnnouncementController/index',
'title' => '公告列表',
],
[
'id' => 'addons\webman\controller\ChannelAnnouncementController\index-delete',
'pid' => 'addons\webman\controller\ChannelAnnouncementController\index',
'action' => 'index',
'method' => 'delete',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAnnouncementController/index',
'title' => '删除公告',
],
[
'id' => 'addons\webman\controller\ChannelAnnouncementController\form-post',
'pid' => 'addons\webman\controller\ChannelAnnouncementController\index',
'action' => 'form',
'method' => 'post',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAnnouncementController/form',
'title' => '添加公告',
],
[
'id' => 'addons\webman\controller\ChannelAnnouncementController\form-put',
'pid' => 'addons\webman\controller\ChannelAnnouncementController\index',
'action' => 'form',
'method' => 'put',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelAnnouncementController/form',
'title' => '编辑公告',
],
//财务管理
[
'id' => 'addons\webman\controller\ChannelRechargeRecordController-',
'pid' => 0,
'url' => '',
'group' => 'channel',
'title' => '财务管理',
'children' => []
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\index',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/index',
'title' => '提现记录',
],
[
'id' => 'addons\webman\controller\ChannelRechargeController\index',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeController/index',
'title' => '充值渠道配置',
],
[
'id' => 'addons\webman\controller\ChannelRechargeController\methodForm-post',
'pid' => 'addons\webman\controller\ChannelRechargeController\index',
'action' => 'methodForm',
'method' => 'post',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeController/methodForm',
'title' => '添加充值方式',
],
[
'id' => 'addons\webman\controller\ChannelRechargeController\methodForm',
'pid' => 'addons\webman\controller\ChannelRechargeController\index',
'action' => 'methodForm',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeController/methodForm',
'title' => '编辑充值方式',
],
[
'id' => 'addons\webman\controller\ChannelRechargeController\form',
'pid' => 'addons\webman\controller\ChannelRechargeController\index',
'action' => 'form',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeController/form',
'title' => '添加充值账户',
],
[
'id' => 'addons\webman\controller\ChannelRechargeController\speedPayList',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'speedPayList',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeController/speedPayList',
'title' => '在线充值',
],
[
'id' => 'addons\webman\controller\ChannelRechargeController\addSpeedPay',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'addSpeedPay',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeController/addSpeedPay',
'title' => '在线充值配置',
],
[
'id' => 'addons\webman\controller\ChannelRechargeRecordController\index',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'index',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeRecordController/index',
'title' => '充值记录',
],
[
'id' => 'addons\webman\controller\ChannelRechargeRecordController\examineList',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'examineList',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeRecordController/examineList',
'title' => '充值审核',
],
[
'id' => 'addons\webman\controller\ChannelRechargeRecordController\reject',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController\examineList',
'action' => 'reject',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeRecordController/reject',
'title' => '审核拒绝',
],
[
'id' => 'addons\webman\controller\ChannelRechargeRecordController\pass',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController\examineList',
'action' => 'pass',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeRecordController/pass',
'title' => '审核通过',
],
[
'id' => 'addons\webman\controller\ChannelRechargeRecordController\rechargeCertificate',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController\examineList',
'action' => 'rechargeCertificate',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeRecordController/rechargeCertificate',
'title' => '查看付款凭证',
],
[
'id' => 'addons\webman\controller\ChannelRechargeRecordController\rechargeSetting',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController\examineList',
'action' => 'rechargeSetting',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelRechargeRecordController/rechargeSetting',
'title' => '查看充值账号配置',
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\examineList',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'examineList',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/examineList',
'title' => '提现审核',
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\viewRechargeList',
'pid' => 'addons\webman\controller\ChannelWithdrawRecordController\examineList',
'action' => 'viewRechargeList',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/viewRechargeList',
'title' => '查看充值记录',
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\viewGameList',
'pid' => 'addons\webman\controller\ChannelWithdrawRecordController\examineList',
'action' => 'viewGameList',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/viewGameList',
'title' => '查看游戏记录',
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\reject',
'pid' => 'addons\webman\controller\ChannelWithdrawRecordController\examineList',
'action' => 'reject',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/reject',
'title' => '审核拒绝',
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\pass',
'pid' => 'addons\webman\controller\ChannelWithdrawRecordController\examineList',
'action' => 'pass',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/pass',
'title' => '审核通过',
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\paymentList',
'pid' => 'addons\webman\controller\ChannelRechargeRecordController-',
'action' => 'paymentList',
'method' => 'get',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/paymentList',
'title' => '提现打款',
],
[
'id' => 'addons\webman\controller\ChannelWithdrawRecordController\payment',
'pid' => 'addons\webman\controller\ChannelWithdrawRecordController\paymentList',
'action' => 'payment',
'method' => '',
'group' => 'channel',
'url' => 'ex-admin/addons-webman-controller-ChannelWithdrawRecordController/payment',
'title' => '提交打款凭证',
]
];