Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
56f991e23b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/hdl_sms.go

+ 1
- 1
app/hdl/hdl_sms.go View 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
}


Loading…
Cancel
Save