3.31 生产合作方运维登录短信验证码接口改造

This commit is contained in:
jl-zhoujl2
2023-03-31 17:21:22 +08:00
parent e61ad28501
commit fc75aad6f7
3 changed files with 27 additions and 16 deletions

View File

@ -118,9 +118,7 @@ export async function getPassword(params: any) { // 获取后台验证码接口
export async function getFakeCaptcha(params: any) {
return request('/api/notification/v1/notification/savaSmsByPhoneNew', {
method: 'POST',
data: {
strmobileNumber: params
},
data: { ...params },
requestType: 'json',
});
}