This commit is contained in:
邹宗楠
2022-10-25 10:12:28 +08:00
parent ff513b2dcf
commit d962b4ed37

View File

@@ -104,6 +104,7 @@ func GetDeliveryTemp(api *tiktokShop.API, vendorStoreID string, storeDetail *dao
},
},
}
globals.SugarLogger.Debugf("tempDetail ========= %s", utils.Format4Output(tempDetail, false))
temp, err := api.FreightTemplateCreate(tempDetail)
globals.SugarLogger.Debugf("FreightTemplateCreate =err %s", utils.Format4Output(temp, false))
globals.SugarLogger.Debugf("FreightTemplateCreate =err %s", err)