|
@@ -423,12 +423,12 @@ namespace PDF_Master.Helper
|
|
|
{
|
|
|
Settings.Default.UserDate.subscribeid = (string)info["id"];
|
|
|
Settings.Default.UserDate.subscribeuserid = (string)info["userId"];
|
|
|
- Settings.Default.UserDate.subscribeplatform = 1;
|
|
|
- Settings.Default.UserDate.subscribestatus = 1;
|
|
|
+ Settings.Default.UserDate.subscribeplatform = (int)info["platform"];
|
|
|
+ Settings.Default.UserDate.subscribestatus = (int)info["status"];
|
|
|
if (Settings.Default.UserDate.subscribestatus > 0)
|
|
|
{
|
|
|
Settings.Default.UserDate.subscribeendDate = (string)info["endDate"];
|
|
|
- Settings.Default.UserDate.subscribepayType = 1;
|
|
|
+ Settings.Default.UserDate.subscribepayType = (int)info["payType"];
|
|
|
}
|
|
|
|
|
|
|