Browse Source

代码优化

chenweida 7 năm trước cách đây
mục cha
commit
2b2d2be5e1

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/feedback/DoctorFeedbackController.java

@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
 * Created by Reece on 2017/5/6.
 */
@Controller
@RequestMapping(value = "/doctor/feedback",method = {RequestMethod.GET,RequestMethod.POST})
@RequestMapping(value = "/doctor/feedback")
@Api(description = "医生端意见反馈与账号申诉")
public class DoctorFeedbackController extends BaseController {
    @Autowired