groups.js 190 B

123456789101112131415161718
  1. {
  2. "groups" : [{
  3. "id" : 1,
  4. "text": "status1"
  5. },
  6. {
  7. "id" : 2,
  8. "text": "customer"
  9. },
  10. {
  11. "id" : 3,
  12. "text": "vip"
  13. },
  14. {
  15. "id" : 4,
  16. "text": "admin"
  17. }]
  18. }