钱包充值
parent
51a89bad88
commit
3820fbd35e
|
|
@ -393,7 +393,7 @@ class PayService
|
|||
'latest_money' => $data[$v['field']],
|
||||
'msg' => '账户充值'.$v['msg'],
|
||||
];
|
||||
if(!self::WalletLogInsert($log_data))
|
||||
if(!WalletService::WalletLogInsert($log_data))
|
||||
{
|
||||
Db::rollback();
|
||||
return DataReturn('日志添加失败', -101);
|
||||
|
|
|
|||
Loading…
Reference in New Issue