...
|
...
|
@@ -517,7 +517,7 @@ class ActivityController extends AdminBaseController |
|
|
'app_id' => $appId,
|
|
|
'secret' => $secret,
|
|
|
];
|
|
|
dump($config);
|
|
|
//dump($config);
|
|
|
$wechat=new Application($config);
|
|
|
$notice=$wechat->mini_program->notice;
|
|
|
/* if (empty($message)){
|
...
|
...
|
|