- package cn.flea.chexnetmaster.service;
- import cn.flea.chexnetmaster.pojo.Result;
- import org.springframework.web.multipart.MultipartFile;
- public interface ProcessImgService {
- public Result processImg(MultipartFile img, String chexnetMasterImgApiUrl);
- }
|