Recharge APIs
GET /v1/app/billing/recharge/amount_weight
Request (application/json; charset=utf-8)
Headers
Authorization: <token>
Response 200 (application/json)
Headers
Etag: "6e203e7f9c98eae129b1ac3837e9af0d1a55138b" Cache-Control: private, must-revalidate Vary: Accept-Encoding
Body
{"status":200,"data":[{"amount":200,"weight":1.82},{"amount":500,"weight":4.55},{"amount":1000,"weight":9.09},{"amount":2500,"weight":22.73},{"amount":5000,"weight":45.45},{"amount":10000,"weight":90.91},{"amount":25000,"weight":227.27},{"amount":50000,"weight":454.55},{"amount":100000,"weight":909.09}]}
POST v1/app/billing/recharge
request : { 'amount' : 200 }
reponse : html code
POST v1/app/billing/billDesk
request : { 'msg' : 200 }