From 866ab67bc838d56fed39539bb528aeb60cc784b0 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 9 Sep 2022 13:57:09 +0800 Subject: [PATCH] u --- app/controller/Wechat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Wechat.php b/app/controller/Wechat.php index c7d74ec..fcd9b1c 100644 --- a/app/controller/Wechat.php +++ b/app/controller/Wechat.php @@ -66,7 +66,7 @@ class Wechat * @Date : 2022/9/9 11:32 * @Author : */ - public function payment(): string + public function payment() { $notifyUrl = Route::buildUrl('wechat/paid') ->suffix(false)