compose file update

This commit is contained in:
Gordon 2022-06-30 18:42:30 +08:00
parent ddc07ee160
commit 323e8e72cc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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