mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改微信支付配置
This commit is contained in:
parent
9786a0779a
commit
b3c2969592
@ -76,16 +76,16 @@ class Config extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* 接口功能测试
|
||||
* 微信授权测试
|
||||
* @auth true
|
||||
*/
|
||||
public function testapi()
|
||||
public function options_test()
|
||||
{
|
||||
$this->fetch();
|
||||
}
|
||||
|
||||
/**
|
||||
* 配置微信支付
|
||||
* 微信支付配置
|
||||
* @auth true
|
||||
* @menu true
|
||||
* @throws \think\admin\Exception
|
||||
@ -111,14 +111,23 @@ class Config extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改微信支付
|
||||
* 微信支付测试
|
||||
* @auth true
|
||||
*/
|
||||
public function payment_test()
|
||||
{
|
||||
$this->fetch();
|
||||
}
|
||||
|
||||
/**
|
||||
* 微信支付修改
|
||||
* @auth true
|
||||
* @throws \think\admin\Exception
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\DbException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
*/
|
||||
public function paymentsave()
|
||||
public function payment_save()
|
||||
{
|
||||
if ($this->request->isPost()) {
|
||||
if ($this->request->post('wechat.mch_ssl_type') === 'p12') {
|
||||
|
@ -1,8 +1,8 @@
|
||||
{extend name="../../admin/view/main"}
|
||||
|
||||
{block name="button"}
|
||||
<!--{if auth("testapi")}-->
|
||||
<button data-modal="{:url('testapi')}" class='layui-btn layui-btn-sm layui-btn-primary'>接口功能测试</button>
|
||||
<!--{if auth("options_test")}-->
|
||||
<button data-modal="{:url('options_test')}" class='layui-btn layui-btn-sm layui-btn-primary'>微信授权测试</button>
|
||||
<!--{/if}-->
|
||||
{/block}
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
</div>
|
||||
<div class="think-box-shadow margin-top-15">
|
||||
<div class="padding-top-20" style="width:850px">
|
||||
<div class="layui-anim layui-anim-fadein" data-type="api">{include file='config/options_api'}</div>
|
||||
<div class="layui-anim layui-anim-fadein" data-type="thr">{include file='config/options_thr'}</div>
|
||||
<div class="layui-anim layui-anim-fadein" data-type="api">{include file='config/options_form_api'}</div>
|
||||
<div class="layui-anim layui-anim-fadein" data-type="thr">{include file='config/options_form_thr'}</div>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
|
@ -63,5 +63,4 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
@ -70,5 +70,4 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
31
app/wechat/view/config/options_test.html
Normal file
31
app/wechat/view/config/options_test.html
Normal file
@ -0,0 +1,31 @@
|
||||
<div class='layui-card shadow-none margin-0'>
|
||||
<div class="layui-card-body padding-40">
|
||||
<div class="layui-bg-gray padding-20 border-radius-5">
|
||||
<div class="margin-bottom-15">
|
||||
<p class="font-w7 color-green">微信开放平台授权</p>
|
||||
<p>JSSDK 签名测试需要在开放平台配置当前的授权域名:<a data-copy="{:request()->host()}">{:request()->host()}</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="font-w7 color-green">公众号平台域名授权</p>
|
||||
<p>网页授权及 JSSDK 签名都需要在公众号平台授权域名:<a data-copy="{:request()->host()}">{:request()->host()}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center margin-top-20 test-qrcode-box">
|
||||
<div class="inline-block padding-right-30 notselect">
|
||||
<img alt="img" class="notselect" data-tips-image src="{:url('wechat/api.test/oauthQrc')}">
|
||||
<p class="text-center">网页授权</p>
|
||||
</div>
|
||||
<div class="inline-block">
|
||||
<img alt="img" class="notselect" data-tips-image src="{:url('wechat/api.test/jssdkQrc')}">
|
||||
<p class="text-center">JSSDK 签名</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.test-qrcode-box img {
|
||||
width: 130px;
|
||||
height: 130px
|
||||
}
|
||||
</style>
|
@ -1,9 +1,15 @@
|
||||
{extend name="../../admin/view/main"}
|
||||
|
||||
{block name="button"}
|
||||
<!--{if auth("payment_test")}-->
|
||||
<button data-modal="{:url('payment_test')}" class='layui-btn layui-btn-sm layui-btn-primary'>微信支付测试</button>
|
||||
<!--{/if}-->
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="think-box-shadow">
|
||||
<div class="layui-anim layui-anim-fadein padding-top-20" style="width:850px">
|
||||
<form onsubmit="return false;" action="{:url('paymentsave')}" data-auto="true" method="post" class='layui-form layui-card shadow-none' autocomplete="off" lay-filter="payment">
|
||||
<form onsubmit="return false;" action="{:url('payment_save')}" data-auto="true" method="post" class='layui-form layui-card shadow-none' autocomplete="off" lay-filter="payment">
|
||||
|
||||
<div class="layui-card-header border-0">
|
||||
<div class="layui-bg-gray padding-col-20 border-radius-5">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class='layui-card shadow-none'>
|
||||
<div class='layui-card shadow-none margin-0'>
|
||||
<div class="layui-card-body padding-40">
|
||||
<div class="layui-bg-gray padding-20 border-radius-5">
|
||||
<div class="margin-bottom-15">
|
||||
@ -16,19 +16,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center margin-top-20 test-qrcode-box">
|
||||
<div class="inline-block padding-right-15 notselect">
|
||||
<img alt="" class="notselect" data-tips-image src="{:url('wechat/api.test/oauthQrc')}">
|
||||
<p class="text-center">网页授权</p>
|
||||
</div>
|
||||
<div class="inline-block padding-right-15">
|
||||
<img alt="img" class="notselect" data-tips-image src="{:url('wechat/api.test/jssdkQrc')}">
|
||||
<p class="text-center">JSSDK签名</p>
|
||||
</div>
|
||||
<div class="inline-block padding-right-15">
|
||||
<div class="inline-block padding-right-30">
|
||||
<img alt="img" onerror="this.src='__ROOT__/static/theme/img/wechat/qrc_pay_error.jpg'" class="notselect" data-tips-image src="{:url('wechat/api.test/jsapiQrc')}">
|
||||
<p class="text-center">JSAPI支付</p>
|
||||
</div>
|
||||
<div class="inline-block padding-right-15">
|
||||
<div class="inline-block padding-right-30">
|
||||
<img alt="img" onerror="this.src='__ROOT__/static/theme/img/wechat/qrc_pay_error.jpg'" class="notselect" data-tips-image src="{:url('wechat/api.test/scanOneQrc')}">
|
||||
<p class="text-center">扫码支付①</p>
|
||||
</div>
|
||||
@ -39,6 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.test-qrcode-box img {
|
||||
width: 130px;
|
Loading…
x
Reference in New Issue
Block a user