|
@ -315,7 +315,7 @@ public class DoctorJMJkEduArticlePCController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "fetchPatientArticlePushedList", method = RequestMethod.GET)
|
|
|
@RequestMapping(value = "fetchPatientArticlePushedList", method = RequestMethod.POST)
|
|
|
@ApiOperation("获取居民被团队下的医生推送的文章列表 ")
|
|
|
public String pushArticleLogs(
|
|
|
@ApiParam(name = "patientCode", value = "居民CODE", required = true) @RequestParam(value = "patientCode", required = true) String patientCode,
|