|
@@ -129,6 +129,7 @@ class MemberService extends BaseService
|
|
|
else if ($type == 'recharge') {
|
|
else if ($type == 'recharge') {
|
|
|
$wallet = WalletService::make()->getWallet(1);
|
|
$wallet = WalletService::make()->getWallet(1);
|
|
|
$info['recharge_trc_url'] = isset($wallet['address'])? $wallet['address'] : '';
|
|
$info['recharge_trc_url'] = isset($wallet['address'])? $wallet['address'] : '';
|
|
|
|
|
+ $info['xd_price'] = ConfigService::make()->getConfigByCode('xd_price',100);
|
|
|
if($info['recharge_trc_url']){
|
|
if($info['recharge_trc_url']){
|
|
|
$qrcode = $this->makeQrcode($info['recharge_trc_url']);
|
|
$qrcode = $this->makeQrcode($info['recharge_trc_url']);
|
|
|
$info['trc_qrcode'] = $qrcode ? get_image_url($qrcode) : '';
|
|
$info['trc_qrcode'] = $qrcode ? get_image_url($qrcode) : '';
|