This commit is contained in:
songliang 2023-06-25 13:43:55 +08:00
parent f5da920e2b
commit 0f13db4876

View File

@ -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;