error-2024-02-26.log 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. [2024-02-26 11:22:05] production.ERROR: http parameters {"route":"plugin.yz-supply.admin.goods-import.index"}
  2. [2024-02-26 11:22:05] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: syntax error, unexpected ',' in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\yz-supply\src\admin\GoodsImportController.php:245
  3. Stack trace:
  4. #0 [internal function]: app\common\providers\PluginServiceProvider->app\common\providers\{closure}('Yunshop\\YzSuppl...')
  5. #1 [internal function]: spl_autoload_call('Yunshop\\YzSuppl...')
  6. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\route\AbstractShopRoute.php(44): class_exists('Yunshop\\YzSuppl...')
  7. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\route\ShopRouteDirector.php(47): app\common\route\AbstractShopRoute->pluginMatch(Array, 'plugin')
  8. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\route\ShopRouteDirector.php(28): app\common\route\ShopRouteDirector->match()
  9. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(23): app\common\route\ShopRouteDirector->setRoute()
  10. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  11. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  12. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  13. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  14. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  15. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  16. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  17. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  18. #14 {main}
  19. [2024-02-26 14:27:01] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.exampleExcel"}
  20. [2024-02-26 14:27:01] production.ERROR: Symfony\Component\Mime\Exception\InvalidArgumentException: The "F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\storage\framework\cache\laravel-excel\laravel-excel-B2owYg036dQwXkY1d7cy72SpTn5NM6XY.xlsx" file does not exist or is not readable. in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\symfony\mime\FileinfoMimeTypeGuesser.php:50
  21. Stack trace:
  22. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\symfony\mime\MimeTypes.php(134): Symfony\Component\Mime\FileinfoMimeTypeGuesser->guessMimeType('F:\\phpstudy_pro...')
  23. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\symfony\http-foundation\File\File.php(73): Symfony\Component\Mime\MimeTypes->guessMimeType('F:\\phpstudy_pro...')
  24. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\symfony\http-foundation\BinaryFileResponse.php(213): Symfony\Component\HttpFoundation\File\File->getMimeType()
  25. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(756): Symfony\Component\HttpFoundation\BinaryFileResponse->prepare(Object(app\framework\Http\Request))
  26. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(721): Illuminate\Routing\Router::toResponse(Object(app\framework\Http\Request), Object(Symfony\Component\HttpFoundation\BinaryFileResponse))
  27. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Router->prepareResponse(Object(app\framework\Http\Request), Object(Symfony\Component\HttpFoundation\BinaryFileResponse))
  28. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  29. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  30. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  31. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  32. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  33. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  34. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  35. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  36. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  37. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  38. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  39. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  40. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  41. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  42. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  43. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  44. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  45. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  46. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  47. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  48. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  49. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  50. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  51. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  52. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  53. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  54. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  55. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  56. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  57. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  58. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  59. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  60. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  61. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  62. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  63. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  64. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  65. #43 {main}
  66. [2024-02-26 14:29:08] production.ERROR: http parameters {"remark":"71877,71883","cancelsend":"yes","route":"plugin.goods-handle.backend.zt.goodsSet"}
  67. [2024-02-26 14:29:08] production.ERROR: BadMethodCallException: Method Yunshop\GoodsHandle\backend\ZtController::goodsSet does not exist. in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php:68
  68. Stack trace:
  69. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Illuminate\Routing\Controller->__call('goodsSet', Array)
  70. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('goodsSet', Array)
  71. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('goodsSet', Array)
  72. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'goodsSet')
  73. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  74. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  75. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  76. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  77. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  78. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  79. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  80. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  81. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  82. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  83. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  84. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  85. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  86. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  87. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  88. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  89. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  90. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  91. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  92. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  93. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  94. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  95. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  96. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  97. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  98. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  99. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  100. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  101. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  102. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  103. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  104. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  105. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  106. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  107. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  108. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  109. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  110. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  111. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  112. #43 {main}
  113. [2024-02-26 14:57:28] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.getData"}
  114. [2024-02-26 14:57:28] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Too few arguments to function Yunshop\GoodsHandle\backend\ZtController::getData(), 0 passed in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php on line 54 and exactly 1 expected in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php:707
  115. Stack trace:
  116. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->getData()
  117. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('getData', Array)
  118. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('getData', Array)
  119. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'getData')
  120. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  121. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  122. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  123. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  124. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  125. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  126. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  127. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  128. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  129. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  130. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  131. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  132. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  133. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  134. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  135. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  136. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  137. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  138. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  139. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  140. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  141. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  142. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  143. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  144. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  145. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  146. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  147. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  148. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  149. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  150. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  151. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  152. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  153. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  154. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  155. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  156. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  157. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  158. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  159. #43 {main}
  160. [2024-02-26 14:57:45] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.getData"}
  161. [2024-02-26 14:57:45] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Too few arguments to function Yunshop\GoodsHandle\backend\ZtController::getData(), 0 passed in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php on line 54 and exactly 1 expected in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php:707
  162. Stack trace:
  163. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->getData()
  164. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('getData', Array)
  165. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('getData', Array)
  166. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'getData')
  167. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  168. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  169. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  170. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  171. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  172. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  173. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  174. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  175. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  176. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  177. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  178. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  179. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  180. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  181. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  182. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  183. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  184. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  185. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  186. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  187. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  188. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  189. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  190. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  191. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  192. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  193. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  194. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  195. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  196. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  197. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  198. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  199. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  200. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  201. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  202. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  203. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  204. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  205. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  206. #43 {main}
  207. [2024-02-26 14:58:20] production.ERROR: http parameters {"route":"plugin.goods-handle.backend.zt.getData"}
  208. [2024-02-26 14:58:20] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Too few arguments to function Yunshop\GoodsHandle\backend\ZtController::getData(), 0 passed in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php on line 54 and exactly 1 expected in F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\plugins\goods-handle\src\backend\ZtController.php:707
  209. Stack trace:
  210. #0 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(54): Yunshop\GoodsHandle\backend\ZtController->getData()
  211. #1 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\components\BaseController.php(81): Illuminate\Routing\Controller->callAction('getData', Array)
  212. #2 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(45): app\common\components\BaseController->callAction('getData', Array)
  213. #3 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Yunshop\GoodsHandle\backend\ZtController), 'getData')
  214. #4 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Route.php(176): Illuminate\Routing\Route->runController()
  215. #5 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(681): Illuminate\Routing\Route->run()
  216. #6 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(app\framework\Http\Request))
  217. #7 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AdminPermission.php(22): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  218. #8 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AdminPermission->handle(Object(app\framework\Http\Request), Object(Closure))
  219. #9 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateShop.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  220. #10 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateShop->handle(Object(app\framework\Http\Request), Object(Closure))
  221. #11 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\AuthenticateAdmin.php(147): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  222. #12 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\AuthenticateAdmin->handle(Object(app\framework\Http\Request), Object(Closure))
  223. #13 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Authenticate.php(39): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  224. #14 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Authenticate->handle(Object(app\framework\Http\Request), Object(Closure), 'admin')
  225. #15 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Middleware\SubstituteBindings.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  226. #16 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(app\framework\Http\Request), Object(Closure))
  227. #17 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\AuthenticateSession.php(58): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  228. #18 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\AuthenticateSession->handle(Object(app\framework\Http\Request), Object(Closure))
  229. #19 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  230. #20 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(app\framework\Http\Request), Object(Closure))
  231. #21 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  232. #22 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle(Object(app\framework\Http\Request), Object(Closure))
  233. #23 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  234. #24 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(app\framework\Http\Request), Object(Closure))
  235. #25 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\Install.php(24): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  236. #26 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\Install->handle(Object(app\framework\Http\Request), Object(Closure))
  237. #27 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  238. #28 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(683): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  239. #29 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(658): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(app\framework\Http\Request))
  240. #30 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(624): Illuminate\Routing\Router->runRoute(Object(app\framework\Http\Request), Object(Illuminate\Routing\Route))
  241. #31 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Routing\Router.php(613): Illuminate\Routing\Router->dispatchToRoute(Object(app\framework\Http\Request))
  242. #32 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(170): Illuminate\Routing\Router->dispatch(Object(app\framework\Http\Request))
  243. #33 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(app\framework\Http\Request))
  244. #34 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\common\middleware\ShopRoute.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  245. #35 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): app\common\middleware\ShopRoute->handle(Object(app\framework\Http\Request), Object(Closure))
  246. #36 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  247. #37 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(app\framework\Http\Request), Object(Closure))
  248. #38 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(app\framework\Http\Request))
  249. #39 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(145): Illuminate\Pipeline\Pipeline->then(Object(Closure))
  250. #40 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(app\framework\Http\Request))
  251. #41 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\app\laravel.php(47): Illuminate\Foundation\Http\Kernel->handle(Object(app\framework\Http\Request))
  252. #42 F:\phpstudy_pro\WWW\hemall.terabimsoft.com.cn\index.php(11): include_once('F:\\phpstudy_pro...')
  253. #43 {main}