mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-11 20:32:49 +00:00
uniapp推送设置为空
This commit is contained in:
parent
9571e0b169
commit
1f73837b7d
@ -2117,7 +2117,7 @@ public class SysBaseApiImpl implements ISysBaseAPI {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void uniPushMsgToUser(PushMessageDTO pushMessageDTO) {
|
public void uniPushMsgToUser(PushMessageDTO pushMessageDTO) {
|
||||||
if(oConvertUtils.isEmpty(jeecgPushUrl)){
|
if(oConvertUtils.isEmpty(jeecgPushUrl) || "??".equals(jeecgPushUrl)) {
|
||||||
log.warn("yml配置项: jeecg.unicloud.pushUrl 未设置,APP消息UniPush推送功能未启用!");
|
log.warn("yml配置项: jeecg.unicloud.pushUrl 未设置,APP消息UniPush推送功能未启用!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -204,7 +204,7 @@ jeecg:
|
|||||||
table: embeddings
|
table: embeddings
|
||||||
# Unipush配置 云函数调用 URL 化地址
|
# Unipush配置 云函数调用 URL 化地址
|
||||||
unicloud:
|
unicloud:
|
||||||
pushUrl: ??
|
pushUrl:
|
||||||
# 平台上线安全配置
|
# 平台上线安全配置
|
||||||
firewall:
|
firewall:
|
||||||
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
# 数据源安全 (开启后,Online报表和图表的数据源为必填)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user