Browse Source

修改接口描述

DESKTOP-G6NQ3SI\dante 7 years ago
parent
commit
28e6783190

+ 1 - 1
patient-co-service/wlyy_service/src/main/java/com/yihu/wlyy/service/controller/CommonController.java

@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
@Controller
@RestController
@RequestMapping(value = "/common/")
@Api(description = "长处方接口")
@Api(description = "公共请求接口")
public class CommonController {
    private static Logger logger = LoggerFactory.getLogger(CommonController.class);