This commit is contained in:
2025-10-11 18:35:12 +08:00
parent dc5a7c311c
commit 8d581dc03c
8 changed files with 11 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ func (l *QueryExampleLogic) QueryExample(req *types.QueryExampleReq) (resp *type
// 创建一个空的Query结构体来存储结果
query := types.Query{
ProductName: product.ProductName,
Product: product.ProductEn,
QueryData: make([]types.QueryItem, 0),
QueryParams: make(map[string]interface{}),
}