diff --git a/app/controller/Wechat.php b/app/controller/Wechat.php index 5e022c6..527bf2b 100644 --- a/app/controller/Wechat.php +++ b/app/controller/Wechat.php @@ -96,10 +96,9 @@ class Wechat $notifyUrl = Route::buildUrl('wechat/paid') ->suffix(false) - ->domain(true); - + ->domain(true) + ->build(); dump($notifyUrl); - dump($order); exit();