mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信配置模块
This commit is contained in:
parent
f2e08bacaa
commit
b0eddc416c
@ -50,22 +50,22 @@
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label">Cert(双向证书)</label>
|
||||
<div class="col-sm-8" style="min-width:540px">
|
||||
<input title="application_key.pem" type="hidden" name="wechat_cert_key_md5">
|
||||
<input title="application_cert.pem" type="hidden" name="wechat_cert_cert_md5">
|
||||
<input title="apiclient_key.pem" type="hidden" name="wechat_cert_key_md5">
|
||||
<input title="apiclient_cert.pem" type="hidden" name="wechat_cert_cert_md5">
|
||||
<button data-file="one" data-type="pem" data-field="wechat_cert_key_md5"
|
||||
type="button" class="layui-btn layui-btn-primary">
|
||||
{if file_exists(sysconf('wechat_cert_key'))}
|
||||
已上传 application_key.pem 文件
|
||||
已上传 apiclient_key.pem 文件
|
||||
{else/}
|
||||
请上传 application_key.pem 文件
|
||||
请上传 apiclient_key.pem 文件
|
||||
{/if}
|
||||
</button>
|
||||
<button data-file="one" data-type="pem" data-field="wechat_cert_cert_md5"
|
||||
type="button" class="layui-btn layui-btn-primary">
|
||||
{if file_exists(sysconf('wechat_cert_cert'))}
|
||||
已上传 application_cert.pem 文件
|
||||
已上传 apiclient_cert.pem 文件
|
||||
{else/}
|
||||
请上传 application_cert.pem 文件
|
||||
请上传 apiclient_cert.pem 文件
|
||||
{/if}
|
||||
</button>
|
||||
<p class="help-block">
|
||||
|
Loading…
x
Reference in New Issue
Block a user