@JackieQu
2018-08-13T08:36:25.000000Z
字数 808
阅读 304
儿童编程
相关的表:
Market/DiamondDiscount
| Method | Resource URL |
|---|---|
| GET | /program_face2face/market/diamond_discounts/ |
curl -X GET -H 'Authorization: Token tester001' -d data{...}127.0.0.1:8000/program_face2face/market/diamond_discounts/
{"count": 6,"next": null,"previous": null,"results": [{"pk": 1,"diamond": 5000,"discount_price": "50.00","price": "50.00","discount": 10},{"pk": 2,"diamond": 10000,"discount_price": "98.00","price": "100.00","discount": 9.8},{"pk": 3,"diamond": 20000,"discount_price": "190.00","price": "200.00","discount": 9.5},{"pk": 4,"diamond": 50000,"discount_price": "450.00","price": "500.00","discount": 9},{"pk": 5,"diamond": 100000,"discount_price": "850.00","price": "1000.00","discount": 8.5},{"pk": 6,"diamond": 300000,"discount_price": "2400.00","price": "3000.00","discount": 8}]}