百度,头条支付插件提示的异步地址更新

feat/task1-c-wallet
gongfuxiang 2022-05-06 23:46:10 +08:00
parent e7bdab7878
commit a030eac0d1
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ class BaiduMini
],
[
'element' => 'message',
'message' => '异步通知地址,将该地址配置到百度小程序支付后台异步通知<br />'.__MY_URL__.'payment_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php',
'message' => '异步通知地址,将该地址配置到百度小程序支付后台异步通知<br />'.__MY_URL__.'payment_default_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php',
],
];

View File

@ -93,7 +93,7 @@ class Toutiao
],
[
'element' => 'message',
'message' => '异步通知地址,将该地址配置到头条小程序后台->支付->担保交易->担保交易设置中<br />'.__MY_URL__.'payment_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php',
'message' => '异步通知地址,将该地址配置到头条小程序后台->支付->担保交易->担保交易设置中<br />'.__MY_URL__.'payment_default_order_'.strtolower(str_replace(['payment', '\\'], '', get_class($this))).'_notify.php',
],
];