钱包充值

This commit is contained in:
gongfuxiang
2019-05-08 00:49:19 +08:00
parent 51a89bad88
commit 3820fbd35e

View File

@ -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);