This commit is contained in:
六如
2024-12-22 23:09:46 +08:00
parent 02fb5a9e85
commit 403e8111f4
1239 changed files with 4764 additions and 702 deletions

0
sop-sdk/pom.xml Normal file → Executable file
View File

0
sop-sdk/readme.md Normal file → Executable file
View File

0
sop-sdk/sdk-c++/.gitignore vendored Normal file → Executable file
View File

0
sop-sdk/sdk-c++/CMakeLists.txt Normal file → Executable file
View File

0
sop-sdk/sdk-c++/aa.txt Normal file → Executable file
View File

0
sop-sdk/sdk-c++/bb.txt Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/OpenClient.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/OpenClient.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/RSASign.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/RSASign.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/RequestType.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/httplib.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/sha256.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/sha256.hpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/sign.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/sign.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/stdafx.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/stdafx.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/targetver.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/tool.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/common/tool.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/main.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/privateEx.pem Normal file → Executable file
View File

0
sop-sdk/sdk-c++/readme.md Normal file → Executable file
View File

0
sop-sdk/sdk-c++/request/BaseRequest.cpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/request/BaseRequest.h Normal file → Executable file
View File

0
sop-sdk/sdk-c++/request/MemberInfoGetRequest.hpp Normal file → Executable file
View File

0
sop-sdk/sdk-c++/thirdparty/base64/base64.cpp vendored Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/.gitignore vendored Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp.sln Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Client/OpenClient.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Client/OpenHttp.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Client/OpenRequest.cs Normal file → Executable file
View File

View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/DataNameBuilder.cs Normal file → Executable file
View File

View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/ErrorResponse.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/IgnoreSign.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/OpenConfig.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/RequestForm.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/RequestMethod.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/Result.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/SdkConfig.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/SopSdkConstants.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/SopSdkErrors.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Common/UploadFile.cs Normal file → Executable file
View File

View File

0
sop-sdk/sdk-csharp/SDKCSharp/Model/GetStoryModel.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Program.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Request/BaseRequest.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Request/CommonRequest.cs Normal file → Executable file
View File

View File

View File

0
sop-sdk/sdk-csharp/SDKCSharp/Response/BaseResponse.cs Normal file → Executable file
View File

View File

View File

View File

0
sop-sdk/sdk-csharp/SDKCSharp/SDKCSharp.csproj Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/AESUtil.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/ClassUtil.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/FileUtil.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/JsonUtil.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/MD5Util.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/RSAHelper.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/SignType.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/Utility/SignUtil.cs Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/file1.txt Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/SDKCSharp/file2.txt Normal file → Executable file
View File

0
sop-sdk/sdk-csharp/readme.md Normal file → Executable file
View File

0
sop-sdk/sdk-go/common/HttpTool.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/common/IRequest.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/common/OpenClient.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/common/SignUtil.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/common/StringUtil.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/model/MemberInfoGetModel.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/readme.md Normal file → Executable file
View File

0
sop-sdk/sdk-go/request/MemberInfoGetRequest.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/response/BaseResponse.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/response/MemberInfoGetResponse.go Normal file → Executable file
View File

0
sop-sdk/sdk-go/test/aa.txt Normal file → Executable file
View File

0
sop-sdk/sdk-go/test/bb.txt Normal file → Executable file
View File

0
sop-sdk/sdk-go/test/test.go Normal file → Executable file
View File

0
sop-sdk/sdk-java/.gitignore vendored Normal file → Executable file
View File

2
sop-sdk/sdk-java/pom.xml Normal file → Executable file
View File

@@ -56,6 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
@@ -63,6 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>

0
sop-sdk/sdk-java/readme.md Normal file → Executable file
View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More