Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
1)更新腾讯云API,修复“请求被拒绝,该接口只允许特定账户调用”的问题
Browse files Browse the repository at this point in the history
2)删除内置的腾讯云API
3)更新到v0.3
  • Loading branch information
Ovear committed Mar 20, 2019
1 parent 6e3b026 commit 388048b
Show file tree
Hide file tree
Showing 53 changed files with 31 additions and 4,688 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}
}

version = '0.1'
version = '0.3'

configurations {
provided
Expand Down Expand Up @@ -62,6 +62,9 @@ dependencies {
testCompile 'org.madlonkay.supertmxmerge:supertmxmerge:2.0.1'
integrationTestCompile 'org.testng:testng:6.9.10'
integrationTestCompile 'com.alibaba:fastjson:1.2.17'

// https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-sdk-java
compile group: 'com.tencentcloudapi', name: 'tencentcloud-sdk-java', version: '3.0.56'
}
//test.useTestNG()

Expand Down
251 changes: 0 additions & 251 deletions src/main/java/com/qcloud/Common/Request.java

This file was deleted.

93 changes: 0 additions & 93 deletions src/main/java/com/qcloud/Common/Sign.java

This file was deleted.

12 changes: 0 additions & 12 deletions src/main/java/com/qcloud/Module/APIGateway.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/java/com/qcloud/Module/Account.java

This file was deleted.

Loading

0 comments on commit 388048b

Please sign in to comment.