forked from iMeiDo/asm_reborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
28 lines (28 loc) · 1.48 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{
"username": "手机号(必填)",
"password": "服务密码(必填)",
"appId": "appId(必填)",
"email": "邮箱(选填,不填请删除此行)",
"lotteryNum": "抽奖次数(选填,不填请删除此行)注意 下方taskNum请勿删除!请勿修改!",
"taskNum":"0",
"dingtalkWebhook": "钉钉通知 https://oapi.dingtalk.com/robot/send?access_token=xxxx(选填,不填请删除此行)",
"Barkkey": "Bark通知 key(选填,不填请删除此行) ",
"telegramBot": {
"tgToken": "Tg通知 token(选填,不填请删除 telegramBot 对象)",
"tgUserId": "Tg通知 群组Id(选填,不填请删除 telegramBot 对象)"
},
"pushplusToken": "push+ token(选填,不填请删除此行)",
"enterpriseWechat": {
"id": "企业ID(选填,不填请删除 enterpriseWechat 对象)",
"agentld": "企业微信自建应用AgentId(选填,不填请删除 enterpriseWechat 对象)",
"secret": "企业微信自建应用Secrets(选填不填请删除 enterpriseWechat 对象)"
},
"IFTTT": {
"apiKey": "IFTTT Webhook key",
"eventName": "unicom_task",
"subjectKey": "比如value1",
"contentKey": "比如value2"
}
}
]