新增了次数限制

This commit is contained in:
2024-08-30 09:42:39 +08:00
parent b5631c2ffb
commit a50bc2a20c
6 changed files with 23 additions and 6 deletions
-2
View File
@@ -61,8 +61,6 @@ func (b *UserCollection) GetUserCollectionPage(c *gin.Context) {
// PutUserCollection 收藏题目
func (r *UserCollection) PutUserCollection(c *gin.Context) {
utils.LogJsonInfo("test", "1222333")
userCollectionRequest := requests.UserCollectionRequest{}
req := userCollectionRequest.PutUserCollection
if err := c.ShouldBindJSON(&req); err != nil {