Skip to content

Commit

Permalink
fix: tencent api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry23011 committed Dec 2, 2023
1 parent bc0bdfa commit d594f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/Feature/Service/Tencent/TencentService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public final class TencentService: QueryService {
"ProjectId": 0
]

let endpoint = "https://cvm.tencentcloudapi.com"
let endpoint = "https://tmt.tencentcloudapi.com"
let headers = tencentSignHeader(parameters: parameters, secretId: secretId, secretKey: secretKey)

let request = AF.request(endpoint,
Expand Down

0 comments on commit d594f85

Please sign in to comment.