Mike преди 7 години
родител
ревизия
54e958b873
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      server/app/Http/Controllers/Api/V1/PayController.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/PayController.php

xqd
@@ -170,7 +170,7 @@ class PayController extends Controller
                     $_ops = AccountLog::getAllop();
                     $this->logAccount($_types[AccountLog::TYPE_CASH], $u->id, $u->name,$order->amount,
                         $_ops[AccountLog::OP_CHARGE],
-                        $_types[AccountLog::TYPE_COIN], $u->id,$u->name,$order->price,$out_trade_no,'http://miao.beiyuesi.com/base/img/wechat.png');
+                        $_types[AccountLog::TYPE_COIN], $u->id,$u->name,$order->amount,$out_trade_no,'http://miao.beiyuesi.com/base/img/wechat.png');
 
                     \Log::info('支付完成');