From a030eac0d156a637ac6f755d99b3a400926d043f Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 6 May 2022 23:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=BA=A6=EF=BC=8C=E5=A4=B4=E6=9D=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=8F=92=E4=BB=B6=E6=8F=90=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E6=AD=A5=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/payment/BaiduMini.php | 2 +- extend/payment/Toutiao.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', ], ];