wanggangzero vor 5 Monaten
Ursprung
Commit
f0fc2e3071
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Gameserver/App/service_call/pay/Mo/payRequest.php

+ 1 - 1
Gameserver/App/service_call/pay/Mo/payRequest.php

@@ -238,7 +238,7 @@ class PayRequest extends loyalsoft\Object_ext {
 //            } else  //
             if ($this->amount != loyalsoft\GameConfig::shop_getItem($this->product_id)->price) {
 //                var_dump($this->product_id);
-//                var_dump(loyalsoft\GameConfig::shop_getItem($this->product_id)->price);
+                \loyalsoft\CLog::pay(loyalsoft\GameConfig::shop_getItem($this->product_id)->price);
                 \loyalsoft\CLog::pay('金额不符' . $this->amount . " ");
                 exit('{"err":1,"msg":"金额不符!"}');
             }