+
+ {include file='footer.tpl'}
diff --git a/src/Services/Tg/Hook/Mod/Mail.php b/src/Services/Tg/Hook/Mod/Mail.php
index 48ce2a88..865eb1f1 100644
--- a/src/Services/Tg/Hook/Mod/Mail.php
+++ b/src/Services/Tg/Hook/Mod/Mail.php
@@ -149,7 +149,8 @@ final class Mail extends Base
{
$tmp = [
"type:bulk=群发,none=默认原本",
- "tpl:war=重要通知,tip=运维通知,warn=系统提示",
+ "tpl:war=重要通知,tip=运维通知,warn=系统提示,one=没有大标题一张纸",
+ "testSend,测试,发给约基奇"
];
$str = TgFormat::arrToStr($tmp);
@@ -157,7 +158,7 @@ final class Mail extends Base
return $str;
}
- public function SendTest($aParam)
+ public function testSend($aParam)
{
$aParam["is_test"] = true;
@@ -172,7 +173,7 @@ final class Mail extends Base
$isTest = $aParam["is_test"] ?? false;
if ($iId == "?") {
- return "/mail#send__{class大于等于,支持zero}__{type?} {articleId} | type=空:核查提示,type=yes:确认核查 | 套壳:sendTest";
+ return "/mail#send__{class大于等于,支持zero}__{type?} {articleId} | type=空:核查提示,type=yes:确认核查 | 套壳:testSend";
}
if (!$iId) {