Add new interface ListMaskDetectionResults to support to pull mask detection results.

This commit is contained in:
sdk-team
2020-02-20 18:03:02 +08:00
parent b2ee54bbfa
commit 9263bd3fcd
22 changed files with 465 additions and 50 deletions

View File

@@ -35,6 +35,6 @@ long DescribeDevicesRequest::getStoreId()const
void DescribeDevicesRequest::setStoreId(long storeId)
{
storeId_ = storeId;
setCoreParameter("StoreId", std::to_string(storeId));
setBodyParameter("StoreId", std::to_string(storeId));
}