Modify enterprise wechat work message notice

This commit is contained in:
leiyong
2020-02-24 10:48:46 +08:00
parent f6a7fb114c
commit 325dbe1a5a
9 changed files with 54 additions and 45 deletions
+2 -2
View File
@@ -59,12 +59,12 @@
</tr>
<tr class="wechatTR">
<th><?php echo $lang->webhook->wechatCorpSecret;?></th>
<td class='required'><?php echo html::input('wechatSecret', '', "class='form-control'")?></td>
<td class='required'><?php echo html::input('wechatCorpSecret', '', "class='form-control'")?></td>
<td><?php echo $lang->webhook->note->wechatSecret;?></td>
</tr>
<tr class="wechatTR">
<th><?php echo $lang->webhook->wechatAgentId;?></th>
<td class='required'><?php echo html::input('wechatAppId', '', "class='form-control'")?></td>
<td class='required'><?php echo html::input('wechatAgentId', '', "class='form-control'")?></td>
<td></td>
</tr>
<tr>