wanggangzero 5 달 전
부모
커밋
fe0b0f107f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gameserver/App/service_call/pay/Mo/payRequest.php

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

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