mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Transfer.php
This commit is contained in:
parent
233450c1da
commit
10f0bec8f0
@ -93,7 +93,7 @@ class Transfer extends Auth
|
||||
// 写入用户提现数据
|
||||
if ($this->app->db->name($this->table)->insert($data) !== false) {
|
||||
UserRebateService::instance()->amount($this->uuid);
|
||||
$this->error('提现申请成功');
|
||||
$this->success('提现申请成功');
|
||||
} else {
|
||||
$this->error('提现申请失败');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user