huangjiajun 1 ano atrás
pai
commit
3239cc04b2
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      haodanku/haodanku.go

+ 1
- 1
haodanku/haodanku.go Ver arquivo

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


Carregando…
Cancelar
Salvar