Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "event" : club_transfer_agent,
  3. "data" : {
  4. "code" : 0,
  5. "message" : Ok,
  6. "result" : {
  7. "club" : {
  8. "club_id" : 345,
  9. "balance" : 994300
  10. },
  11. "club_member" : {
  12. "club_member_id" : 517,
  13. "agent_balance" : 5700
  14. },
  15. "club_transfer" : {
  16. "club_transfer_id" : 497,
  17. "status" : complete,
  18. "type" : agent_in,
  19. "sum" : 900,
  20. "time" : 1574258279202
  21. }
  22. }
  23. },
  24. "key" : 10,
  25. "type" : response
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement