From 4d98999ca678f03b16df4334f14d95a3dad9743b Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 13 Sep 2024 18:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sms/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms/api.go b/sms/api.go index c0f659b..2d170d1 100644 --- a/sms/api.go +++ b/sms/api.go @@ -200,7 +200,7 @@ func SmsApiSend(engine *xorm.Engine, method string, args map[string]interface{}) } thisUrl := smsWebHost if thisUrl == "" { - thisUrl = "http://api.ljioe.cn/" + thisUrl = "https://api-sms.one-19.com/" } thisUrl += strings.ReplaceAll(method, ".", "/") args["timestamp"] = zhios_third_party_utils.Int64ToStr(time.Now().Unix())