huangjiajun 1 mese fa
parent
commit
b8cea03c34
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      app/hdl/hdl_sms.go

+ 4
- 0
app/hdl/hdl_sms.go Vedi File

@@ -71,6 +71,10 @@ func Sms(c *gin.Context) {
"zone": "86",
"phone": args.Phone,
}
templateCode := NewSysCfgDb.SysCfgGetWithDb("templateCode")
if templateCode != "" {
where["templateCode"] = templateCode
}
send, err := sms.SmsMobApiSend(where)
if err != nil {
e.OutErr(c, 400, err.Error())


Caricamento…
Annulla
Salva