Generate SDK by new Generator

This commit is contained in:
wb-hx510875
2019-09-18 11:18:56 +08:00
parent be86048a76
commit f3eaf1d292
9054 changed files with 325898 additions and 381375 deletions

View File

@@ -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));
}