diff --git a/FlyCube/MpApi/Controller/PayController.class.php b/FlyCube/MpApi/Controller/PayController.class.php index 6c27a05..66e4980 100644 --- a/FlyCube/MpApi/Controller/PayController.class.php +++ b/FlyCube/MpApi/Controller/PayController.class.php @@ -19,7 +19,7 @@ class PayController extends PublicController 'mch_secret_key' => C('weixin')['mch_secret_key'], // 必填-v3商户秘钥 'mch_secret_cert' => C('weixin')['mch_secret_cert'], // 必填-商户私钥路径 'mch_public_cert_path' => C('weixin')['mch_public_cert_path'], // 必填-商户公钥证书路径 - 'notify_url' => C('host') . 'flycube.php/MpApi/Pay/notifyCallback', // 必填-支付回调通知地址 + 'notify_url' => C('host') . 'flycube.php/MpApi/Pay/notifyCallback', // 必填-回调通知地址 'mini_app_id' => C('weixin')['appid'], // 选填-小程序 的 app_id 'wechat_public_cert_path' => [ // 必填-微信平台公钥证书路径 '5878026B07BD819CCC25AC95FA31AE45BB6BC0D9' => C('weixin')['wechat_public_cert_path'],