Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Reorder parameters in ApiConfigModel instantiation"
In the KeyForm component, the order of input parameters during the ApiConfigModel instantiation has been corrected. Previously, 'appId', 'appKey', and 'appSecret' were being passed in this order, leading to incorrect configuration. This commit changes the order to 'appId', 'appSecret', and 'appKey', ensuring alignment with the expected parameter order in the ApiConfigModel.
- Loading branch information