Commit 35a8bfc3 by zhangxingmin

push

parent 966e5804
......@@ -44,9 +44,6 @@ public class ApiOssServiceImpl implements ApiOssService {
*/
@Override
public Result<ApiUploadResponse> uploadFile(MultipartFile file, String bucket, String provider, String uploadUser,String projectBizId) {
if (StringUtils.isBlank(projectBizId)) {
throw new BusinessException("项目ID不能为空");
}
ApiUploadResponse response = new ApiUploadResponse();
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment