|
|
@@ -5,12 +5,12 @@ import {uploadImageToServer} from "../utils/requestAdmin";
|
|
|
//返送验证码
|
|
|
export function getVerificationCode(tel,userType,tenantId){
|
|
|
return request({
|
|
|
- url: `/miniapp/sendYzm?tel=`+ tel+"&userType="+userType,
|
|
|
+ url: `/miniapp/sendYzm`,
|
|
|
method: 'post',
|
|
|
params: {
|
|
|
- tel,
|
|
|
+ tel:tel,
|
|
|
userType:userType,
|
|
|
- tenantId
|
|
|
+ tenantId:tenantId
|
|
|
}
|
|
|
})
|
|
|
}
|