From 70d923f6b06e9478e2bea1a7060eeeee4784ca6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Mon, 28 Oct 2024 16:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86UI=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/payconfig/1006_6.php | 35 +++++++++++++++++++++++++++++++ view/console/console.html | 27 +++++++++++------------- view/pay_manage/edit_account.html | 2 +- view/user/index.html | 4 +++- 4 files changed, 51 insertions(+), 17 deletions(-) create mode 100644 config/payconfig/1006_6.php diff --git a/config/payconfig/1006_6.php b/config/payconfig/1006_6.php new file mode 100644 index 0000000..5ea0590 --- /dev/null +++ b/config/payconfig/1006_6.php @@ -0,0 +1,35 @@ + [ + 'pid' => 1006, + 'key' => '' + ], + // 收款平台账号配置 + 'pay' => [ + // 账号id + 'aid' => 6, + // 收款平台 + 'platform' => 'storepay', + // 插件类名 + 'payclass' => 'ZhiHuiJingYing', + // 账号 + 'account' => '18239931385', + // 密码 + 'password' => '12345678', + // 订单查询参数配置 + 'query' => array ( + 'pageNo' => 1, + 'pageSize' => 10, + 'payClient' => 4, + 'status' => 2, + '_t' => NULL, + 'createTime_begin' => NULL, + 'createTime_end' => NULL, +), + ] +]; diff --git a/view/console/console.html b/view/console/console.html index 7854a99..f10a90b 100644 --- a/view/console/console.html +++ b/view/console/console.html @@ -318,18 +318,17 @@ 链接
- 官 - 网 + style="margin-top: 8px;height: 50px;line-height: 50px;">CSDN博客
- 下 载 + style="margin-top: 8px;height: 50px;line-height: 50px;">项目地址
- 后 端 + style="margin-top: 8px;height: 50px;line-height: 50px;">演示站点
@@ -339,17 +338,15 @@
更 新
diff --git a/view/pay_manage/edit_account.html b/view/pay_manage/edit_account.html index a04e265..10ec05d 100644 --- a/view/pay_manage/edit_account.html +++ b/view/pay_manage/edit_account.html @@ -62,7 +62,7 @@
- +
diff --git a/view/user/index.html b/view/user/index.html index 36a8147..c3a3686 100644 --- a/view/user/index.html +++ b/view/user/index.html @@ -102,7 +102,9 @@ 我的文章
- +
+

不知道写什么,先留着

+