Add source picture url for Monitor.

This commit is contained in:
sdk-team
2020-08-03 23:41:58 +08:00
parent 2960652dcb
commit d412a52735
4 changed files with 18 additions and 1 deletions

View File

@@ -49,6 +49,17 @@ void InvokeMotorModelRequest::setCorpId(const std::string& corpId)
setBodyParameter("CorpId", corpId);
}
std::string InvokeMotorModelRequest::getPicUrl()const
{
return picUrl_;
}
void InvokeMotorModelRequest::setPicUrl(const std::string& picUrl)
{
picUrl_ = picUrl;
setBodyParameter("PicUrl", picUrl);
}
std::string InvokeMotorModelRequest::getPicId()const
{
return picId_;