Closed froginfog closed 2 months ago
小程序发货信息管理 报错Identifier "shipping" is not defined. $config = [ 'app_id' =>‘XXXX‘’’, 'secret' => ‘xxxxxxxxx’, 'response_type' => 'array' ]; $app = Factory::miniProgram($config); dump($app->shipping);
$config = [ 'app_id' =>‘XXXX‘’’, 'secret' => ‘xxxxxxxxx’, 'response_type' => 'array' ];
$app = Factory::miniProgram($config);
dump($app->shipping);
composer info w7corp/easywechat
或者
composer info overtrue/easywechat
贴一下全部结果
composer info w7corp/easywechat 或者 composer info overtrue/easywechat 贴一下全部结果
改成 w7corp 的版本
我用的环境
问题及现象
小程序发货信息管理 报错Identifier "shipping" is not defined.
$config = [ 'app_id' =>‘XXXX‘’’, 'secret' => ‘xxxxxxxxx’, 'response_type' => 'array' ];
$app = Factory::miniProgram($config);
dump($app->shipping);