huangjiajun 1 anno fa
parent
commit
3239cc04b2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      haodanku/haodanku.go

+ 1
- 1
haodanku/haodanku.go Vedi File

@@ -175,7 +175,7 @@ func HaodankuDetail(Id string) (res *taobao.Material, err error) {
Title: featuredList.Data.Itemtitle,
TkTotalSales: featuredList.Data.Itemsale,
Volume: zhios_third_party_utils.StrToInt(featuredList.Data.Itemsale),
ZkFinalPrice: zhios_third_party_utils.Float64ToStr(zhios_third_party_utils.StrToFloat64(featuredList.Data.Itemendprice) + utils.StrToFloat64(featuredList.Data.Couponmoney)),
ZkFinalPrice: zhios_third_party_utils.Float64ToStr(zhios_third_party_utils.StrToFloat64(featuredList.Data.Itemendprice) + zhios_third_party_utils.StrToFloat64(featuredList.Data.Couponmoney)),
ReservePrice: featuredList.Data.Itemprice,
CouponAmount: featuredList.Data.Couponmoney,
CouponEndTime: featuredList.Data.Couponendtime,


Caricamento…
Annulla
Salva