...
This commit is contained in:
parent
c4353583e5
commit
5e3f9fc988
@ -682,11 +682,6 @@ class ShopController extends BaseAuthedController
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($row['address'] != $account) {
|
|
||||||
$this->_rspErr(2, 'address is invalid');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($row['grid_' . $grid] == 0) {
|
if ($row['grid_' . $grid] == 0) {
|
||||||
$this->_rspErr(2, 'grid is invalid');
|
$this->_rspErr(2, 'grid is invalid');
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user