This commit is contained in:
songliang 2023-06-25 13:20:55 +08:00
parent 91f1627cf3
commit f5da920e2b

View File

@ -20,11 +20,11 @@ class FirstTopupController extends BaseAuthedController
{ {
$complete = false; $complete = false;
$address = myself()->_getAddress(); // $address = myself()->_getAddress();
if (!$address) { // if (!$address) {
$this->_rspErr(1, 'you have not a web3 address'); // $this->_rspErr(1, 'you have not a web3 address');
return; // return;
} // }
$conn = myself()->_getMysql(''); $conn = myself()->_getMysql('');