...
|
...
|
@@ -101,7 +101,7 @@ class Index extends Api |
|
|
'getLocation', //获取位置
|
|
|
'openLocation', //打开位置
|
|
|
];
|
|
|
$res = Factory::officialAccount(config('wechat'))->jssdk->buildConfig($apis, $debug = false, $beta = false, $json = false);
|
|
|
$res = Factory::officialAccount(config('wechat'))->jssdk->buildConfig($apis, $debug = true, $beta = false, $json = false);
|
|
|
$this->success('sdk', $res);
|
|
|
}
|
|
|
} |
...
|
...
|
|