作者 chencheng

kq-0621-10

... ... @@ -48,7 +48,7 @@ class Wechat extends Api
}catch(\Exception $e){
$this->error($e->getMessage());
}
$this->success('配置获取成功', json_decode($config,true));
$this->success('配置获取成功', $config);
}
/*
... ...