in progress

This commit is contained in:
2026-02-03 21:42:44 +03:00
parent 69ec3a6050
commit 0238174f3d
3 changed files with 27 additions and 2 deletions

1
sms.go
View File

@@ -8,6 +8,7 @@ type RequestSMS struct {
ApiKey string `json:"apikey"`
Phone string `json:"phones"`
Message string `json:"mes"`
Sender string `json:"sender,omitempty"`
}
type ResponseSMS struct {