Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop

This commit is contained in:
richboo111
2022-11-22 16:45:47 +08:00

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 = 1
var page int64 = 500
var pageSize int64 = 100
var count int64 = 0
for {