From ae04c26891c47c64e8cca71c0f5884489483d066 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Sat, 27 Apr 2024 17:20:39 +0800 Subject: [PATCH] 1 --- app/admin/controller/Wxwholesaler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/Wxwholesaler.php b/app/admin/controller/Wxwholesaler.php index 9d74136b..7ba5dd0b 100644 --- a/app/admin/controller/Wxwholesaler.php +++ b/app/admin/controller/Wxwholesaler.php @@ -20,7 +20,7 @@ class Wxwholesaler extends Controller public function qrcode(): Json { $obj = new Wholesaler(); - $url = $this->request->domain(true) . '/api/wxserver/redirect'; + $url = $this->request->domain(true) . '/api/wxwholesaler/redirect'; $jumUrl = $obj->jumpH5Url($url); $savePath = root_path() . "public/wxserve"; !is_dir($savePath) && mkdir($savePath, 0755, true);