mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-16 07:23:42 +08:00
更新
This commit is contained in:
@@ -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' => '用户中心',
|
||||
|
@@ -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',
|
||||
),
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user