uniapp推送设置为空

This commit is contained in:
JEECG 2025-11-26 11:25:30 +08:00
parent 9571e0b169
commit 1f73837b7d
2 changed files with 2 additions and 2 deletions

View File

@ -2117,7 +2117,7 @@ public class SysBaseApiImpl implements ISysBaseAPI {
*/
@Override
public void uniPushMsgToUser(PushMessageDTO pushMessageDTO) {
if(oConvertUtils.isEmpty(jeecgPushUrl)){
if(oConvertUtils.isEmpty(jeecgPushUrl) || "??".equals(jeecgPushUrl)) {
log.warn("yml配置项: jeecg.unicloud.pushUrl 未设置APP消息UniPush推送功能未启用");
return;
}

View File

@ -204,7 +204,7 @@ jeecg:
table: embeddings
# Unipush配置 云函数调用 URL 化地址
unicloud:
pushUrl: ??
pushUrl:
# 平台上线安全配置
firewall:
# 数据源安全 (开启后Online报表和图表的数据源为必填)