fix: corregir URL del API de LabsMobile
URL incorrecta: https://websms.labsmobile.com/SY0204/api URL correcta: https://api.labsmobile.com/json/send Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
e5c6dba787
commit
f3d9794096
@@ -12,7 +12,7 @@ import (
|
|||||||
"github.com/sujit-baniya/fiber-boilerplate/pkg/models"
|
"github.com/sujit-baniya/fiber-boilerplate/pkg/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
const websmsAPIBase = "https://websms.labsmobile.com/SY0204/api"
|
const websmsAPIBase = "https://api.labsmobile.com/json/send"
|
||||||
|
|
||||||
type WebSmsRequest struct {
|
type WebSmsRequest struct {
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
|
|||||||
Reference in New Issue
Block a user