* Finish task#58578.

This commit is contained in:
leiyong
2022-06-28 09:59:34 +00:00
parent 708f4ed932
commit f888f66bf5
13 changed files with 35 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php include '../../common/view/header.html.php';?>
<div id='mainContent' class='main-content'>
<div class='center-block mw-800px'>
<div class='center-block mw-900px'>
<div class='main-header'>
<h2><?php echo $lang->webhook->bind?></h2>
</div>
@@ -17,7 +17,7 @@
?>
</th>
<th class='c-action'><?php echo $lang->actions;?></th>
<th class='c-action'>
<th class='c-bind'>
<?php
if($webhook->type == 'dinguser') echo $lang->webhook->dingBindStatus;
if($webhook->type == 'wechatuser') echo $lang->webhook->wechatBindStatus;