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

+ 1
- 1
app/hdl/hdl_sms.go Vedi File

@@ -71,7 +71,7 @@ func Sms(c *gin.Context) {
"zone": "86",
"phone": args.Phone,
}
templateCode := NewSysCfgDb.SysCfgGetWithDb("templateCode")
templateCode := NewSysCfgDb.SysCfgGetWithDb("sms_code")
if templateCode != "" {
where["templateCode"] = templateCode
}


Caricamento…
Annulla
Salva