irshalfir

Error POST wish data

Oct 19th, 2020 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Url : http://175.126.176.102/opoapi/public/api/wish/user/1/add/item
  2. form-data : goods_id = 1
  3.  
  4.  
  5. Response :
  6. {
  7. "title": "CodeIgniter\\Exceptions\\PageNotFoundException",
  8. "type": "CodeIgniter\\Exceptions\\PageNotFoundException",
  9. "code": 404,
  10. "message": "Controller method is not found: addWish",
  11. "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/Exceptions/PageNotFoundException.php",
  12. "line": 14,
  13. "trace": [
  14. {
  15. "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/CodeIgniter.php",
  16. "line": 985,
  17. "function": "forPageNotFound",
  18. "class": "CodeIgniter\\Exceptions\\PageNotFoundException",
  19. "type": "::"
  20. },
  21. {
  22. "file": "/var/www/html/opoapi/vendor/codeigniter4/framework/system/CodeIgniter.php",
  23. "line": 328,
  24. "function": "display404errors",
  25. "class": "CodeIgniter\\CodeIgniter",
  26. "type": "->"
  27. },
  28. {
  29. "file": "/var/www/html/opoapi/public/index.php",
  30. "line": 57,
  31. "function": "run",
  32. "class": "CodeIgniter\\CodeIgniter",
  33. "type": "->"
  34. }
  35. ]
  36. }
Add Comment
Please, Sign In to add comment