|
|
@@ -42,7 +42,6 @@ class UrsTransferFeeLogic
|
|
|
__CLASS__, __FUNCTION__, $userId, $transferType
|
|
|
], function ($userId, $transferType) {
|
|
|
|
|
|
-
|
|
|
// 获取用户的房屋等级
|
|
|
$houseLevel = $this->getUserHouseLevel($userId);
|
|
|
|
|
|
@@ -51,9 +50,6 @@ class UrsTransferFeeLogic
|
|
|
// 获取最优手续费率
|
|
|
$feeRate = $this->calculateBestFeeRate($houseLevel, $talentLevel, $transferType);
|
|
|
|
|
|
- // 缓存结果
|
|
|
-
|
|
|
-
|
|
|
|
|
|
Log::info('URS转账手续费率计算完成', [
|
|
|
'user_id' => $userId,
|