Browse Source

获取微信JsSDK数据接口6

master
wanghongjun 1 year ago
parent
commit
0791a65945
  1. 3
      app/service/wechat/WechatService.php

3
app/service/wechat/WechatService.php

@ -91,8 +91,7 @@ class WechatService extends BaseService
'appId' => env('wechat.appid'),
'timestamp' => $timestamp,
'nonceStr' => $nonceStr,
'signature' => $signature,
'url ' => $url
'signature' => $signature
];
}

Loading…
Cancel
Save