|
|
@@ -23,16 +23,7 @@ class GoodsCategoryLogic extends BaseLogic
|
|
|
$app = new Application($config);
|
|
|
$response = $app->getClient()->postJson('/wxa/getwxacodeunlimit', [
|
|
|
'scene' => '123',
|
|
|
- 'page' => 'pages/index/index',
|
|
|
- 'width' => 430,
|
|
|
- 'check_path' => false,
|
|
|
- ]);
|
|
|
- $path = $response->saveAs('/tmp/wxacode-123.png');
|
|
|
- dd($response);
|
|
|
-
|
|
|
- $response = $app->getClient()->postJson('/wxa/getwxacodeunlimit', [
|
|
|
- 'scene' => 'type=2&id=19',
|
|
|
- 'page' => '/pages/good/good',
|
|
|
+ 'page' => 'pages/good/good',
|
|
|
'width' => 430,
|
|
|
'check_path' => false,
|
|
|
'env_vesion' => 'trial'
|