@@ -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();