no message
This commit is contained in:
parent
50c8987a25
commit
bd933e333b
@ -35,7 +35,7 @@ $oHttp->aData = [
|
|||||||
'type' => 'private'
|
'type' => 'private'
|
||||||
],
|
],
|
||||||
'date' => 1610000000,
|
'date' => 1610000000,
|
||||||
"text" => "\/reportWidth",
|
"text" => "\/reportUser_day 7",
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user