mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 17:15:58 +08:00
compose file update
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user