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