...
This commit is contained in:
parent
91f1627cf3
commit
f5da920e2b
@ -20,11 +20,11 @@ class FirstTopupController extends BaseAuthedController
|
||||
{
|
||||
$complete = false;
|
||||
|
||||
$address = myself()->_getAddress();
|
||||
if (!$address) {
|
||||
$this->_rspErr(1, 'you have not a web3 address');
|
||||
return;
|
||||
}
|
||||
// $address = myself()->_getAddress();
|
||||
// if (!$address) {
|
||||
// $this->_rspErr(1, 'you have not a web3 address');
|
||||
// return;
|
||||
// }
|
||||
|
||||
$conn = myself()->_getMysql('');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user