Fix enterprise wechat message notification.

This commit is contained in:
leiyong
2020-02-24 16:32:40 +08:00
parent 1d02b02fff
commit 07a96f311b
3 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -60,12 +60,12 @@
<tr class="wechatTR">
<th><?php echo $lang->webhook->wechatCorpId;?></th>
<td class='required'><?php echo html::input('wechatCorpId', $secret->appKey, "class='form-control'")?></td>
<td><?php echo $lang->webhook->note->wechatCorpid;?></td>
<td><?php echo $lang->webhook->note->wechat;?></td>
</tr>
<tr class="wechatTR">
<th><?php echo $lang->webhook->wechatCorpSecret;?></th>
<td class='required'><?php echo html::input('wechatCorpSecret', $secret->appSecret, "class='form-control'")?></td>
<td><?php echo $lang->webhook->note->wechatCorpSecret;?></td>
<td></td>
</tr>
<tr class="wechatTR">
<th><?php echo $lang->webhook->wechatAgentId;?></th>