Explorar el Código

热度

master
huangjiajun hace 3 meses
padre
commit
4d98999ca6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      sms/api.go

+ 1
- 1
sms/api.go Ver fichero

@@ -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())


Cargando…
Cancelar
Guardar