diff --git a/extend/payment/BaiduMini.php b/extend/payment/BaiduMini.php index 302867667..1a97d428d 100644 --- a/extend/payment/BaiduMini.php +++ b/extend/payment/BaiduMini.php @@ -109,7 +109,7 @@ class BaiduMini ], [ 'element' => 'message', - 'message' => '异步通知地址,将该地址配置到百度小程序支付后台异步通知
'.__MY_URL__.'payment_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php', + 'message' => '异步通知地址,将该地址配置到百度小程序支付后台异步通知
'.__MY_URL__.'payment_default_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php', ], ]; diff --git a/extend/payment/Toutiao.php b/extend/payment/Toutiao.php index b902eb06f..92805ae9b 100644 --- a/extend/payment/Toutiao.php +++ b/extend/payment/Toutiao.php @@ -93,7 +93,7 @@ class Toutiao ], [ 'element' => 'message', - 'message' => '异步通知地址,将该地址配置到头条小程序后台->支付->担保交易->担保交易设置中
'.__MY_URL__.'payment_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php', + 'message' => '异步通知地址,将该地址配置到头条小程序后台->支付->担保交易->担保交易设置中
'.__MY_URL__.'payment_default_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php', ], ];