-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 2.08 KB
/
config.json
File metadata and controls
34 lines (34 loc) · 2.08 KB
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
29
30
31
32
33
34
[
{
"username": "手机号(必填)",
"password": "服务密码(必填)",
"appId": "appId(必填)",
"email": "接收邮箱(选填,不填请删除此行)",
"lotteryNum": "抽奖次数(选填,不填请删除此行)",
"woEmail": "沃邮箱俱乐部登陆Url(选填,不填请删除此行)",
"dingtalkWebhook": "钉钉通知 https://oapi.dingtalk.com/robot/send?access_token=xxxx(选填,不填请删除此行)",
"larkWebhook": "飞书自定义机器人通知 https://open.feishu.cn/open-apis/bot/v2/hook/xxx(选填,不填请删除此行)",
"Bark": {
"Barkkey": "(选填,不填请删除 Bark 对象)",
"Barksave": "//是否需要保存推送信息到历史记录,1 为保存,其他值为不保存。(选填,不填请删除 Bark 对象)"
},
"telegramBot": {
"tgToken": "Tg通知 token(选填,不填请删除 telegramBot 对象)",
"tgUserId": "Tg通知 群组Id(选填,不填请删除 telegramBot 对象)"
},
"pushplusToken": "push+ token(选填,不填请删除此行)",
"serverchanSCKEY": "serverchan SCKEY(选填,不填请删除此行)",
"enterpriseWechat": {
"id": "企业ID(选填,不填请删除 enterpriseWechat 对象)",
"agentld": "企业微信自建应用AgentId(选填,不填请删除 enterpriseWechat 对象)",
"secret": "企业微信自建应用Secrets(选填,不填请删除 enterpriseWechat 对象)"
},
"IFTTT": {
"apiKey": "IFTTT Webhook key(选填,不填请删除 IFTTT 对象)",
"eventName": "unicom_task(选填,不填请删除 IFTTT 对象)",
"subjectKey": "比如value1(选填,不填请删除 IFTTT 对象)",
"contentKey": "比如value2(选填,不填请删除 IFTTT 对象)"
},
"autoKingCardType": "自动续约王卡福利二选一 1 代表通话分钟 2 代表流量(选填,不填请删除)"
}
]