Browse Source

完成管理端通用上传接口

tomatozq 5 years ago
parent
commit
2b7d2e33fb

+ 1 - 1
picc-admin-server/src/main/java/com/jpsoft/picc/modules/base/controller/AttachmentController.java

@@ -17,7 +17,7 @@ import org.springframework.web.multipart.MultipartFile;
 
 @Api(description="附件管理")
 @RestController
-@RequestMapping("/auth/attachment")
+@RequestMapping("/base/attachment")
 @Slf4j
 public class AttachmentController {
     @Autowired