|
|
|
|
@ -332,7 +332,7 @@ export class LoginComponent implements OnInit, OnDestroy {
|
|
|
|
|
this.deviceToken
|
|
|
|
|
this.requestGetLoginInfo= {
|
|
|
|
|
DeviceType:this.cs.getDeviceType(),
|
|
|
|
|
DeviceToken:this.deviceToken;//"5ca8a69cf1804db55264c349edffb99b9d63acd9fa9b6b18956bcb2ad3f2ba36"//this.deviceToken
|
|
|
|
|
DeviceToken:this.deviceToken//"5ca8a69cf1804db55264c349edffb99b9d63acd9fa9b6b18956bcb2ad3f2ba36"//this.deviceToken
|
|
|
|
|
}
|
|
|
|
|
this.authService.getLoginInfo(this.requestGetLoginInfo,() => {}, this.ts.trPK('general', 'ok')).subscribe(res => {
|
|
|
|
|
if (this.cs.validResponse(res)) {
|
|
|
|
|
|