🐛 fatal bug fixed #12
This commit is contained in:
+10
-10
@@ -123,7 +123,7 @@
|
||||
<div class="field">
|
||||
<label class="label">APP ID</label>
|
||||
<div class="control">
|
||||
<input class="input" name="wechatAppId" value="<%- wechatAppId; %>" type="text" required
|
||||
<input class="input" name="wechatAppId" value="<%- wechatAppId; %>" type="text"
|
||||
placeholder="请输入 APP ID">
|
||||
</div>
|
||||
</div>
|
||||
@@ -131,7 +131,7 @@
|
||||
<div class="field">
|
||||
<label class="label">APP SECRET</label>
|
||||
<div class="control">
|
||||
<input class="input" name="wechatAppSecret" value="<%- wechatAppSecret; %>" type="text" required
|
||||
<input class="input" name="wechatAppSecret" value="<%- wechatAppSecret; %>" type="text"
|
||||
placeholder="请输入 APP SECRET">
|
||||
</div>
|
||||
</div>
|
||||
@@ -139,7 +139,7 @@
|
||||
<div class="field">
|
||||
<label class="label">OPEN ID</label>
|
||||
<div class="control">
|
||||
<input class="input" name="wechatOpenId" value="<%- wechatOpenId; %>" type="text" required
|
||||
<input class="input" name="wechatOpenId" value="<%- wechatOpenId; %>" type="text"
|
||||
placeholder="请输入你的 OPEN ID">
|
||||
</div>
|
||||
</div>
|
||||
@@ -148,7 +148,7 @@
|
||||
<label class="label">TEMPLATE ID</label>
|
||||
<div class="control">
|
||||
<input class="input" name="wechatTemplateId" value="<%- wechatTemplateId; %>" type="text"
|
||||
required
|
||||
|
||||
placeholder="请输入一个模板通知 ID">
|
||||
</div>
|
||||
</div>
|
||||
@@ -157,7 +157,7 @@
|
||||
<label class="label">TOKEN</label>
|
||||
<div class="control">
|
||||
<input class="input" name="wechatVerifyToken" value="<%- wechatVerifyToken; %>" type="text"
|
||||
required
|
||||
|
||||
placeholder="请输入你的 TOKEN">
|
||||
</div>
|
||||
</div>
|
||||
@@ -168,7 +168,7 @@
|
||||
<a target="_blank" href="https://work.weixin.qq.com/">在此处注册微信企业号</a>,之后<a target="_blank"
|
||||
href="https://work.weixin.qq.com/wework_admin/frame#profile/wxPlugin">在此处扫码关注</a>,
|
||||
再之后<a target="_blank"
|
||||
href="https://work.weixin.qq.com/wework_admin/frame#apps">在此处创建一个应用</a>。
|
||||
href="https://work.weixin.qq.com/wework_admin/frame#apps">在此处创建一个应用</a>。
|
||||
<br>
|
||||
</div>
|
||||
</article>
|
||||
@@ -182,7 +182,7 @@
|
||||
</div>
|
||||
</article>
|
||||
<div class="control">
|
||||
<input class="input" name="corpId" value="<%- corpId; %>" type="text" required
|
||||
<input class="input" name="corpId" value="<%- corpId; %>" type="text"
|
||||
placeholder="请输入企业 ID">
|
||||
</div>
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@
|
||||
</div>
|
||||
</article>
|
||||
<div class="control">
|
||||
<input class="input" name="corpAgentId" value="<%- corpAgentId; %>" type="text" required
|
||||
<input class="input" name="corpAgentId" value="<%- corpAgentId; %>" type="text"
|
||||
placeholder="请输入应用的 AgentId">
|
||||
</div>
|
||||
</div>
|
||||
@@ -206,7 +206,7 @@
|
||||
</div>
|
||||
</article>
|
||||
<div class="control">
|
||||
<input class="input" name="corpAppSecret" value="<%- corpAppSecret; %>" type="text" required
|
||||
<input class="input" name="corpAppSecret" value="<%- corpAppSecret; %>" type="text"
|
||||
placeholder="请输入应用的 Secret">
|
||||
</div>
|
||||
</div>
|
||||
@@ -220,7 +220,7 @@
|
||||
</div>
|
||||
</article>
|
||||
<div class="control">
|
||||
<input class="input" name="corpUserId" value="<%- corpUserId; %>" type="text" required
|
||||
<input class="input" name="corpUserId" value="<%- corpUserId; %>" type="text"
|
||||
placeholder="请输入你的 corpUserId">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user