RTC SDK Auto Released By renrang.yl,Version:1.30.2
Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
This commit is contained in:
@@ -36,15 +36,15 @@ void ModifyAppRequest::setApp_ip(const std::string& app_ip)
|
||||
setParameter("App_ip", app_ip);
|
||||
}
|
||||
|
||||
std::string ModifyAppRequest::getProduct()const
|
||||
std::string ModifyAppRequest::getPopProduct()const
|
||||
{
|
||||
return product_;
|
||||
return popProduct_;
|
||||
}
|
||||
|
||||
void ModifyAppRequest::setProduct(const std::string& product)
|
||||
void ModifyAppRequest::setPopProduct(const std::string& popProduct)
|
||||
{
|
||||
product_ = product;
|
||||
setParameter("Product", product);
|
||||
popProduct_ = popProduct;
|
||||
setParameter("PopProduct", popProduct);
|
||||
}
|
||||
|
||||
long ModifyAppRequest::getCallerParentId()const
|
||||
|
||||
Reference in New Issue
Block a user