|
|
@@ -129,6 +129,7 @@ class MemberService extends BaseService
|
|
|
|
|
|
// 生成trc2.0钱包地址
|
|
|
$trcAddress = UsdtWalletService::make()->getTrxAddress();
|
|
|
+ var_dump($trcAddress);
|
|
|
if ($trcAddress) {
|
|
|
$data['trc_wif'] = isset($trcAddress['wif']) ? $trcAddress['wif'] : '';
|
|
|
$data['trc_hexaddress'] = isset($trcAddress['hexAddress']) ? $trcAddress['hexAddress'] : '';
|
|
|
@@ -149,7 +150,7 @@ class MemberService extends BaseService
|
|
|
$this->error = 2202;
|
|
|
return false;
|
|
|
}
|
|
|
-
|
|
|
+return false;
|
|
|
if ($id = $this->model->edit($data)) {
|
|
|
MemberSettingService::make()->getInfo($id);
|
|
|
return true;
|