no message

This commit is contained in:
hellcat 2025-04-04 18:48:59 +08:00
parent 50c8987a25
commit bd933e333b
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ $oHttp->aData = [
'type' => 'private' 'type' => 'private'
], ],
'date' => 1610000000, 'date' => 1610000000,
"text" => "\/reportWidth", "text" => "\/reportUser_day 7",
] ]
]; ];

View File

@ -256,7 +256,7 @@ final class HookController
// 用户报表 // 用户报表
// /reportUser_day 7 && / // /reportUser_day 7 && /
if (strpos($sText, '/reportUser_') === 0) { if (strpos($sText, '/reportUser_') === 0 || strpos($sText, '\/reportUser_') === 0) {
@list(, $sOption1, $sOption2, $sOption3) = explode("_", $sText, 4); @list(, $sOption1, $sOption2, $sOption3) = explode("_", $sText, 4);