Bladeren bron

fix

release_toaliyun_real
winter 1 jaar geleden
bovenliggende
commit
be222f1c61
2 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. +6
    -0
      mallinkService/src/main/java/com/iformall/douyin/web/bean/Product.java
  2. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

+ 6
- 0
mallinkService/src/main/java/com/iformall/douyin/web/bean/Product.java Bestand weergeven

@@ -25,6 +25,12 @@ public class Product implements Serializable {
@SerializedName(value = "account_id") @SerializedName(value = "account_id")
private String accountId; private String accountId;
/**
* 抖音来客ID(老版本用)
*/
@SerializedName(value = "owner_account_id")
private String ownerAccountId;
/** /**
* 草稿状态 10-审核中 12-审核失败 1-审核通过 * 草稿状态 10-审核中 12-审核失败 1-审核通过
*/ */


+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java Bestand weergeven

@@ -398,6 +398,8 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
//都需要accountId //都需要accountId
if (isSaas) { if (isSaas) {
product.setAccountId(getDouyinLaikeId(coupon)); product.setAccountId(getDouyinLaikeId(coupon));
}else {
product.setOwnerAccountId(getDouyinLaikeId(coupon));
} }


String productId = null; String productId = null;


Laden…
Annuleren
Opslaan