浏览代码

热度

master
huangjiajun 3 个月前
父节点
当前提交
4d98999ca6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      sms/api.go

+ 1
- 1
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())


正在加载...
取消
保存