forked from o0oo0ooo0/EUserv_extend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,31 +12,31 @@ | |
|
||
USERNAME: 你的EUserv账户邮箱或Customer ID | ||
|
||
示例: | ||
``` | ||
USERNAME = '[email protected]' | ||
USERNAME = '[email protected] [email protected]' # 多个账号写法 | ||
``` | ||
PASSWORD: 账户的密码 | ||
|
||
示例: | ||
``` | ||
PASSWORD = 'password' | ||
PASSWORD = 'password1 password2' # 多个账号写法 | ||
``` | ||
SCKEY: Server酱 的key,无需推送可不填 | ||
Server酱 | ||
|
||
示例: | ||
``` | ||
SCKEY = 'SCU64664Tfb2052dc10382535c3dd19e48ba000fc5dacd6a5dc3f6' | ||
``` | ||
``` | ||
酷推 | ||
|
||
``` | ||
CoolPush_Skey = '' | ||
# 通知类型 CoolPush_MODE的可选项有(默认send):send[QQ私聊]、group[QQ群聊]、wx[个微]、ww[企微] | ||
CoolPush_MODE = 'send' | ||
``` | ||
PushPlus | ||
|
||
# PushPlus | ||
``` | ||
PushPlus_Token = '' | ||
``` | ||
|
||
|