w7corp / easywechat

📦 一个 PHP 微信 SDK
https://easywechat.com
MIT License
10.29k stars 2.41k forks source link

Identifier "shipping" is not defined. #2837

Closed froginfog closed 2 months ago

froginfog commented 2 months ago

我用的环境

问题及现象

小程序发货信息管理 报错Identifier "shipping" is not defined. $config = [ 'app_id' =>‘XXXX‘’’, 'secret' => ‘xxxxxxxxx’, 'response_type' => 'array' ]; $app = Factory::miniProgram($config); dump($app->shipping);

overtrue commented 2 months ago
composer info w7corp/easywechat

或者

composer info overtrue/easywechat

贴一下全部结果

froginfog commented 2 months ago
composer info w7corp/easywechat

或者

composer info overtrue/easywechat

贴一下全部结果

4

overtrue commented 2 months ago

改成 w7corp 的版本