소스 검색

缴费提醒修改

lyr 8 년 전
부모
커밋
4834e72cf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/sign/DoctorFamilyContractController.java

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/sign/DoctorFamilyContractController.java

@ -867,7 +867,7 @@ public class DoctorFamilyContractController extends WeixinBaseController {
                }if (result == 3) {
                }if (result == 3) {
                    return error(200, "居民未绑定微信,无法微信提醒,已发送短信提醒");
                    return error(200, "居民未绑定微信,无法微信提醒,已发送短信提醒");
                } if (result == -1) {
                } if (result == -1) {
                    return error(200, "居民未绑定手机号和微信,无法提醒");
                    return error(-1, "居民未绑定手机号和微信,无法提醒");
                } else {
                } else {
                    return error(-1, "提醒失败");
                    return error(-1, "提醒失败");
                }
                }