wanggangzero 5 月之前
父節點
當前提交
13e0d12538
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Gameserver/App/service_call/pay/Mo/payRequest.php

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

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