Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
fix: update submit info
Browse files Browse the repository at this point in the history
  • Loading branch information
aowubulao committed Mar 4, 2021
1 parent 1188484 commit 22bac6e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,10 @@

## 使用

脚本支持两种方式的打卡:

- **腾讯云函数** (建议使用)

- **Github Action**(不太建议使用)

请选择适合自己的方式

#### 腾讯云函数
- **腾讯云函数**

使用手册:https://blog.neoniou.com/posts/auto-serverless-readme/

#### Github Action

本方法的定时任务可能会有一定的延迟,不过不影响打卡

[使用教程](./docs/how-to-usegithub-action.md)

## 其他

- 更新记录:[链接](./docs/update-log.md)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.neoniou</groupId>
<artifactId>auto-cpdaily-serverless</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>

<parent>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/daily/AutoDailyCp.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package daily;

import daily.pojo.UserConfig;
import daily.pojo.KeyValueClass;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/daily/constant/CpDaily.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ public interface CpDaily {
String SUBMIT_INFO = "{\"signInstanceWid\":\"siWid\",\"longitude\":r1,\"latitude\":r2,\"isMalposition\":0" +
",\"abnormalReason\":\"\",\"signPhotoUrl\":\"" +
"https://wecres.cpdaily.com/counselor/1019318364515869/attachment/03b0532446d14be99f057ba744c7af95.png\",\"" +
"position\":\"local\",\"qrUuid\":\"\"}";
"position\":\"local\",\"uaIsCpadaily\":true}";
}
1 change: 0 additions & 1 deletion src/main/java/daily/request/LoginRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import cn.hutool.http.HttpRequest;
import cn.hutool.http.HttpResponse;
import daily.AutoDailyCp;
import daily.constant.CpDailyApi;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
Expand Down

0 comments on commit 22bac6e

Please sign in to comment.