菜单与 审核按钮,登录新用户修改密码
This commit is contained in:
@ -104,4 +104,17 @@ export async function reset(data: resetData) {
|
||||
method: 'POST',
|
||||
data
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param params
|
||||
* @returns
|
||||
*
|
||||
*/
|
||||
interface PasswordOnFirstLogin {
|
||||
userId:string;
|
||||
newPassword:string;
|
||||
confirmPassword:string;
|
||||
}
|
||||
export const changePasswordOnFirstLogin = (data:PasswordOnFirstLogin) => request.post(`/v1/login/supplier/changePasswordOnFirstLogin`, { data});
|
Reference in New Issue
Block a user