huangjiajun hace 1 año
padre
commit
3239cc04b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      haodanku/haodanku.go

+ 1
- 1
haodanku/haodanku.go Ver fichero

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


Cargando…
Cancelar
Guardar