...
This commit is contained in:
parent
f5da920e2b
commit
0f13db4876
@ -754,7 +754,7 @@ class ShopController extends BaseAuthedController
|
|||||||
|
|
||||||
public function refreshDailySelection()
|
public function refreshDailySelection()
|
||||||
{
|
{
|
||||||
$address = $this->_getAddress();
|
$address = $this->_getAccountId();
|
||||||
if (empty($address)) {
|
if (empty($address)) {
|
||||||
$this->_rspErr(2, 'address is empty');
|
$this->_rspErr(2, 'address is empty');
|
||||||
return;
|
return;
|
||||||
@ -774,7 +774,7 @@ class ShopController extends BaseAuthedController
|
|||||||
|
|
||||||
public function getDailySelectionList()
|
public function getDailySelectionList()
|
||||||
{
|
{
|
||||||
$address = $this->_getAddress();
|
$address = $this->_getAccountId();
|
||||||
if (empty($address)) {
|
if (empty($address)) {
|
||||||
$this->_rspErr(2, 'address is empty');
|
$this->_rspErr(2, 'address is empty');
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user