chenweida vor 7 Jahren
Ursprung
Commit
72adfc752c

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/statistic/FileTestController.java

@ -17,7 +17,7 @@ import org.springframework.web.multipart.MultipartFile;
 * Created by lyr-pc on 2016/12/13.
 */
@RestController
@RequestMapping(value = "/test/file/",method = {RequestMethod.GET,RequestMethod.POST})
@RequestMapping(value = "/test/file/")
@Api(description = "文件测试")
public class FileTestController extends BaseController {