Bläddra i källkod

更新

master
huangjiajun 1 månad sedan
förälder
incheckning
56f991e23b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      app/hdl/hdl_sms.go

+ 1
- 1
app/hdl/hdl_sms.go Visa fil

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


Laddar…
Avbryt
Spara