stanley-king 1 ماه پیش
والد
کامیت
91d3b67236
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rdispatcher/proxy.php

+ 1 - 1
rdispatcher/proxy.php

@@ -76,7 +76,7 @@ class proxy
         $ret = refill\transfer::instance()->need_transfer($mchid,$card_type,$lowest_ratio);
         if($ret) {
             $cur_ratio = refill\RefillFactory::instance()->merchant_ratio($mchid);
-            Log::record("mchid=$mchid cur_ratio=$cur_ratio lowest_ratio=$lowest_ratio",Log::DEBUG);
+            Log::record("need_transfer mchid=$mchid cur_ratio=$cur_ratio lowest_ratio=$lowest_ratio",Log::DEBUG);
 
             return $lowest_ratio > $cur_ratio;
         }