kobe6258 hai 6 meses
pai
achega
7afcb74ba6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      service/product/product_service.go

+ 1 - 1
service/product/product_service.go

@@ -251,5 +251,5 @@ func ProductSearch(productType string, key string) (list []ProductDTO, err error
 }
 
 func PackageSearch(key string) (interface{}, interface{}) {
-
+	return nil, nil
 }