Commit 307298037d89940b9ba65a6154ded365346e58a2

Authored by shiyang
1 parent bfd2edc0e8
Exists in master and in 1 other branch dev

update

Showing 1 changed file with 1 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java View file @ 3072980
... ... @@ -648,6 +648,7 @@
648 648 * 小程序-查询用户是否关注该医生
649 649 * @param pid 患者id
650 650 * @param did 医生id
  651 + * @return true 可以关注 false 已关注不能再关注
651 652 */
652 653 @GetMapping("getDoctorById")
653 654 public BaseResponse getDoctorById(LymsAttention lymsAttention){