From 9b4c87bbfd55709b7fc576757726cc96bd1852b7 Mon Sep 17 00:00:00 2001 From: xiaoyi Date: Thu, 22 Apr 2021 19:15:10 +0800 Subject: [PATCH] feat(doc): update doc --- Documentation/README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 99e0cab..ad6d5c3 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -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", } ``` @@ -498,4 +498,17 @@ function buildSignature($signatureBaseString, $signatureSecret) { return base64_encode ( hash_hmac ( 'sha1', $signatureBaseString, $signatureSecret, true ) ); } -``` \ No newline at end of file +``` + + +## 注意事项 + +### 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 |