1
This commit is contained in:
@@ -845,8 +845,11 @@ type CategoryList struct {
|
||||
// @router /UpdateTiktokCategory [post]
|
||||
func (c *SkuController) UpdateTiktokCategory() {
|
||||
c.callUpdateTiktokCategory(func(params *tSkuUpdateTiktokCategoryParams) (interface{}, string, error) {
|
||||
data := tiktok_store.GetProductAuditList("57939570")
|
||||
var page int64 = 1
|
||||
var pageSize int64 = 1
|
||||
//var count int64 = 0
|
||||
|
||||
data := tiktok_store.GetProductAuditList("57939570", page, pageSize)
|
||||
ddIDList := make([]string, 0, 100)
|
||||
skuList := make([]CategoryList, 0, 100)
|
||||
db := dao.GetDB()
|
||||
|
||||
Reference in New Issue
Block a user