Documentation ¶
Index ¶
- func Decimal(value float64) float64
- func JdCommission(y, x float64) float64
- func Multiply(y, x float64) float64
- func PddCommission(y, x float64) float64
- func PddCouponAmount(y int64) float64
- func PddCouponProportion(y int64) float64
- func PddGoodsOriginalPrice(y int64) float64
- func PddGoodsPrice(y, x float64) float64
- func Round(f float64, n int) float64
- func RoundYInt64(y int64, n int) float64
- func RoundYString(y string, n int) float64
- func TbCommission(y, x float64) float64
- func TbCouponAmount(y int64) float64
- func TbCouponProportion(y string) float64
- func TbGoodsOriginalPrice(y string) float64
- func TbGoodsPrice(y, x float64) float64
- func WmCommission(y int64) float64
- func WmCouponAmount(y string) float64
- func WmCouponProportion(y int64) float64
- func WmGoodsOriginalPrice(y int64) float64
- func WmGoodsPrice(y int64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PddCouponProportion ¶ added in v1.0.44
PddCouponProportion 拼多多佣金比率
func PddGoodsOriginalPrice ¶ added in v1.0.44
PddGoodsOriginalPrice 拼多多商品原价
func PddGoodsPrice ¶ added in v1.0.44
PddGoodsPrice 拼多多商品券后价
func TbCouponProportion ¶ added in v1.0.44
TbCouponProportion 淘宝佣金比率
func TbGoodsOriginalPrice ¶ added in v1.0.44
TbGoodsOriginalPrice 淘宝商品原价
func WmCouponAmount ¶ added in v1.0.44
WmCouponAmount 小商店优惠券金额
func WmCouponProportion ¶ added in v1.0.44
WmCouponProportion 小商店佣金比率
func WmGoodsOriginalPrice ¶ added in v1.0.44
WmGoodsOriginalPrice 小商店商品原价
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.