* Code for task #41764.

This commit is contained in:
liyuchun
2021-08-26 17:59:58 +08:00
parent 89f25d447d
commit d392f0e44c
18 changed files with 65 additions and 53 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
if($webhook->type == 'feishuuser') echo $lang->webhook->feishuUserid;
?>
</th>
<th class='w-100px'><?php echo $lang->actions;?></th>
<th class='w-100px'>
<th class='c-action'><?php echo $lang->actions;?></th>
<th class='c-action'>
<?php
if($webhook->type == 'dinguser') echo $lang->webhook->dingBindStatus;
if($webhook->type == 'wechatuser') echo $lang->webhook->wechatBindStatus;