4 Commits

Author SHA1 Message Date
lizheming 31457c2db5 1.1.3 2019-01-30 17:10:44 +08:00
lizheming 8f3fadac27 fix #3 2019-01-30 17:10:40 +08:00
lizheming 4f828a37a2 1.1.2 2019-01-23 11:55:49 +08:00
lizheming 960b54b0da fix test with totag 2019-01-23 11:45:48 +08:00
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -18,7 +18,6 @@ configParser({
},
to_user: {
usage: 'The user ids to send the message to',
def: '@all',
env: 'PLUGIN_TO_USER,WECHAT_TO_USER'
},
to_tag: {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "drone-wechat",
"version": "1.1.1",
"version": "1.1.3",
"description": "drone wechat notification plugin",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -79,7 +79,7 @@ test('send wechat with corp id', async t => {
body: {
touser: '@all',
toparty: 'party',
tag: 'tag',
totag: 'tag',
msgtype: 'textcard',
agentid: 1122,
safe: 0,