mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改微信配置
This commit is contained in:
parent
ed4d91d87d
commit
5939dfa979
@ -5,7 +5,7 @@
|
||||
<div class="think-box-shadow layui-form">
|
||||
<label class="layui-form-label"><b>Auth</b><br><span class="nowrap color-desc">授权方式</span></label>
|
||||
<div class="layui-input-block">
|
||||
{foreach ['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">请选择微信对接方式,其中<b>微信开放平台授权模式</b>需要微信开放平台支持,同时需要搭建 Service 服务!</p>
|
||||
|
@ -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 sub-span-blue">
|
||||
使用微信开放平台授权模式时,需要单独搭建楚才开放平台 <span>Service</span> 服务,接口需要使用 <span>PHP-YAR</span> 或 <span>Json-Rpc</span> 模块通信。
|
||||
使用微信开放平台授权模式时,需要单独搭建楚才开放平台 <span>Service</span> 服务,接口需要使用 <span>YAR</span> 或 <span>JsonRpc</span> 模块通信。
|
||||
</div>
|
||||
|
||||
<div class="layui-card-body">
|
||||
|
Loading…
x
Reference in New Issue
Block a user