浏览代码

更新

master
huangjiajun 1 个月前
父节点
当前提交
f41df882f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/hdl/hdl_sms.go

+ 1
- 1
app/hdl/hdl_sms.go 查看文件

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


正在加载...
取消
保存