aliyun / aliyun/aliyun-openapi-cpp-sdk
函数定义不存在
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 104
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
aliyun-openapi-cpp-sdk\ecs\src\model\InvokeCommandRequest.cc (匹配1次)
行 130: void InvokeCommandRequest::setParameters(std::map<std::string, std::string> parameters) {
aliyun-openapi-cpp-sdk\ecs\src\model\RunCommandRequest.cc (匹配1次)
行 193: void RunCommandRequest::setParameters(std::map<std::string, std::string> parameters) {
这两个cpp中setParameter 不接受std::map类型作为参数
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with aliyun-openapi-cpp-sdk\ecs\src\model\InvokeCommandRequest.cc at line 130 and RunCommandRequest.cc at line 193. Compare the setParameters definitions with their corresponding declarations and reproduce the reported parameter-type mismatch in a build or test. Done means both request models compile with consistent std::map parameter handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100