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