Browse Source

test

master
huangjiajun 1 year ago
parent
commit
3239cc04b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      haodanku/haodanku.go

+ 1
- 1
haodanku/haodanku.go View 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,


Loading…
Cancel
Save