|
@@ -318,7 +318,7 @@ namespace PDF_Master.ViewModels.Dialog.ServiceDialog
|
|
get { return _Subscriptionauto; }
|
|
get { return _Subscriptionauto; }
|
|
set { _Subscriptionauto = value; }
|
|
set { _Subscriptionauto = value; }
|
|
}
|
|
}
|
|
- private string _uristore = "http://test-pdf-pro.kdan.cn:3021/windows/store/master-subscription?email=" + Settings.Default.UserDate.Email;
|
|
|
|
|
|
+ private string _uristore = ServiceHelper.WebHost + "/windows/store/master-subscription?email=" + Settings.Default.UserDate.Email;
|
|
public string Uristore
|
|
public string Uristore
|
|
{
|
|
{
|
|
get { return _uristore; }
|
|
get { return _uristore; }
|
|
@@ -328,7 +328,7 @@ namespace PDF_Master.ViewModels.Dialog.ServiceDialog
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- private string _Uriuserdata = "http://test-pdf-pro.kdan.cn:3021/windows/account/master-subscription?appid=16&productId=22&token=" + Settings.Default.AppProperties.LoginToken;
|
|
|
|
|
|
+ private string _Uriuserdata = ServiceHelper.WebHost + "/windows/account/master-subscription?appid=16&productId=22&token=" + Settings.Default.AppProperties.LoginToken;
|
|
public string Uriuserdata
|
|
public string Uriuserdata
|
|
{
|
|
{
|
|
get { return _Uriuserdata; }
|
|
get { return _Uriuserdata; }
|