Generate SDK by new Generator
This commit is contained in:
@@ -25,17 +25,6 @@ ShopOverviewRequest::ShopOverviewRequest() :
|
||||
ShopOverviewRequest::~ShopOverviewRequest()
|
||||
{}
|
||||
|
||||
long ShopOverviewRequest::getGsid()const
|
||||
{
|
||||
return gsid_;
|
||||
}
|
||||
|
||||
void ShopOverviewRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
std::string ShopOverviewRequest::getAccessKeyId()const
|
||||
{
|
||||
return accessKeyId_;
|
||||
@@ -47,3 +36,14 @@ void ShopOverviewRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long ShopOverviewRequest::getGsid()const
|
||||
{
|
||||
return gsid_;
|
||||
}
|
||||
|
||||
void ShopOverviewRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user