| xqd
@@ -35,11 +35,11 @@ class PayService
|
|
|
|
|
|
public static function wx_config(){
|
|
|
$config = [
|
|
|
- 'appid' => 'wxb3fxxxxxxxxxxx', // APP APPID
|
|
|
+ 'appid' => 'wx79a3fbfceb1a82d3', // APP APPID
|
|
|
//'app_id' => 'wxb3fxxxxxxxxxxx', // 公众号 APPID
|
|
|
//'miniapp_id' => 'wxb3fxxxxxxxxxxx', // 小程序 APPID
|
|
|
- 'mch_id' => '145776xxxx',
|
|
|
- 'key' => 'mF2suE9sU6Mk1CxxxxIxxxxx',
|
|
|
+ 'mch_id' => '1398823402',
|
|
|
+ 'key' => 'c1891122765718911227657189112276',
|
|
|
'notify_url' => 'https://'.$_SERVER['HTTP_HOST'].'/api/wx_notify.php',
|
|
|
//'cert_client' => './cert/apiclient_cert.pem', // optional, 退款,红包等情况时需要用到
|
|
|
//'cert_key' => './cert/apiclient_key.pem',// optional, 退款,红包等情况时需要用到
|