1
This commit is contained in:
@@ -846,7 +846,7 @@ type CategoryList struct {
|
|||||||
// @router /UpdateTiktokCategory [post]
|
// @router /UpdateTiktokCategory [post]
|
||||||
func (c *SkuController) UpdateTiktokCategory() {
|
func (c *SkuController) UpdateTiktokCategory() {
|
||||||
c.callUpdateTiktokCategory(func(params *tSkuUpdateTiktokCategoryParams) (interface{}, string, error) {
|
c.callUpdateTiktokCategory(func(params *tSkuUpdateTiktokCategoryParams) (interface{}, string, error) {
|
||||||
var page int64 = 500
|
var page int64 = 50
|
||||||
var pageSize int64 = 100
|
var pageSize int64 = 100
|
||||||
var count int64 = 0
|
var count int64 = 0
|
||||||
for {
|
for {
|
||||||
|
|||||||
Reference in New Issue
Block a user