mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-19 02:06:38 +08:00
后台管理UI微调
This commit is contained in:
parent
844132a954
commit
70d923f6b0
35
config/payconfig/1006_6.php
Normal file
35
config/payconfig/1006_6.php
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?php
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | 支付监听配置,一个文件,一个账号
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
|
return [
|
||||||
|
// 用户账号配置
|
||||||
|
'user' => [
|
||||||
|
'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,
|
||||||
|
),
|
||||||
|
]
|
||||||
|
];
|
@ -318,18 +318,17 @@
|
|||||||
链接
|
链接
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-card-body">
|
<div class="layui-card-body">
|
||||||
<a target="_blank" href="http://www.pearadmin.com"
|
<a target="_blank" href="https://blog.csdn.net/weixin_44177222"
|
||||||
class="pear-btn pear-btn-primary layui-btn-fluid"
|
class="pear-btn pear-btn-primary layui-btn-fluid"
|
||||||
style="margin-top: 8px;height: 50px;line-height: 50px;">官
|
style="margin-top: 8px;height: 50px;line-height: 50px;">CSDN博客</a>
|
||||||
网</a>
|
|
||||||
<br />
|
<br />
|
||||||
<a target="_blank" href="https://gitee.com/pear-admin/Pear-Admin-Layui"
|
<a target="_blank" href="https://gitee.com/technical-laohu/mpay"
|
||||||
class="pear-btn pear-btn-warming layui-btn-fluid"
|
class="pear-btn pear-btn-warming layui-btn-fluid"
|
||||||
style="margin-top: 8px;height: 50px;line-height: 50px;">下 载</a>
|
style="margin-top: 8px;height: 50px;line-height: 50px;">项目地址</a>
|
||||||
<br />
|
<br />
|
||||||
<a target="_blank" href="https://gitee.com/pear-admin/Pear-Admin-Boot"
|
<a href="javascript:alert('正在搭建中!')"
|
||||||
class="pear-btn pear-btn-danger layui-btn-fluid"
|
class="pear-btn pear-btn-danger layui-btn-fluid"
|
||||||
style="margin-top: 8px;height: 50px;line-height: 50px;">后 端</a>
|
style="margin-top: 8px;height: 50px;line-height: 50px;">演示站点</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -339,17 +338,15 @@
|
|||||||
<div class="layui-card-header">更 新</div>
|
<div class="layui-card-header">更 新</div>
|
||||||
<div class="layui-card-body">
|
<div class="layui-card-body">
|
||||||
<ul class="list">
|
<ul class="list">
|
||||||
<li class="list-item"><span class="title">优化代码格式</span><span
|
<li class="list-item"><span class="title">优化代码格式</span><span class="footer">2021-09-06
|
||||||
class="footer">2021-09-06
|
|
||||||
11:28</span></li>
|
11:28</span></li>
|
||||||
<li class="list-item"><span class="title">新增消息组件</span><span
|
<li class="list-item"><span class="title">新增消息组件</span><span class="footer">2021-09-06
|
||||||
class="footer">2021-09-06
|
|
||||||
11:28</span></li>
|
11:28</span></li>
|
||||||
<li class="list-item"><span class="title">移动端兼容</span><span
|
<li class="list-item"><span class="title">移动端兼容</span><span class="footer">2021-09-06
|
||||||
class="footer">2021-09-06
|
|
||||||
11:28</span></li>
|
11:28</span></li>
|
||||||
<li class="list-item"><span class="title">系统布局优化</span><span
|
<li class="list-item"><span class="title">系统布局优化</span><span class="footer">2021-09-06
|
||||||
class="footer">2021-09-06
|
11:28</span></li>
|
||||||
|
<li class="list-item"><span class="title">系统布局优化</span><span class="footer">2021-09-06
|
||||||
11:28</span></li>
|
11:28</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="layui-form-label">查询参数</label>
|
<label class="layui-form-label">查询参数</label>
|
||||||
<div class="layui-input-block">
|
<div class="layui-input-block">
|
||||||
<textarea name="params" placeholder="填写账号自定义订单查询参数,JSON格式" class="layui-textarea"></textarea>
|
<textarea name="params" placeholder="账号订单查询自定义参数,JSON格式,没有请填 { } " class="layui-textarea"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -102,7 +102,9 @@
|
|||||||
我的文章
|
我的文章
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-card-body">
|
<div class="layui-card-body">
|
||||||
|
<div style="padding: 120px 0px;width: 100%;text-align: center;">
|
||||||
|
<h3>不知道写什么,先留着</h3>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user