소스 검색

调整出金入金汇率

jace 6 년 전
부모
커밋
0ad8674b50
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      normandcrm/service/common/helpers/RateHelper.php

+ 2 - 2
normandcrm/service/common/helpers/RateHelper.php

@@ -55,8 +55,8 @@ class RateHelper
             }
            
         }
-		$usdRate['sellRate'] = 7.00;
-        $usdRate['buyRate'] = 6.70;
+		$usdRate['sellRate'] = 7.11;
+        $usdRate['buyRate'] = 6.97;
         
 		/*						
         $usdRate = Yii::$app->getCache()->get(self::RATE_CACHE_KEY);