Advertisement
longphp

[Buji] response tag

Jul 29th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "message": {
  3. "type": "success",
  4. "code": 1000,
  5. "msg": "Success"
  6. },
  7. "data": {
  8. "tags": [
  9. {
  10. "id": 1,
  11. "name": "Apple"
  12. },
  13. {
  14. "id": 2,
  15. "name": "Orange"
  16. },
  17. {
  18. "id": 3,
  19. "name": "quanxi"
  20. },
  21. {
  22. "id": 4,
  23. "name": "kaka"
  24. }
  25. ]
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement