钱包充值

feat/task1-c-wallet
gongfuxiang 2019-05-08 00:49:19 +08:00
parent 51a89bad88
commit 3820fbd35e
1 changed files with 1 additions and 1 deletions

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