[关闭]
@fuyb1986 2016-11-11T07:35:01.000000Z 字数 667 阅读 563

折扣信息

金色童年


商品金额的折扣

Method and URL Structure

Method Resource URL
PUT /market/product/discount/${product pk}/

Request Paramaters

Name Description Required Defalut
quantity 数量 YES

Request Data

  1. {
  2. 'quantity': 1
  3. }

cURL Example

  1. curl -X POST -H 'Authorization: Token 9944b09199c62bcf9418ad846dd0e4bbdfc6ee4b'\
  2. --data '{...}' http://localhost/product/discount/12344/

Response

  1. {
  2. "discount":100.0,
  3. "amount":693.0,
  4. "real_amount":593.0,
  5. "point":10000
  6. }

购物车金额的折扣

Method and URL Structure

Method Resource URL
PUT /market/cart/discount/

cURL Example

  1. curl -X POST -H 'Authorization: Token 9944b09199c62bcf9418ad846dd0e4bbdfc6ee4b'\
  2. --data '{...}' http://localhost/cart/discount/

Response

  1. {
  2. "discount":100.0,
  3. "amount":693.0,
  4. "real_amount":593.0,
  5. "point":10000
  6. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注