From 6f641d0a1d0d2054b28d9b7d8c1da5116b69e778 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Tue, 8 Jan 2019 21:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98url=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/OrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/OrderService.php b/application/service/OrderService.php index d87fec707..cd34f5a6a 100755 --- a/application/service/OrderService.php +++ b/application/service/OrderService.php @@ -90,7 +90,7 @@ class OrderService } // 回调地址 - $url = __MY_PUBLIC_URL__.'payment_order_'.strtolower($payment[0]['payment']); + $url = __MY_URL__.'payment_order_'.strtolower($payment[0]['payment']); // url模式, pathinfo模式下采用自带url生成url, 避免非index.php多余 if(MyC('home_seo_url_model', 0) == 0)