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
@@ -13,9 +13,5 @@ var PartnerStore = new(partner_store)
// List 合作门店列表
func (c *partner_store) List(ctx context.Context, req *dto.StoreListReq) (res *dto.StoreListRes, err error) {
list, err := service.PartnerStoreService.List(ctx, req.Type)
if err != nil {
return nil, err
}
return &dto.StoreListRes{List: list}, nil
return service.PartnerStoreService.List(ctx, req.Type)
}