Commit 4d37b46a by mushishixian

temp

parent 88ad28cd
/go.sum
/.idea/
config.ini
\ No newline at end of file
config.ini
gowatch.yml
*.exe
\ No newline at end of file
The file could not be displayed because it is too large.
File mode changed
package service
import (
"fmt"
"github.com/imroc/req"
"github.com/tidwall/gjson"
"search_server/pkg/config"
......@@ -65,3 +66,9 @@ func GetGoodsInfo(goodsIdsStr string) (goodsList []*bom.GoodsModel, err error) {
}
return
}
//根据供应商获取商品信息
func GetGoodsInfoBySupplier(supplierId, q, stock int) {
supplierIndex := config.Get("es.search_supplier").String()
fmt.Println(supplierIndex)
}
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