This commit is contained in:
2026-08-17 13:19:15 +08:00
parent 2b7c1c790b
commit 0e93c4f0a9
314 changed files with 2151 additions and 17468 deletions
@@ -9,9 +9,5 @@ import (
// CategoryList 联盟分类列表(客户端 chips)
func (c *cps) CategoryList(ctx context.Context, req *dto.CpsCategoryListReq) (res *dto.CpsCategoryListRes, err error) {
list, err := service.CpsCategoryService.List(ctx)
if err != nil {
return nil, err
}
return &dto.CpsCategoryListRes{List: list}, nil
return service.CpsCategoryService.List(ctx)
}