mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
钱包充值
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user