[更新]修改微信配置模块

This commit is contained in:
邹景立 2017-04-13 16:04:45 +08:00
parent 5004a38aeb
commit 994ae3c58b

View File

@ -7,11 +7,11 @@
<div class="form-group">
<label class="col-sm-2 col-xs-3 control-label">URL(服务器地址)</label>
<div class="col-sm-8">
<input data-tips-text="请点鼠标右键复制URL地址" onmouseenter="this.select()" class="layui-input"
value="{:url('@wechat/api','',true,true)}" readonly/>
<input onmouseenter="this.select()" class="layui-input" readonly="readonly"
value="{:url('@wechat/api','',true,true)}"/>
<p class="help-block">
请复制此URL地址填写在公众号平台 [ 开发 >> 基本配置 ] 中 [ URL ( 服务器地址 ) ]
<br/><b>注意</b>URL主域名必需备案微信服务接口只支持 80 端口 ( http ) 和 443 端口 ( https ).
<br/><b>注意</b>URL主域名必需备案微信服务接口只支持 80 端口 ( http ) 和 443 端口 ( https )
</p>
</div>
</div>