SMS Shared Changes
This commit is contained in:
parent
a1d5005a03
commit
045446bc29
@ -602,6 +602,16 @@ export class PdTrigerService {
|
|||||||
catchError(this.handleError('operation', []))
|
catchError(this.handleError('operation', []))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
/** To get SMS Link
|
||||||
|
* List PD
|
||||||
|
*/
|
||||||
|
smsLink(params): Observable<any> {
|
||||||
|
return this._http.post(this.apiUrl + 'sendCusLinkViaSMS', params)
|
||||||
|
.pipe(
|
||||||
|
catchError(this.handleError('role', []))
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/** To get StateWise City List For
|
/** To get StateWise City List For
|
||||||
* 1) Family Form
|
* 1) Family Form
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user