compose file update

pull/241/head
Gordon 3 years ago
parent ddc07ee160
commit 323e8e72cc

@ -694,7 +694,7 @@ demo:
accessKeySecret: 4n9OJ7ZCVN1U6KeHDAtOyNeVZcjOuV
signName: 托云信息技术
verificationCodeTemplateCode: SMS_226810164
enable: true
enable: false
tencentsms: #腾讯云短信配置在腾讯云申请成功后修改以下选项enable为true则必须修改
appID: 2400000648
region: "ap-singapore"

@ -118,7 +118,7 @@ func SendVerificationCode(c *gin.Context) {
return
}
}
log.Debug(params.OperationID, "send sms success", code, accountKey)
data := make(map[string]interface{})
data["account"] = account
c.JSON(http.StatusOK, gin.H{"errCode": constant.NoError, "errMsg": "Verification code has been set!", "data": data})

Loading…
Cancel
Save