feat: update 3.0 native binary

xiaoyi 2021-07-16 12:00:43 +08:00
parent 26ca80ca02
commit 7b1d5d854f
3 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,16 @@
### Optimization
- 更新 iOS 拦截 openUrl 方式
### New Feature
- 新增 TapTap OAuth 相关接口
```
// 登陆
TapLogin.Login();
// 登出
TapLogin.Logout();
```
- 新增篝火测试资格
```
var boolean = await TapLogin.GetTestQualification();
```
### Dependencies
- TapTap.Common v2.1.7
- TapTap.Common v3.0.0