...
|
...
|
@@ -97,10 +97,12 @@ class AreaController extends RestBaseController |
|
|
public function test(){
|
|
|
$appId=config('wechat_config.app_id');
|
|
|
$secret=config('wechat_config.secret');
|
|
|
|
|
|
$config = [
|
|
|
'app_id' => $appId,
|
|
|
'secret' => $secret,
|
|
|
];
|
|
|
dump($config);
|
|
|
$wechat=new Application($config);
|
|
|
$notice=$wechat->mini_program->notice;
|
|
|
|
...
|
...
|
|