Commit ee523265 by 杨树贤

美金一直要展示

parent c397c589
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ type LyResponse struct {
// 原始sku梯度
type LadderPrice struct {
Purchases int64 `json:"purchases"` //购买数量
PriceUs float64 `json:"price_us,omitempty"` //数量对应的英文价格
PriceUs float64 `json:"price_us"` //数量对应的英文价格
PriceCn float64 `json:"price_cn"` //数量对应的中文价格
PriceCostUs float64 `json:"price_cost_us,omitempty"` //成本价美金
PriceCostCn float64 `json:"price_cost_cn,omitempty"` //成本价人民币
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment