Explorar el Código

更新

master
huangjiajun hace 1 mes
padre
commit
56f991e23b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/hdl/hdl_sms.go

+ 1
- 1
app/hdl/hdl_sms.go Ver fichero

@@ -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
}


Cargando…
Cancelar
Guardar