xuzhiheng 4 years ago
parent
commit
b017e1a2c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/front/front.go

+ 1 - 1
src/front/front.go

@@ -451,7 +451,7 @@ func SendPhoneCode(f *Front, phone string) {
 	//发送短信
 	param := map[string]string{"code": s_ranNum}
 	log.Println("短信验证码", phone, s_ranNum, param)
-	// SendSMS("2828060", phone, param)
+	SendSMS("2828060", phone, param)
 }
 
 //第三个参数是可变参数,可以传入多个,但要和模板相匹配