mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信配置模块
This commit is contained in:
parent
5004a38aeb
commit
994ae3c58b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user