|
@ -539,7 +539,7 @@ public class DoctorController extends BaseController {
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiOperation("医生基本信息查询接口")
|
|
|
@RequestMapping(value = "baseinfo",method =RequestMethod.POST)
|
|
|
@RequestMapping(value = "baseinfo",method ={RequestMethod.POST,RequestMethod.GET})
|
|
|
@ResponseBody
|
|
|
public String baseinfo(
|
|
|
@RequestParam(required = false) String code) {
|