Browse Source

缴费提醒修改

lyr 8 years ago
parent
commit
4834e72cf7

+ 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) {
                    return error(200, "居民未绑定微信,无法微信提醒,已发送短信提醒");
                } if (result == -1) {
                    return error(200, "居民未绑定手机号和微信,无法提醒");
                    return error(-1, "居民未绑定手机号和微信,无法提醒");
                } else {
                    return error(-1, "提醒失败");
                }