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