Browse Source

产品列表

kobe6258 6 months ago
parent
commit
7afcb74ba6
1 changed files with 1 additions and 1 deletions
  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{}) {
 func PackageSearch(key string) (interface{}, interface{}) {
-
+	return nil, nil
 }
 }