From c7d8271b5094c983eb4ec67283235a79971dda6c Mon Sep 17 00:00:00 2001 From: Sanvi Lu Date: Fri, 29 Aug 2014 15:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=BF=E7=BE=8E=E8=BD=AF?= =?UTF-8?q?=E9=80=9A=E5=8F=91=E9=80=81=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/china_sms/service/emay.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/china_sms/service/emay.rb b/lib/china_sms/service/emay.rb index ce95c90..6b3be68 100644 --- a/lib/china_sms/service/emay.rb +++ b/lib/china_sms/service/emay.rb @@ -3,7 +3,8 @@ module ChinaSMS module Service module Emay extend self - URL = "http://sdkhttp.eucp.b2m.cn/sdkproxy" + + URL = "http://sdk4report.eucp.b2m.cn:8080/sdkproxy" def to(phone, content, options) phones = Array(phone).join(',')