mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-29 17:55:38 +08:00
compose file update
This commit is contained in:
parent
ddc07ee160
commit
323e8e72cc
@ -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"
|
||||||
|
@ -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})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user