From 0f13db4876ddd464150a027db0c808448b2814be Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 13:43:55 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 476003a1..5bdad290 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -754,7 +754,7 @@ class ShopController extends BaseAuthedController public function refreshDailySelection() { - $address = $this->_getAddress(); + $address = $this->_getAccountId(); if (empty($address)) { $this->_rspErr(2, 'address is empty'); return; @@ -774,7 +774,7 @@ class ShopController extends BaseAuthedController public function getDailySelectionList() { - $address = $this->_getAddress(); + $address = $this->_getAccountId(); if (empty($address)) { $this->_rspErr(2, 'address is empty'); return;