正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -407,9 +407,9 @@ func (c *OrderInfoController) GetOrderReal() { | @@ -407,9 +407,9 @@ func (c *OrderInfoController) GetOrderReal() { | ||
| 407 | "orderNum": v.PlanGoodNumber, | 407 | "orderNum": v.PlanGoodNumber, |
| 408 | "univalence": v.Price, | 408 | "univalence": v.Price, |
| 409 | "partnerRatio": v.PartnerBonusPercent, | 409 | "partnerRatio": v.PartnerBonusPercent, |
| 410 | - "orderPrice": v.GoodCompute.PlanAmount, | 410 | + "amount": v.GoodCompute.PlanAmount, |
| 411 | "quantityControl": "", | 411 | "quantityControl": "", |
| 412 | - "priceControl": "", | 412 | + "amountControl": "", |
| 413 | } | 413 | } |
| 414 | if v.GoodCompute.UseAmount >= 0 { | 414 | if v.GoodCompute.UseAmount >= 0 { |
| 415 | m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount) | 415 | m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount) |
-
请 注册 或 登录 后发表评论