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
+1 -1
View File
@@ -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})