no message
This commit is contained in:
parent
ca1ce4d5e4
commit
bab63d79a5
@ -109,19 +109,20 @@ final class HookController
|
|||||||
|
|
||||||
$aCmdList = [
|
$aCmdList = [
|
||||||
'流量报告' => '/reportWidth',
|
'流量报告' => '/reportWidth',
|
||||||
'查找用户' => '//userFind 11',
|
'查找用户' => '/userFind 11',
|
||||||
'查找订单' => '/orderFindByUser 11',
|
'查找订单' => '/orderFindByUser 11',
|
||||||
'回复工单' => '/reply 11 + /s 你好',
|
'回复工单' => '/reply 11 + /s 你好',
|
||||||
'快捷回复工单' => '/ry 11 你好',
|
'快捷回单' => '/ry 11 你好',
|
||||||
'查找用户' => '/userFind',
|
'工单查找' => '/ticketFind 11',
|
||||||
'查找用户' => '/userFind',
|
'用户报表' => '/reportUser_day_7 && /reportUser_date_2025-02-02 && /reportUser_date_2025-02-02_2025-03-03',
|
||||||
'查找用户' => '/userFind',
|
'duck添加&转发' => '/duckAdd jp02',
|
||||||
'查找用户' => '/userFind',
|
'duck删除&转发' => '/duckDel jp02',
|
||||||
'查找用户' => '/userFind',
|
'duck修改&转发' => '/duckOption-max_width-jp01 1.66#tb',
|
||||||
'查找用户' => '/userFind',
|
'duck列表&转发' => '/duckList',
|
||||||
'查找用户' => '/userFind',
|
'duck查找' => '/duckFind jp02',
|
||||||
'查找用户' => '/userFind',
|
'转发重置' => '/zhuanfaReset-youshi 2025-02-02',
|
||||||
'查找用户' => '/userFind',
|
'节点修改' => '/nodeOption_name_11 haha',
|
||||||
|
'节点like' => '/nodeLike_duck jp02',
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->sendMessage(json_encode($aCmdList, JSON_PRETTY_PRINT));
|
$this->sendMessage(json_encode($aCmdList, JSON_PRETTY_PRINT));
|
||||||
@ -255,7 +256,7 @@ final class HookController
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 用户报表
|
// 用户报表
|
||||||
// /reportUser_day 7 && /
|
// /reportUser_day_7 && /reportUser_date_2025-02-02 && /reportUser_date_2025-02-02_2025-03-03
|
||||||
if (strpos($sText, '/reportUser') === 0 || 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);
|
||||||
@ -632,6 +633,7 @@ final class HookController
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 节点搜索
|
// 节点搜索
|
||||||
|
// /nodeLike_duck jp02
|
||||||
if (strpos($sText, '/nodeLike_') === 0) {
|
if (strpos($sText, '/nodeLike_') === 0) {
|
||||||
|
|
||||||
list($sCmd, $sLike) = explode(" ", $sText, 2);
|
list($sCmd, $sLike) = explode(" ", $sText, 2);
|
||||||
@ -705,6 +707,7 @@ final class HookController
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 工单查找
|
// 工单查找
|
||||||
|
// /ticketFind 11
|
||||||
if (strpos($sText, '/ticketFind') === 0) {
|
if (strpos($sText, '/ticketFind') === 0) {
|
||||||
|
|
||||||
$iTicketId = $this->trimText($sText, '/ticketFind');
|
$iTicketId = $this->trimText($sText, '/ticketFind');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user