作者 王智

1

... ... @@ -202,6 +202,7 @@ class Common extends Api
$config = config('wechat');
// dump($config);
$APIs = explode(',', $api);
dump($APIs);
$Wechat = new Application($config);
$Wechat->js->setUrl($url);
$return['config'] = $Wechat->js->config($APIs, $debug = false, $beta = false, $json = false);
... ...