This commit is contained in:
邹宗楠
2024-09-29 11:04:25 +08:00
parent 4ce1e9db7e
commit 9ae8649674

View File

@@ -182,6 +182,7 @@ func GetMtwmCommentList4ShanGou(key string, appOrgCode string, startTime, endTim
"timeType": 4,
}
for {
param["pageNum"] = pageNum
commentList, err := getAPI(appOrgCode, 0, "").GetComment4ShanGou(param, true, configList[0].Value)
if err != nil {
return err