|
@ -690,7 +690,7 @@ public class DoctorController extends BaseController {
|
|
*
|
|
*
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@ApiOperation(value="医生首页 获取关注人数,医生的评分,医生咨询量", response = DoctorHomePage.class)
|
|
|
|
|
|
@ApiOperation(value="医生首页 获取关注人数,医生的评分,医生咨询量1", response = DoctorHomePage.class)
|
|
@RequestMapping(value = "baseinfoCount", method = RequestMethod.POST)
|
|
@RequestMapping(value = "baseinfoCount", method = RequestMethod.POST)
|
|
@ResponseBody
|
|
@ResponseBody
|
|
public String baseinfoCount(
|
|
public String baseinfoCount(
|