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

@@ -36,17 +36,6 @@ void BindPhoneRequest::setPhoneNumber(const std::string& phoneNumber)
setCoreParameter("PhoneNumber", phoneNumber);
}
long BindPhoneRequest::getAppKey()const
{
return appKey_;
}
void BindPhoneRequest::setAppKey(long appKey)
{
appKey_ = appKey;
setCoreParameter("AppKey", std::to_string(appKey));
}
std::string BindPhoneRequest::getDeviceId()const
{
return deviceId_;
@@ -69,3 +58,14 @@ void BindPhoneRequest::setAccessKeyId(const std::string& accessKeyId)
setCoreParameter("AccessKeyId", accessKeyId);
}
long BindPhoneRequest::getAppKey()const
{
return appKey_;
}
void BindPhoneRequest::setAppKey(long appKey)
{
appKey_ = appKey;
setCoreParameter("AppKey", std::to_string(appKey));
}