|
|
@@ -48,7 +48,7 @@ class NoticeClass extends BaseClass
|
|
|
continue;
|
|
|
}
|
|
|
$adminId = $admin['id'] ?? 0;
|
|
|
- pushNotice::push($adminId, $clientId, '提现到账通知', '提现' . $amount . '元,已经到账,请查收');
|
|
|
+ pushNotice::push($adminId, $clientId, '提现到账通知', $amount.'元已到账,请查收');
|
|
|
}
|
|
|
}
|
|
|
|