aliyun-openapi-cpp-sdk icon indicating copy to clipboard operation
aliyun-openapi-cpp-sdk copied to clipboard

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

Open rioleehit opened this issue 2 years ago • 1 comments

此处编译错误 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); }

rioleehit avatar Mar 01 '23 03:03 rioleehit

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

wowuyv avatar Mar 07 '23 02:03 wowuyv