Browse Source

师傅端-产品小程序码

whitefang 1 year ago
parent
commit
d38d5cb89b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/workerapi/logic/GoodsCategoryLogic.php

+ 1 - 2
app/workerapi/logic/GoodsCategoryLogic.php

@@ -28,8 +28,7 @@ class GoodsCategoryLogic extends BaseLogic
                 'check_path' => false,
                 'env_vesion' => 'trial'
             ]);
-            $path = $response->saveAs('/tmp/wxacode-123.png');
-            dd($path);
+            dd($response);
         } catch (\Throwable $e) {
             // 失败
             echo $e->getMessage();