From 9320e2bb2baaa145ab64586152f88e4cd077bad4 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 16 Jul 2023 14:18:48 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index cb3e8bcc..55396dde 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1712,7 +1712,7 @@ class ShopController extends BaseAuthedController return true; } - private function beginFirstTupop($address) + private function beginFirstTupop($address = null) { if (!$address) { $address = myself()->_getAddress();