|
@@ -75,7 +75,7 @@ namespace MySystem
|
|
IOSRemindBody = Body,
|
|
IOSRemindBody = Body,
|
|
IOSMutableContent = true,
|
|
IOSMutableContent = true,
|
|
IOSMusic = "pushSound.mp3",
|
|
IOSMusic = "pushSound.mp3",
|
|
- IOSApnsEnv = Library.ConfigurationManager.EnvironmentFlag == 2 ? "DEV" : "PRODUCTION",
|
|
|
|
|
|
+ IOSApnsEnv = Library.ConfigurationManager.EnvironmentFlag == 1 ? "DEV" : "PRODUCTION",
|
|
IOSExtParameters = "{\"Url\":\"welcome-test\"}",
|
|
IOSExtParameters = "{\"Url\":\"welcome-test\"}",
|
|
};
|
|
};
|
|
AlibabaCloud.SDK.Push20160801.Models.PushResponse response = client.Push(request);
|
|
AlibabaCloud.SDK.Push20160801.Models.PushResponse response = client.Push(request);
|