1.17
parent
20231281bc
commit
1eceecfdb2
|
@ -57,11 +57,4 @@ public class HealthJobTitleController {
|
||||||
return HealthR.ok(healthJobTitleService.findSystemImagePic());
|
return HealthR.ok(healthJobTitleService.findSystemImagePic());
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/uploadImagePic")
|
|
||||||
public HealthR uploadImagePic(@RequestParam("imagePic") MultipartFile imagePic,
|
|
||||||
@RequestHeader String sessionId,
|
|
||||||
@RequestHeader Integer doctorId) {
|
|
||||||
return HealthR.ok(healthJobTitleService.uploadImagePic(imagePic,doctorId,sessionId));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue