...
This commit is contained in:
parent
f5da920e2b
commit
0f13db4876
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user