update
This commit is contained in:
parent
f041f5cc17
commit
aed3eee8ca
@ -11,12 +11,10 @@ import config from '../config/config';
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export function GetLogin(params) {
|
export function GetLogin(params) {
|
||||||
return new Promise((resolve, reject) => {
|
http({
|
||||||
http({
|
url: '/account/login/doMerchSmsRegisterAndLogin',
|
||||||
url: '/account/login/doMerchSmsRegisterAndLogin',
|
method: 'post',
|
||||||
method: 'post',
|
data: params,
|
||||||
data: params,
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user