企业微信应用消息通知 增加一个选择推送消息类型
增加一个选择推送消息类型,用图文消息直接填充素材库图片id的值,用卡片消息就填写0(就是数字零)
This commit is contained in:
@@ -449,6 +449,7 @@ function qywxamNotify(text, desp) {
|
|||||||
title: `${text}`,
|
title: `${text}`,
|
||||||
description: `${desp}`,
|
description: `${desp}`,
|
||||||
url: '127.0.0.1',
|
url: '127.0.0.1',
|
||||||
|
btntxt: '更多'
|
||||||
},
|
},
|
||||||
safe:'0',
|
safe:'0',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user