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

This commit is contained in:
richboo111
2022-11-22 17:21:04 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
//if err != nil { //if err != nil {
// return nil, err // return nil, err
//} //}
param.StandardBrandId = 596120136 // 默认品牌京西菜市 param.StandardBrandId = 789194134 // 默认品牌京西菜市 596120136
// 根据本地商品id获取线上商品是否存在,存在则只创建子商品 // 根据本地商品id获取线上商品是否存在,存在则只创建子商品
var tiktokResultProductId int64 = 0 var tiktokResultProductId int64 = 0
@@ -367,7 +367,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
} }
// 获取品牌 // 获取品牌
param.StandardBrandId = 596120136 // 默认品牌京西菜市 param.StandardBrandId = 789194134 // 默认品牌京西菜市
//tiktokResult, err := api.EditStoreCommodity(param) // 创建主商品 //tiktokResult, err := api.EditStoreCommodity(param) // 创建主商品
//if err != nil { //if err != nil {
@@ -603,7 +603,7 @@ func MakeProductFormatNew(api *tiktokShop.API, skuNameId int64, categoryLeafId i
} }
options := make([]map[string]interface{}, 0) options := make([]map[string]interface{}, 0)
if v.PropertyName == "品牌" { if v.PropertyName == "品牌" {
options = append(options, map[string]interface{}{"name": v.PropertyName, "value": 596120136, "diy_type": v.DiyType}) options = append(options, map[string]interface{}{"name": v.PropertyName, "value": 789194134, "diy_type": v.DiyType})
categoryMap[utils.Int64ToStr(v.PropertyId)] = options categoryMap[utils.Int64ToStr(v.PropertyId)] = options
} else if v.PropertyName == "产地" { } else if v.PropertyName == "产地" {
options = append(options, map[string]interface{}{"name": v.PropertyName, "value": 13850, "diy_type": v.DiyType}) options = append(options, map[string]interface{}{"name": v.PropertyName, "value": 13850, "diy_type": v.DiyType})

View File

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