Sign up pages
This commit is contained in:
@@ -24,6 +24,23 @@ export class WrenchService {
|
||||
);
|
||||
}
|
||||
|
||||
createUser(reqData) {
|
||||
return this.getPostData('createuser', reqData);
|
||||
}
|
||||
completeMobileSignup(reqData) {
|
||||
return this.getPostData('completemobileuser', reqData);
|
||||
}
|
||||
|
||||
//
|
||||
signUpCountry(apiData) {
|
||||
/*
|
||||
array (size=3)
|
||||
'limit' => int 10
|
||||
'page' => string '1' (length=1)
|
||||
'action' => int 1200021
|
||||
*/
|
||||
return this.getPostData('signupcountry',apiData);
|
||||
}
|
||||
getMyNotifications(usrData) {
|
||||
return this.getPostData('mynotifications',usrData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user