Conversation
Updates the Alamofire dependency to the latest version, 5.10.2. This also adjusts the package requirement in the Xcode project from a fixed `exactVersion` to `upToNextMajorVersion` to allow for easier minor and patch version updates in the future.
Replaces the explicit dictionary type `[String: Any]` with Alamofire's `Parameters` typealias in the Tencent and Volcano translation services. This is a minor code quality improvement that enhances readability and maintains consistency with the Alamofire networking library's conventions.
Corrects an inconsistency by replacing `[String: Any]` with the `Parameters` typealias for improved code consistency. This commit updates the function signatures within the `TencentSigning` and `VolcanoSigning` logic to match the changes made in the service layer, ensuring the `Parameters` type is used throughout the request and signing process.
…ao services - Change type declaration from [String: Any] to Parameters in CaiyunService.swift - Update generalParameters type from [String: Any] to Parameters in YoudaoService+Translate.swift - Ensures consistency with Alamofire's parameters parameter type
Owner
Author
|
Referring to the reply in Alamofire/Alamofire#3983 , I fixed the fundamental issue that upgrading Alamofire would cause the Tencent translation to fail. Everyone please note that when we use Alamofire later, parameters should use the |
1 task
phlpsong
approved these changes
Oct 19, 2025
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.
Try to fix #975