getIncomeConsumptionCategories 569 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "result": 1,
  3. "description": null,
  4. "payload": {
  5. "income": [
  6. {
  7. "value": "recharge",
  8. "text": "购币"
  9. },
  10. {
  11. "value": "recharge_card",
  12. "text": "充卡"
  13. },
  14. {
  15. "value": "offline_coin",
  16. "text": "线下投币"
  17. },
  18. {
  19. "value": "ad",
  20. "text": "广告收益"
  21. }
  22. ],
  23. "consumption": [
  24. {
  25. "value": "onlineConsume",
  26. "text": "在线投币"
  27. },
  28. {
  29. "value": "cardConsume",
  30. "text": "刷卡投币"
  31. }
  32. ]
  33. }
  34. }