From 7f930b2287b176fff42a5534ad83082bf6ab175b Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 9 Sep 2022 16:57:40 +0800 Subject: [PATCH] f --- app/controller/Wechat.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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();