Skip to content

Commit

Permalink
feat(doc): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EingShaw committed Apr 22, 2021
1 parent 1607850 commit 9b4c87b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

```
"dependencies":{
"com.tds.sdk.ultra":"https://github.com/xindong/TDSSDK_UPM.git#{tag}",
"com.tds.sdk":"https://github.com/xindong/TAPSDK_UPM.git#{tag}",
"com.tds.sdk.ultra":"https://github.com/xindong/TDSSDK_UPM.git#1.0.2",
"com.tds.sdk":"https://github.com/xindong/TAPSDK_UPM.git#1.0.4",
}
```

Expand Down Expand Up @@ -498,4 +498,17 @@ function buildSignature($signatureBaseString, $signatureSecret) {
return base64_encode ( hash_hmac ( 'sha1', $signatureBaseString, $signatureSecret, true ) );
}
```
```


## 注意事项

### TapSDK 和 TDS 版本对应

| TapSDK版本 | TDS版本 |
| ---- | ---- |
| 1.0.3 | 1.0.0 |
| 1.0.4 | 1.0.1 |
| 1.0.4 | 1.0.2 |
| 1.1.0 | 1.1.0 |
| 1.1.2 | 1.1.2 |

0 comments on commit 9b4c87b

Please sign in to comment.