Skip to content

Commit

Permalink
Update example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdospa authored Dec 22, 2024
1 parent 48339e0 commit 016eb7c
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions user/example.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
{
"config": {
"user": {
"phone": "工学云手机号",
"password": "工学云密码"
"phone": "15171520146",
"password": "A2779683802zc"
},
"clockIn": {
"mode": "daily",
"location": {
"address": "四川省 · 成都市 · 高新区 · 在科创十一街附近",
"latitude": "30.559922",
"longitude": "104.093023",
"province": "四川省",
"city": "成都市",
"area": "高新区"
"address": "湖北省 · 天门市 · 湖北妙妙食品有限公司附近",
"latitude": "30.595686",
"longitude": "113.188112",
"province": "湖北省",
"city": "天门市",
"area": ""
},
"imageCount": 0,
"description": [
"今天天气不错",
"今天天气很好",
"今天天气不太好"

],
"specialClockIn": false,
"customDays": [
1,
2,
3,
5
4,
5,
6,
7
]
},
"reportSettings": {
Expand All @@ -33,7 +35,7 @@
"imageCount": 0
},
"weekly": {
"enabled": true,
"enabled": false,
"imageCount": 0,
"submitTime": 4
},
Expand All @@ -52,28 +54,28 @@
{
"type": "Server",
"enabled": true,
"sendKey": "your_key"
"sendKey": "SCT265702TxrpDxyjHSLEL664FSlhtfUZo"
},
{
"type": "PushPlus",
"enabled": true,
"enabled": false,
"token": "your_token"
},
{
"type": "AnPush",
"enabled": true,
"enabled": false,
"token": "your_token",
"channel": "通道ID,多个用英文逗号隔开",
"to": "根据官方文档获取"
},
{
"type": "WxPusher",
"enabled": true,
"enabled": false,
"spt": "your_spt"
},
{
"type": "SMTP",
"enabled": true,
"enabled": false,
"host": "smtp服务地址",
"port": 465,
"username": "发件人邮箱",
Expand Down

0 comments on commit 016eb7c

Please sign in to comment.