aliyun / aliyun/aliyun-openapi-cpp-sdk

ecs\src\model\InvokeCommandRequest.cc(197,3): error

Open
#145 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.