no message
This commit is contained in:
parent
e43db6671d
commit
604d8dbc86
@ -40,8 +40,8 @@ final class HookController
|
|||||||
} else {
|
} else {
|
||||||
$sSendType = false;
|
$sSendType = false;
|
||||||
}
|
}
|
||||||
var_dump($sSendType);
|
// var_dump($sSendType);
|
||||||
exit;
|
// exit;
|
||||||
// test
|
// test
|
||||||
// $sText = "\\//Article#List ni__aaa__bbb 111 222";
|
// $sText = "\\//Article#List ni__aaa__bbb 111 222";
|
||||||
// $sText = "///\\\SaleCode#SetRate__zzxx 2";
|
// $sText = "///\\\SaleCode#SetRate__zzxx 2";
|
||||||
|
|||||||
@ -25,9 +25,11 @@ class Cmd extends Base {
|
|||||||
'测试cron' => "test#cron_i 01",
|
'测试cron' => "test#cron_i 01",
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->oTGHttp->sendToTG(json_encode($aCmdList, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
|
return $this->toJson($aCmdList);
|
||||||
|
|
||||||
$this->oHttp::response(200, 'ok');
|
// $this->oTGHttp->sendToTG(json_encode($aCmdList, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
|
||||||
|
|
||||||
|
// $this->oHttp::response(200, 'ok');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user