浏览代码

更新

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

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

@@ -71,6 +71,10 @@ func Sms(c *gin.Context) {
"zone": "86",
"phone": args.Phone,
}
templateCode := NewSysCfgDb.SysCfgGetWithDb("templateCode")
if templateCode != "" {
where["templateCode"] = templateCode
}
send, err := sms.SmsMobApiSend(where)
if err != nil {
e.OutErr(c, 400, err.Error())


正在加载...
取消
保存