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