将不需要的队列终止,并防止以后再启动

This commit is contained in:
wangjinlei
2026-05-26 14:30:58 +08:00
parent 2c94e28f1a
commit 92b8a16d5e

View File

@@ -1030,6 +1030,7 @@ class References extends Base
* AI检测 * AI检测
*/ */
public function checkByAi($aParam = []){ public function checkByAi($aParam = []){
return jsonError("service is stop!");
//获取参数 //获取参数
$aParam = empty($aParam) ? $this->request->post() : $aParam; $aParam = empty($aParam) ? $this->request->post() : $aParam;