Browse Source

取关发送短信

WH01243 5 months ago
parent
commit
9707f4f39b
1 changed files with 1 additions and 0 deletions
  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, ""
 	}