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;
$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('');