mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改微信模板文件
This commit is contained in:
parent
a62c30ca4a
commit
54c47b80cd
@ -8,7 +8,7 @@
|
||||
{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>
|
||||
<p class="help-block">请选择微信对接方式,其中微信开放平台授权模式是需要微信开放平台支持,还需要搭建微信授权服务!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<div class="layui-card-body">
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label"><b>Token</b><br><span class="nowrap color-desc">认证令牌</span></label>
|
||||
<label class="layui-form-label"><b>Token</b><br><span class="nowrap color-desc">接口认证令牌</span></label>
|
||||
<div class="layui-input-block">
|
||||
<input name="wechat.token" required placeholder="请输入消息推送对接认证Token(必填)" value="{:sysconf('wechat.token')}" class="layui-input">
|
||||
<p class="help-block">公众号平台与系统对接认证Token,请优先填写此参数并保存,然后再在微信公众号平台操作对接。</p>
|
||||
@ -15,7 +15,7 @@
|
||||
</div>
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label"><b>AppId</b><br><span class="nowrap color-desc">公众号APPID</span></label>
|
||||
<label class="layui-form-label"><b>AppId</b><br><span class="nowrap color-desc">公众号 APPID</span></label>
|
||||
<div class="layui-input-block">
|
||||
<input name="wechat.appid" placeholder="请输入以wx开头的18位公众号APPID(必填)" pattern="^wx[0-9a-z]{16}$" maxlength="18" required="required" value="{:sysconf('wechat.appid')}" class="layui-input">
|
||||
<p class="help-block">公众号APPID是所有接口必要参数,可以在公众号平台 [ 开发 > 基本配置 ] 页面获取。</p>
|
||||
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label"><b>AppSecret</b><br><span class="nowrap color-desc">公众号Secret</span></label>
|
||||
<label class="layui-form-label"><b>AppSecret</b><br><span class="nowrap color-desc">公众号 Secret</span></label>
|
||||
<div class="layui-input-block">
|
||||
<input name="wechat.appsecret" required placeholder="请输入32位公众号AppSecret(必填)" value="{:sysconf('wechat.appsecret')}" maxlength="32" pattern="^[0-9a-z]{32}$" class="layui-input">
|
||||
<p class="help-block">公众号应用密钥是所有接口必要参数,可以在公众号平台 [ 开发 > 基本配置 ] 页面授权后获取。</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>YAR</span> 或 <span>JsonRpc</span> 模块通信。
|
||||
使用微信开放平台授权模式时,需要使用楚才开放平台的 <span>微信授权</span> 服务,接口需要使用 <span>Yar</span> 或 <span>JsonRpc</span> 模块通信。
|
||||
</div>
|
||||
|
||||
<div class="layui-card-body">
|
||||
@ -22,7 +22,7 @@
|
||||
{/if}
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label"><b>Authorize</b><br><span class="nowrap color-desc">公众号授权绑定</span></label>
|
||||
<label class="layui-form-label"><b>Authorize</b><br><span class="nowrap color-desc">绑定微信授权</span></label>
|
||||
<div class="layui-input-block">
|
||||
<button type="button" data-href="{$authurl|default=''}" class="layui-btn layui-btn-primary">重新绑定公众号</button>
|
||||
<p class="help-block">点击连接将跳转到微信第三方平台进行公众号授权。</p>
|
||||
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label"><b>AppId</b><br><span class="nowrap color-desc">公众号APPID</span></label>
|
||||
<label class="layui-form-label"><b>AppId</b><br><span class="nowrap color-desc">公众号 APPID</span></label>
|
||||
<div class="layui-input-block">
|
||||
<input name="wechat.thr_appid" placeholder="请输入以wx开头的18位公众号APPID(必填)" pattern="^wx[0-9a-z]{16}$" maxlength="18" required value="{:sysconf('wechat.thr_appid')}" class="layui-input">
|
||||
<p class="help-block">众号 appid 通过微信第三方授权自动获取. 若没有值请进行微信第三方授权。</p>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<form onsubmit="return false;" data-auto="true" method="post" class='layui-form layui-card ' autocomplete="off" lay-filter="payment">
|
||||
|
||||
<div class="layui-card-body think-box-shadow">
|
||||
<div style="width:850px;padding-left:10px">
|
||||
<div class="padding-left-10" style="width:850px">
|
||||
|
||||
<div class="layui-form-item margin-top-30">
|
||||
<label class="layui-form-label"><b>MCH_ID</b><br><span class="nowrap color-desc">微信商户编号</span></label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user