Add Voice Synchronous Scan API.

This commit is contained in:
sdk-team
2020-08-03 14:28:04 +08:00
parent d486d13814
commit 60539f067e
84 changed files with 2037 additions and 128 deletions

View File

@@ -20,7 +20,10 @@ using AlibabaCloud::Green::Model::FileAsyncScanRequest;
FileAsyncScanRequest::FileAsyncScanRequest() :
RoaServiceRequest("green", "2018-05-09")
{}
{
setResourcePath("/green/file/asyncscan");
setMethod(HttpRequest::Method::Post);
}
FileAsyncScanRequest::~FileAsyncScanRequest()
{}
@@ -33,6 +36,6 @@ std::string FileAsyncScanRequest::getClientInfo()const
void FileAsyncScanRequest::setClientInfo(const std::string& clientInfo)
{
clientInfo_ = clientInfo;
setCoreParameter("ClientInfo", clientInfo);
setParameter("ClientInfo", clientInfo);
}