Merge commit '5b349efff9906d6db9f31644008959250b2c30f9'

This commit is contained in:
Laisky.Cai
2024-03-27 22:09:47 +00:00
10 changed files with 120 additions and 30 deletions

View File

@@ -144,6 +144,7 @@ func AddToken(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"success": true,
"message": "",
"data": cleanToken,
})
return
}