| xqd
@@ -167,8 +167,9 @@ class PayController extends Controller
|
|
|
|
|
|
//记日志
|
|
|
$_types = AccountLog::getAllType();
|
|
|
+ $_ops = AccountLog::getAllop();
|
|
|
$this->logAccount($_types[AccountLog::TYPE_CASH], $u->id, $u->name,$order->amount,
|
|
|
- AccountLog::OP_CHARGE,
|
|
|
+ $_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');
|
|
|
|
|
|
\Log::info('支付完成');
|