...
|
...
|
@@ -95,9 +95,8 @@ class AreaController extends RestBaseController |
|
|
|
|
|
|
|
|
public function test(){
|
|
|
$appId=config('wechat_config.app_id');
|
|
|
$secret=config('wechat_config.secret');
|
|
|
|
|
|
$appId=config('wechat.app_id');
|
|
|
$secret=config('wechat.secret');
|
|
|
$config = [
|
|
|
'app_id' => $appId,
|
|
|
'secret' => $secret,
|
...
|
...
|
|