...
|
...
|
@@ -1825,12 +1825,13 @@ function getAccessToken(){ |
|
|
|
|
|
|
|
|
function wxappNotice($message){
|
|
|
$appId=config('wechat_config.app_id');
|
|
|
$secret=config('wechat_config.secret');
|
|
|
$appId=config('wechat.app_id');
|
|
|
$secret=config('wechat.secret');
|
|
|
$config = [
|
|
|
'app_id' => $appId,
|
|
|
'secret' => $secret,
|
|
|
];
|
|
|
dump($config);
|
|
|
$wechat=new \EasyWeChat\Foundation\Application($config);
|
|
|
$notice=$wechat->mini_program->notice;
|
|
|
/* if (empty($message)){
|
...
|
...
|
|