Add new interface ListMaskDetectionResults to support to pull mask detection results.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user