3.31 生产合作方运维登录短信验证码接口改造
This commit is contained in:
@ -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',
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user