瀏覽代碼

更新

master
huangjiajun 1 月之前
父節點
當前提交
56f991e23b
共有 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
}


Loading…
取消
儲存