Commit e1c6e1fe by Joneq

修改sku获取

parent 1c5d1d8b
Showing with 1 additions and 1 deletions
......@@ -217,7 +217,7 @@ func RequestTableInfo(requestType string)string {
func GetCurrentSku()string {
requestStr :="http://so12.ichunt.com/search/Es/searchSku?create_time/range="+strconv.FormatInt(timeStart.Unix(),10)+","+strconv.FormatInt(currentUnix,10)+"&goods_status/condition=1"
requestStr :="http://so12.ichunt.com/search/Es/searchSku?goods_status/condition=1"
fmt.Println(requestStr)
requestResult := RequestUrl(requestStr)
fmt.Println("sku总量json"+requestResult)
......
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