Ver a proveniência

拼多多

master
huangjiajun há 6 meses
ascendente
cometimento
7cd929a030
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      pdd_union/order.go

+ 1
- 1
pdd_union/order.go Ver ficheiro

@@ -21,7 +21,7 @@ func GetOrder(keyArr map[string]string, param map[string]interface{}) ([]map[str
tmp["oid"] = v.OrderSn
tmp["gid"] = v.GoodsSign
tmp["goods_title"] = v.GoodsName
tmp["commission"] = zhios_third_party_utils.Float64ToStr(float64(v.PromotionAmount) / 100)
tmp["commission"] = zhios_third_party_utils.Float64ToStr(float64(v.PromotionAmount)/100 + float64(v.SubsidyAmount)/100)
tmp["commission_rate"] = zhios_third_party_utils.Float64ToStr(float64(v.PromotionRate) / 10)
tmp["goods_price"] = zhios_third_party_utils.Float64ToStr(float64(v.GoodsPrice) / 100)
tmp["payment"] = zhios_third_party_utils.Float64ToStr(float64(v.OrderAmount) / 100)


Carregando…
Cancelar
Guardar