记得上下班打卡 | git大法好,push需谨慎

Commit de522e66 authored by sunyuntian's avatar sunyuntian

修改bug

parent 538ce4eb
...@@ -55,20 +55,4 @@ public class SweetWechatMaoDengController { ...@@ -55,20 +55,4 @@ public class SweetWechatMaoDengController {
@RequestParam(value = "imgUrl",required = false)String imgUrl){ @RequestParam(value = "imgUrl",required = false)String imgUrl){
return sweetWechatMaoDengService.addBuilderImg(userId,imgUrl); return sweetWechatMaoDengService.addBuilderImg(userId,imgUrl);
} }
return ResponseDto.failure();
}
@GetMapping("sensitiveImg")
@ApiOperation("入库测试-图片")
@ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "String", name = "fromUser", value = "fromUser"),
@ApiImplicitParam(type = "query", dataType = "String", name = "picUrl", value = "picUrl")
})
public ResponseDto<Boolean> insertImg(String fromUser,String picUrl){
sweetTestImpl.insertToImg(fromUser,picUrl);
return ResponseDto.failure();
}*/
} }
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