This commit is contained in:
邹宗楠
2022-11-22 17:10:13 +08:00
parent 4b27736865
commit a020992f54

View File

@@ -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 {