|
|
@@ -78,7 +78,7 @@ class NoticeClass extends BaseClass
|
|
|
continue;
|
|
|
}
|
|
|
$adminId = $admin['id'] ?? 0;
|
|
|
- pushNotice::push($adminId, $clientId, '新客户加入', $name);
|
|
|
+ //pushNotice::push($adminId, $clientId, '新客户加入', $name);
|
|
|
pushNotice::nPush($adminId, $clientId, '新客户加入', $name);
|
|
|
}
|
|
|
}
|