|
|
|
|
@ -15,7 +15,7 @@ class CheckActivationCodeReq {
|
|
|
|
|
bool isSilentLogin;
|
|
|
|
|
double versionID;
|
|
|
|
|
int channel;
|
|
|
|
|
int languageID;
|
|
|
|
|
// int languageID;
|
|
|
|
|
String iPAdress;
|
|
|
|
|
String generalid;
|
|
|
|
|
int patientOutSA;
|
|
|
|
|
@ -41,7 +41,7 @@ class CheckActivationCodeReq {
|
|
|
|
|
this.isSilentLogin,
|
|
|
|
|
this.versionID,
|
|
|
|
|
this.channel,
|
|
|
|
|
this.languageID,
|
|
|
|
|
// this.languageID,
|
|
|
|
|
this.iPAdress,
|
|
|
|
|
this.generalid,
|
|
|
|
|
this.patientOutSA,
|
|
|
|
|
@ -68,7 +68,7 @@ class CheckActivationCodeReq {
|
|
|
|
|
isSilentLogin = json['IsSilentLogin'];
|
|
|
|
|
versionID = json['VersionID'];
|
|
|
|
|
channel = json['Channel'];
|
|
|
|
|
languageID = json['LanguageID'];
|
|
|
|
|
// languageID = json['LanguageID'];
|
|
|
|
|
iPAdress = json['IPAdress'];
|
|
|
|
|
generalid = json['generalid'];
|
|
|
|
|
patientOutSA = json['PatientOutSA'];
|
|
|
|
|
@ -96,7 +96,7 @@ class CheckActivationCodeReq {
|
|
|
|
|
data['IsSilentLogin'] = this.isSilentLogin;
|
|
|
|
|
data['VersionID'] = this.versionID;
|
|
|
|
|
data['Channel'] = this.channel;
|
|
|
|
|
data['LanguageID'] = this.languageID;
|
|
|
|
|
// data['LanguageID'] = this.languageID;
|
|
|
|
|
data['IPAdress'] = this.iPAdress;
|
|
|
|
|
data['generalid'] = this.generalid;
|
|
|
|
|
data['PatientOutSA'] = this.patientOutSA;
|
|
|
|
|
|