|
|
@@ -139,7 +139,7 @@ class xhUserAssetService
|
|
|
case $typeList['xhRecharge']['id']://现金充值
|
|
|
$totalBalance = isset($upAssetData['balance']) ? $upAssetData['balance'] : 0;
|
|
|
$rechargeAmount = $order['amount'];
|
|
|
- $url = Yii::$app->params['mallDomain'] . "/#/pages/home/user?account=" . $merchant['id'] . "&shopId=" . $order['shopId'];
|
|
|
+ $url = Yii::$app->params['mallDomain'] . "/#/pages/home/user?account=" . $merchant['id'];
|
|
|
$remark = '您当前帐户余额:' . $totalBalance . '元';
|
|
|
$shortTempId = 'TM00006';//充值成功通知用户
|
|
|
$tempId = isset($allTM[$shortTempId]) ? $allTM[$shortTempId] : 0;
|