Source/plt-web/plt-web-ui/src/api/user.js
@@ -53,3 +53,20 @@ params }); } // 获取头像 export function getUserPhoto(params) { return request({ url: "/api/userQueryController/getUserPhoto", method: "get", responseType:'blob', params }); } // 上传头像 export function updateUserPhoto(formData) { return request({ url: "/api/userQueryController/updateUserPhoto", method: "post", data:formData }); }