This commit is contained in:
2024-08-30 09:08:51 +08:00
parent 18c7ac3ae0
commit b5631c2ffb
4 changed files with 38 additions and 3 deletions
+2
View File
@@ -61,6 +61,8 @@ 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 {