瀏覽代碼

更新

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())


Loading…
取消
儲存