contact string
This commit is contained in:
@@ -52,11 +52,13 @@ export class ContactsDataService {
|
||||
sessionid: this.sessionDataProviderService.session ,
|
||||
raw_contacts: JSON.stringify(contactResult.contacts) }
|
||||
|
||||
const myString = JSON.stringify(contactResult.contacts);
|
||||
alert(myString.length);
|
||||
this.usrData = {action:22010,
|
||||
member_id: this.sessionDataProviderService.member_id,
|
||||
uid: this.sessionDataProviderService.member_uid,
|
||||
sessionid: this.sessionDataProviderService.session ,
|
||||
raw_contacts: 'the contacts list here ' }
|
||||
raw_contacts: myString }
|
||||
|
||||
//JSON.stringify(contactResult.contacts)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user