admin管理员组

文章数量:1635678

某次如下使用gorm的时候出现以下的错误:

DB.Model(&model.Captcha{
   }).Find(data)
unsupported destination, should be slice or struct

其实之前我使用过一样的方式写过代码,当时请求的时候是正确的,不过这次就

本文标签: destinationunsupportedstructslice