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