Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecs\src\model\RunCommandRequest.cc(236,3): error C2664 #146

Open
rioleehit opened this issue Mar 1, 2023 · 1 comment
Open

ecs\src\model\RunCommandRequest.cc(236,3): error C2664 #146

rioleehit opened this issue Mar 1, 2023 · 1 comment

Comments

@rioleehit
Copy link

此处编译错误
ecs\src\model\RunCommandRequest.cc(236,3)
因为 setParameter 参数类型错误

  • 产品和接口:ecs
  • 平台:windows
  • 最小代码:
    void RunCommandRequest::setParameters(std::map<std::string, std::string> parameters) {
    parameters_ = parameters;
    ServiceRequest::setParameters(parameters);
    }
@wowuyv
Copy link

wowuyv commented Mar 7, 2023

我编译也报错,这里貌似应该 ServiceRequest::setJsonParameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants