* finish task #6539,6537.

This commit is contained in:
wangyidong
2019-11-18 14:14:03 +08:00
parent eb1267ebe7
commit 6434e06342
12 changed files with 329 additions and 11 deletions
+5 -1
View File
@@ -22,7 +22,7 @@
<tr>
<th class='thWidth'><?php echo $lang->webhook->type;?></th>
<td><?php echo zget($lang->webhook->typeList, $webhook->type);?></td>
<td></td>
<td><?php echo html::hidden('type', $webhook->type);?></td>
</tr>
<tr>
<th><?php echo $lang->webhook->name;?></th>
@@ -42,6 +42,10 @@
<?php endif;?>
<?php if($webhook->type == 'dingapi'):?>
<?php $secret = json_decode($webhook->secret);?>
<tr class='dingapiTR'>
<th><?php echo $lang->webhook->dingAgentId;?></th>
<td><?php echo html::input('agentId', $secret->agentId, "class='form-control'");?></td>
</tr>
<tr class='dingapiTR'>
<th><?php echo $lang->webhook->dingAppKey;?></th>
<td><?php echo html::input('appKey', $secret->appKey, "class='form-control'");?></td>