Add CTYun DDoS Cloud service#279
Open
632661265flynn-dotcom wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #277
Tests
Live verification evidence (redacted)
Secrets and signatures are masked. Request path, method, headers, status code, and response structure are kept visible.
联调证据:CTYun DDoS Cloud DomainQuery 跑通
Request
GET https://ddoscloud-global.ctapi.ctyun.cn/ctapi/v2/domain/query
Content-Type: application/json
ctyun-eop-request-id: 63e8898a-1f9b-4e77-95f6-2ca80885c2bd
Eop-date: 20260626T030804Z
Eop-Authorization: a7434d3e Headers=ctyun-eop-request-id;eop-date Signature=**
Response HTTP/1.1 200
{
"returnObj": {
"result": [],
"total": 0,
"total_count": 0,
"page": 1,
"page_count": 0,
"page_size": 50
},
"message": "正确返回",
"statusCode": 100000
}
联调证据:CTYun DDoS Cloud CertList 跑通
Request
GET https://ddoscloud-global.ctapi.ctyun.cn/ctapi/v1/cert/list
Content-Type: application/json
ctyun-eop-request-id: 7cccea23-f5fb-47ca-bd87-e34caff8df9b
Eop-date: 20260626T030804Z
Eop-Authorization: a7434d3e Headers=ctyun-eop-request-id;eop-date Signature=**
Response HTTP/1.1 200
{
"returnObj": {
"result": [],
"per_page": 1000,
"total_records": 0,
"total_page": 0,
"page": 1
},
"message": "正确返回",
"statusCode": 100000
}