作者 sgj
1 个管道 的构建 通过 耗费 1 秒

添加最新版本的easywechat

... ... @@ -95,8 +95,8 @@ class AreaController extends RestBaseController
public function test(){
$appId=config('wechat.app_id');
$secret=config('wechat.secret');
$appId=config('app_id');
$secret=config('secret');
$config = [
'app_id' => $appId,
'secret' => $secret,
... ...
... ... @@ -1825,8 +1825,9 @@ function getAccessToken(){
function wxappNotice($message){
$appId=config('wechat.app_id');
$secret=config('wechat.secret');
$appId = config('app_id');
$secret = config('app_secret');
$config = [
'app_id' => $appId,
'secret' => $secret,
... ...