7
0

sms host更正

This commit is contained in:
许 洋 2025-05-06 18:30:37 +08:00
parent ce30ff4ef9
commit 792d13fa32

View File

@ -15,7 +15,7 @@ const (
)
var HOST = requests.Host{
Default: "sms.gaore.com:8804",
Default: "sms.gaore.com",
}
type Client struct {