|
@@ -38,10 +38,10 @@ class wechatlogic extends baselogic
|
|
|
public function getselfwxconfig()
|
|
|
{
|
|
|
$config = [
|
|
|
- //'appid' => 'wx8788dcdf3d075963',
|
|
|
- 'appid' => 'wx8240b08d4e0b8954',
|
|
|
- //'appSecret' => '0d1928572155d59f0c66c30378e42bfb',
|
|
|
- 'appSecret' => 'df07e160bbb1235e7b737cbb7c87a0ed',
|
|
|
+ 'appid' => 'wx8788dcdf3d075963',
|
|
|
+ //'appid' => 'wx8240b08d4e0b8954',
|
|
|
+ 'appSecret' => '0d1928572155d59f0c66c30378e42bfb',
|
|
|
+ //'appSecret' => 'df07e160bbb1235e7b737cbb7c87a0ed',
|
|
|
];
|
|
|
return $config;
|
|
|
}
|