修改微信配置

This commit is contained in:
Anyon 2020-04-02 11:27:03 +08:00
parent a0175b4430
commit a613b85586
3 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
<div class="think-box-shadow layui-form">
<label class="layui-form-label">Auth<br><span class="nowrap color-desc">授权方式</span></label>
<div class="layui-input-block">
{foreach ['api'=>'公众号平台API模式','thr'=>'第三方平台授权模式','test'=>'接口功能测试'] as $k=>$v}
{foreach ['api'=>'微信公众平台直接模式','thr'=>'微信开放平台授权模式','test'=>'接口功能测试'] as $k=>$v}
<input type="radio" data-wechat-type="{$k}" name="wechat.type" value="{$k}" title="{$v}" lay-filter="wechat_type">
{/foreach}
<p class="help-block">请选择微信对接方式,其中第三方平台授权需要微信开放平台支持,同时需要搭建 Service 服务!</p>
<p class="help-block">请选择微信对接方式,其中<b>微信开放平台授权模式</b>需要微信开放平台支持,同时需要搭建 Service 服务!</p>
</div>
</div>

View File

@ -1,7 +1,7 @@
<form onsubmit="return false;" data-auto="true" method="post" class='layui-form layui-card' autocomplete="off">
<div class="layui-card-header padding-left-40 color-desc">
使用API直接对接需要在微信公众号平台配置授权IP及网页授权域名另外再将获取到的参数填写到下面。
使用微信公众平台直接模式需要在微信公众号平台配置授权IP及网页授权域名另外再将获取到的参数填写到下面。
</div>
<div class="layui-card-body">

View File

@ -1,7 +1,7 @@
<form onsubmit="return false" data-auto="true" method="post" class='layui-form layui-card' autocomplete="off">
<div class="layui-card-header padding-left-40 color-desc">
使用第三方授权时,需要单独搭建楚才开放平台 Service 服务,接口需要使用 Yar 或 JsonRpc 模块通信。
使用微信开放平台授权模式时,需要单独搭建楚才开放平台 Service 服务,接口需要使用 PHP-Yar 或 Json-Rpc 模块通信。
</div>
<div class="layui-card-body">