FriendControllerTest__testStoreValidation__1.json 728 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "status_code": 422,
  3. "headers": {
  4. "cache-control": [
  5. "no-cache, private"
  6. ],
  7. "date": "Tue, 01 Jan 2019 00:00:00 CST",
  8. "content-type": [
  9. "application\/json"
  10. ],
  11. "x-ratelimit-limit": [
  12. "60"
  13. ],
  14. "x-ratelimit-remaining": [
  15. "59"
  16. ],
  17. "access-control-allow-origin": [
  18. "http:\/\/laravel-bjyblog.test"
  19. ]
  20. },
  21. "content": {
  22. "message": "名称 不能为空。 (and 1 more error)",
  23. "errors": {
  24. "name": [
  25. "名称 不能为空。"
  26. ],
  27. "url": [
  28. "链接 不能为空。"
  29. ]
  30. }
  31. }
  32. }