From 1d123312737df84f0bff6e97d903b159fb249aa1 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 1 Oct 2020 13:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=8A=A0=E4=B8=8Alog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Extensions/OrderPrint.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Admin/Extensions/OrderPrint.php b/app/Admin/Extensions/OrderPrint.php index 74eb744..64a6729 100644 --- a/app/Admin/Extensions/OrderPrint.php +++ b/app/Admin/Extensions/OrderPrint.php @@ -10,6 +10,7 @@ use App\Models\ImsCjdcOrderMain; use Dcat\Admin\Grid\RowAction; use Graze\GuzzleHttp\JsonRpc\Client; use Illuminate\Http\Request; +use Illuminate\Support\Facades\Log; class OrderPrint extends RowAction { @@ -53,6 +54,7 @@ class OrderPrint extends RowAction //>>2.调用打印 if ($result == 1) { $res = Rpc::doPrint($row->global_order_id); + Log::info("[rpc doPrint]:",['$res'=>$res]); $res = json_decode($res, true)['result']; $res = json_decode($res);