Browse Source

Merge branch 'dev_v4.10.0.5_wh' of qmx/jy into hotfix/v4.10.0.5

王浩 5 months ago
parent
commit
27eb3d8f5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/jfw/modules/weixin/src/wx/wx.go

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

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