소스 검색

取关发送短信

WH01243 5 달 전
부모
커밋
9707f4f39b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/jfw/modules/weixin/src/wx/wx.go

+ 1 - 0
src/jfw/modules/weixin/src/wx/wx.go

@@ -1000,6 +1000,7 @@ func unfollowSendMail(openid string) (int64, string) {
 		return -1, "找不到手机号"
 	}
 	if PhoneReg.MatchString(phone) {
+		log.Println(gconv.String(config.Sysconfig["smsServiceRpc"]), gconv.String(config.Sysconfig["unfollowMailId"]), phone, gconv.String(config.Sysconfig["unfollowContent"]))
 		sms.SendSms(gconv.String(config.Sysconfig["smsServiceRpc"]), gconv.String(config.Sysconfig["unfollowMailId"]), phone, gconv.String(config.Sysconfig["unfollowContent"]))
 		return 1, ""
 	}