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;