Skip to content

Commit 8bc2a93

Browse files
yydzxzyydzxz
yydzxz
authored andcommitted
update readme
1 parent 6ada17d commit 8bc2a93

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
![forks](https://img.shields.io/github/forks/yydzxz/ByteDanceOpen)
66
# ByteDanceOpen
77

8-
- 字节跳动 Java SDK
8+
- 字节跳动第三方平台 Java SDK
99
- 支持字节跳动(抖音,头条..)开放平台小程序代开发功能的后端开发。
1010
部分代码参考了[WxJava](https://github.com/Wechat-Group/WxJava)的实现,使用方式也大同小异。
1111
- 支持`JoddHttp`, `OkHttpClient`, `RestTemplate`
1212
- 支持`Gson`, `Jackson`, `FastJson`(不推荐使用FastJson,[原因](https://segmentfault.com/a/1190000015634321))
13-
- 同时支持字节的v1,v2接口
13+
- 同时支持字节的v1,v2接口,
14+
- 接口报错自动重试机制,提高用户体验
1415
## 使用方式
1516

1617
#### Maven 引用

Diff for: maven.yml

-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +0,0 @@
1-
# This workflow will build a Java project with Maven
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3-
4-
name: Java CI with Maven
5-
6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master ]
11-
12-
jobs:
13-
build:
14-
15-
runs-on: ubuntu-latest
16-
17-
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
21-
with:
22-
java-version: 1.8
23-
- name: Build with Maven
24-
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)