Explorar o código

fix:短信提示

zqbao hai 9 meses
pai
achega
23a7df1286
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/sms.go

+ 1 - 1
services/sms.go

@@ -80,7 +80,7 @@ func SendSmsCodeGj(mobile, vcode, areaNum string) bool {
 		fmt.Printf("接口返回result字段是:\r\n%v", netReturn["result"])
 		flag = true
 	} else {
-		utils.ApiLog.Info("短信验证码发送失败", "err:"+err.Error()+" result"+string(result))
+		utils.ApiLog.Info("短信验证码发送失败" + "result" + string(result))
 		flag = false
 	}
 	return flag