getEndUserDetailList 795 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "result": 1,
  3. "description": "",
  4. "data": {
  5. "total": 32,
  6. "dataList": [
  7. {
  8. "id":123,
  9. "nickname": "张三",
  10. "openId": "x5jifx9glaqx0mfa",
  11. "sex":"1",
  12. "country": "中国",
  13. "province": "湖北省",
  14. "city": "武汉",
  15. "balance": 100,
  16. "groupName": "武汉大学寝室",
  17. "gateway": "微信"
  18. },
  19. { "id":456,
  20. "nickname": "尼古拉斯赵四",
  21. "openId": "d40clgjqxk361",
  22. "sex":"2",
  23. "country": "中国",
  24. "province": "湖北省",
  25. "city": "黄冈",
  26. "balance": 200,
  27. "groupName": "黄冈中学",
  28. "gateway": "支付宝"
  29. }
  30. ]
  31. }
  32. }