4444
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user