no message
This commit is contained in:
parent
a2a8c3b717
commit
325c6f65c9
@ -35,7 +35,7 @@ $oHttp->aData = [
|
||||
'type' => 'private'
|
||||
],
|
||||
'date' => 1610000000,
|
||||
"text" => "\/reportCoupon",
|
||||
"text" => "\/ry 你好,网站是正常运行的。用不了一般是没配置对,调试调试。",
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
@ -231,6 +231,7 @@ final class HookController
|
||||
// 快捷回复工单
|
||||
// /ry 11 你好
|
||||
if (strpos($sText, '/ry') === 0) {
|
||||
|
||||
try {
|
||||
$sText = $this->trimText($sText, '/ry');
|
||||
|
||||
@ -270,6 +271,7 @@ final class HookController
|
||||
Http::response(500, '内部服务器错误');
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 复制节点
|
||||
|
||||
Loading…
Reference in New Issue
Block a user