From 75afeb396e76454617fe671e3c0d5ae0a2bdd3b8 Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Wed, 7 Jun 2023 14:35:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B2=E6=9F=93=E6=B5=8B=E5=BC=8F=20?= =?UTF-8?q?=E6=A1=88=E4=BE=8B=20=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/renderTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/renderTest.php b/examples/renderTest.php index de02636..ef190a0 100644 --- a/examples/renderTest.php +++ b/examples/renderTest.php @@ -41,6 +41,7 @@ const MAT_STANDARD_SIZE = 1000; + $client = new Client(); $response = $client->get("deep3d.backend-api.dev.com/test/render-task"); $resContents = $response->getBody()->getContents();