From a020992f54a186c993e1cece25fa9d0aa2d94c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 22 Nov 2022 17:10:13 +0800 Subject: [PATCH] 1 --- controllers/cms_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/cms_sku.go b/controllers/cms_sku.go index a80f9c34c..30d6359ea 100644 --- a/controllers/cms_sku.go +++ b/controllers/cms_sku.go @@ -846,7 +846,7 @@ type CategoryList struct { // @router /UpdateTiktokCategory [post] func (c *SkuController) UpdateTiktokCategory() { c.callUpdateTiktokCategory(func(params *tSkuUpdateTiktokCategoryParams) (interface{}, string, error) { - var page int64 = 500 + var page int64 = 50 var pageSize int64 = 100 var count int64 = 0 for {