This commit is contained in:
技术老胡
2024-08-22 12:01:12 +08:00
parent 2d7c0ff706
commit 3d210481b1
8 changed files with 438 additions and 165 deletions

View File

@@ -28,6 +28,14 @@ return [
'openType' => '_iframe',
'href' => '/PayManage/index',
],
[
'id' => 'pluginManage',
'title' => '插件管理',
'icon' => 'layui-icon layui-icon-console',
'type' => 1,
'openType' => '_iframe',
'href' => '/Plugin/index',
],
[
'id' => 'userCenter',
'title' => '用户中心',

View File

@@ -19,15 +19,15 @@ return [
// 密码
'password' => '76********QB',
// 订单查询参数配置
'query' => array (
'date_end' => NULL,
'date_start' => NULL,
'page' => 1,
'page_size' => 10,
'upayQueryType' => 0,
'status' => '2000',
'store_sn' => '15**********27',
'type' => '30',
),
'query' => array(
'date_end' => NULL,
'date_start' => NULL,
'page' => 1,
'page_size' => 10,
'upayQueryType' => 0,
'status' => '2000',
'store_sn' => '',
'type' => '30',
),
]
];