aliyun / aliyun/aliyun-openapi-cpp-sdk
ecs\src\model\InvokeCommandRequest.cc(197,3): error
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 104
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
此处编译错误
ecs\src\model\InvokeCommandRequest.cc(197,3)
因为 setParameter 参数类型错误
- 产品和接口: ecs
- 平台: windows
- 最小代码:
void InvokeCommandRequest::setParameters(std::map<std::string, std::string> parameters) {
parameters_ = parameters;
ServiceRequest::setParameters(parameters);
}
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 at ecs\src\model\InvokeCommandRequest.cc line 197 and inspect InvokeCommandRequest::setParameters together with ServiceRequest::setParameters. Reproduce the Windows build error using the reported call path, then identify the expected parameter type and verify that the ecs SDK target compiles successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100