| 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('支付完成');
|
|
|
|