Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-push
提交
0252135c
H
hello uni-push
项目概览
DCloud
/
hello uni-push
通知
31
Star
0
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-push
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
0252135c
编写于
11月 20, 2023
作者:
taohebin@dcloud.io
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: 替换推送的icon
上级
ab0f8bf5
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
7 addition
and
3 deletion
+7
-3
pages/index/index.uvue
pages/index/index.uvue
+1
-1
static/logo.jpg
static/logo.jpg
+0
-0
static/xxxx.jpeg
static/xxxx.jpeg
+0
-0
uniCloud-alipay/cloudfunctions/uni-push/index.js
uniCloud-alipay/cloudfunctions/uni-push/index.js
+6
-2
未找到文件。
pages/index/index.uvue
浏览文件 @
0252135c
...
...
@@ -39,7 +39,7 @@
// cover:true,
channelId: this.isXM ? "112735" : "msg-pass",
when: Date.now() + 10000,
icon: "/static/
xxxx.jpe
g",
icon: "/static/
logo.jp
g",
// delay:5,
payload: {
pkey: "pvalue1"
...
...
static/logo.jpg
0 → 100644
浏览文件 @
0252135c
5.1 KB
static/xxxx.jpeg
已删除
100644 → 0
浏览文件 @
ab0f8bf5
28.9 KB
uniCloud-alipay/cloudfunctions/uni-push/index.js
浏览文件 @
0252135c
...
...
@@ -5,7 +5,7 @@ exports.main = async (event, context) => {
appId
:
"
__UNI__EE8E36A
"
,
"
getRequestBody
"
:
true
,
}).
sendMessage
({
"
push_clientid
"
:
"
fe755e0a33a45f52706f3d8712c3c433
"
,
"
push_clientid
"
:
"
60bd68ea05901cdf7b07cadb9f39c3a0
"
,
"
title
"
:
"
留言
"
,
"
content
"
:
"
留言审核通过
"
,
"
payload
"
:
{
...
...
@@ -20,7 +20,8 @@ exports.main = async (event, context) => {
// 小米离线推送
"
XM
"
:
"
112735
"
,
// oppo离线推送
"
OP
"
:
"
msg-pass
"
"
OP
"
:
"
msg-pass
"
,
// "VV": "msg-pass"
},
"
options
"
:
{
"
HW
"
:
{
...
...
@@ -38,6 +39,9 @@ exports.main = async (event, context) => {
},
"
XM
"
:
{
"
/extra.channel_id
"
:
"
112735
"
},
"
VV
"
:
{
"
/category
"
:
"
IM
"
,
//二级分类。
}
}
})
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录