From 2e4ddc3f61bdf0cddd1d974ee38fea661f41a301 Mon Sep 17 00:00:00 2001 From: todaywindy Date: Wed, 4 Jun 2025 10:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/orders/auditorder/edit.html | 6 ------ application/common/Logic/NoticeLogic.php | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/application/admin/view/orders/auditorder/edit.html b/application/admin/view/orders/auditorder/edit.html index b2637b0..1812251 100644 --- a/application/admin/view/orders/auditorder/edit.html +++ b/application/admin/view/orders/auditorder/edit.html @@ -156,12 +156,6 @@ -
- -
- -
-
diff --git a/application/common/Logic/NoticeLogic.php b/application/common/Logic/NoticeLogic.php index d6cb024..51e94b6 100644 --- a/application/common/Logic/NoticeLogic.php +++ b/application/common/Logic/NoticeLogic.php @@ -53,8 +53,14 @@ class NoticeLogic $log->save(); } + $log->status = 1; + $log->save(); + return; + $reponse = DyvmsService::getInstance()->call($dispatch->worker_tel, $ttsCode, md5(time())); + + if($reponse->statusCode == 200 && $reponse->body->code == 'OK'){ $log->status = 1; $log->callId = $reponse->body->callId;