1
This commit is contained in:
@@ -732,7 +732,7 @@ func getProductSkuID(api *tiktokShop.API, storeSku *dao.StoreSkuSyncInfo, syncTy
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getProductSkuId4UpdateStock(api *tiktokShop.API, skuInfo *partner.StoreSkuInfo, storeId int, vendorStoreId string) (tiktokSkuId int64, failedList []*partner.StoreSkuInfoWithErr) {
|
func getProductSkuId4UpdateStock(api *tiktokShop.API, skuInfo *partner.StoreSkuInfo, storeId int, vendorStoreId string) (tiktokSkuId int64, failedList []*partner.StoreSkuInfoWithErr) {
|
||||||
if skuInfo.VendorSonSkuID != "" && skuInfo.VendorSonSkuID != skuInfo.VendorSkuID && len(skuInfo.VendorSonSkuID) >= len("3589393056912261100") { // 抖音长度
|
if skuInfo.VendorSonSkuID != "" && skuInfo.VendorSonSkuID != skuInfo.VendorSkuID { // 抖音长度
|
||||||
return utils.Str2Int64(skuInfo.VendorSonSkuID), nil
|
return utils.Str2Int64(skuInfo.VendorSonSkuID), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1013,8 +1013,8 @@ func (c *LaKaLaController) AccountStatusQuery() {
|
|||||||
// @Title 商户报备查询
|
// @Title 商户报备查询
|
||||||
// @Description 商户报备查询
|
// @Description 商户报备查询
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param merCupNo query string true "银联商户号(二选一填写)"
|
// @Param merCupNo query string false "银联商户号(二选一填写)"
|
||||||
// @Param merInnerNo query string true "内部商户号(二选一填写)"
|
// @Param merInnerNo query string false "内部商户号(二选一填写)"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /QuerySubMerInfo [get]
|
// @router /QuerySubMerInfo [get]
|
||||||
|
|||||||
Reference in New Issue
Block a user