|
@@ -383,6 +383,7 @@ func GetHistoryLzProductDetail() (err error) {
|
|
|
}
|
|
|
param.Add("pagesize", strconv.Itoa(pageSize))
|
|
|
utils.FileLog.Info("%s", param.Encode())
|
|
|
+ fmt.Println("post url:",postUrl)
|
|
|
fmt.Println("post params:", param.Encode())
|
|
|
body, err := http.Post(postUrl, param.Encode())
|
|
|
if err != nil {
|
|
@@ -461,7 +462,7 @@ func GetHistoryLzProductDetail() (err error) {
|
|
|
}
|
|
|
}
|
|
|
if resp.Pagesize < pageSize || len(resp.Data) == 0 {
|
|
|
- continue
|
|
|
+ break
|
|
|
}
|
|
|
time.Sleep(2 * time.Second)
|
|
|
}
|