Commit 05fa4ae4 by 孙龙

up

parent c93a9e6d
#set MICRO_REGISTRY=etcd
#set MICRO_REGISTRY_ADDRESS=192.168.2.232:2379
go run ../cmd/search_http_server.go -config=../conf/config.ini
\ No newline at end of file
go run ../cmd/search_http_server.go -config=../conf
\ No newline at end of file
package service
import (
"fmt"
_ "fmt"
_ "github.com/tidwall/gjson"
"search_server/model"
"search_server/pkg/gredis"
_ "search_server/pkg/gredis"
)
//关键词搜索过期时间
......@@ -36,6 +36,7 @@ func getSkuByGoodsSn(goods_list map[string]*model.LyClearGoodsList,supplier_info
//
//fmt.Println(productList)
//return productList
return nil
}
/*
新增或者更新redis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment