|
@@ -73,7 +73,6 @@ class Wechat extends ApiController
|
|
|
{
|
|
{
|
|
|
// 加载配置
|
|
// 加载配置
|
|
|
$wechat = sys_config('','wechat');
|
|
$wechat = sys_config('','wechat');
|
|
|
- var_dump($wechat);
|
|
|
|
|
$this->wechat = Factory::miniProgram([
|
|
$this->wechat = Factory::miniProgram([
|
|
|
'app_id' => $wechat['mini_appid'],
|
|
'app_id' => $wechat['mini_appid'],
|
|
|
'secret' => $wechat['mni_secret_key'],
|
|
'secret' => $wechat['mni_secret_key'],
|