regenerate code

This commit is contained in:
wb-hx510875
2020-03-26 17:27:13 +08:00
committed by Axios
parent cba94f2119
commit f0c2600a26
6249 changed files with 188711 additions and 43443 deletions

View File

@@ -30,6 +30,7 @@ namespace AlibabaCloud
{
class ALIBABACLOUD_PUSH_EXPORT MassPushRequest : public RpcServiceRequest
{
public:
struct PushTask
{
int androidNotificationBarType;

View File

@@ -43,7 +43,7 @@ namespace AlibabaCloud
std::string title;
std::string body;
std::string source;
long messageId;
std::string messageId;
};