Results 2 issues of BoxuanXu

网站首页的文章列表查询中存在sql_mode=only_full_group_by的问题,建议将DocumentModel.go的第186行修改为fields := "d.Title,any_value(d.Id) Id,any_value(ds.Ext) Ext,any_value(ds.ExtCate) ExtCate",第190行修改为where %v group by d.Title order by any_value(di.%v) desc limit %v,即可无视sql_mode=only_full_group_by的问题

hello,here is a bug,if err is not nil, then defer res.Body.Close(),will panic. `func (request *Request) Execute() (response string, ret error) { if request.ApiKey == "" || request.Method == "" {...