|
|
@@ -34,7 +34,8 @@ class NoticeClass extends BaseClass
|
|
|
$adminId = $admin['id'] ?? 0;
|
|
|
//APP通知
|
|
|
//pushNotice::push($adminId, $clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
|
|
|
- pushNotice::gtPush($clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
|
|
|
+ //pushNotice::gtPush($clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
|
|
|
+ pushNotice::gtPush($clientId, '提现到账通知', '提现200元已经到账');
|
|
|
}
|
|
|
}
|
|
|
|