小程序发货,同步发货信息到小程序,偶尔失败,失败频率不高,查看日志,发现以下错误,请问如何优化呢?
队列错误:EasyWeChat\Core\Exceptions\HttpException: invalid credential, access_token is invalid or not latest, could get access_token by getStableAccessToken, more details at https://mmbizurl.cn/s/JtxxFh33r rid: 67580200-29f071bf-0f29f76d in /home/wwwroot/www.xxx.com/vendor/overtrue/wechat/src/Core/AbstractAPI.php:255
Stack trace:
#0 /home/wwwroot/www.xxx.com/vendor/overtrue/wechat/src/Core/AbstractAPI.php(155): EasyWeChat\Core\AbstractAPI->checkAndThrow()
#1 /home/wwwroot/www.xxx.com/crmeb/services/easywechat/orderShipping/BaseOrder.php(119): EasyWeChat\Core\AbstractAPI->parseJSON()
#2 /home/wwwroot/www.xxx.com/crmeb/services/easywechat/orderShipping/OrderClient.php(88): crmeb\services\easywechat\orderShipping\BaseOrder->setMesJumpPath()
#3 /home/wwwroot/www.xxx.com/crmeb/services/easywechat/orderShipping/MiniOrderService.php(68): crmeb\services\easywechat\orderShipping\OrderClient->shippingByTradeNo()
#4 /home/wwwroot/www.xxx.com/app/jobs/MiniOrderJob.php(21): crmeb\services\easywechat\orderShipping\MiniOrderService::shippingByTradeNo()
#5 /home/wwwroot/www.xxx.com/crmeb/basic/BaseJobs.php(69): app\jobs\MiniOrderJob->doJob()
#6 /home/wwwroot/www.xxx.com/crmeb/basic/BaseJobs.php(47): crmeb\basic\BaseJobs->runJob()
#7 /home/wwwroot/www.xxx.com/vendor/topthink/think-queue/src/queue/Job.php(83): crmeb\basic\BaseJobs->fire()
#8 /home/wwwroot/www.xxx.com/vendor/topthink/think-queue/src/queue/Worker.php(311): think\queue\Job->fire()
#9 /home/wwwroot/www.xxx.com/vendor/topthink/think-queue/src/queue/Worker.php(267): think\queue\Worker->process()
#10 /home/wwwroot/www.xxx.com/vendor/topthink/think-queue/src/queue/Worker.php(250): think\queue\Worker->runJob()
#11 /home/wwwroot/www.xxx.com/vendor/topthink/think-queue/src/queue/command/Work.php(72): think\queue\Worker->runNextJob()
#12 /home/wwwroot/www.xxx.com/vendor/topthink/framework/src/think/console/Command.php(210): think\queue\command\Work->execute()
#13 /home/wwwroot/www.xxx.com/vendor/topthink/framework/src/think/Console.php(654): think\console\Command->run()
#14 /home/wwwroot/www.xxx.com/vendor/topthink/framework/src/think/Console.php(313): think\Console->doRunCommand()
#15 /home/wwwroot/www.xxx.com/vendor/topthink/framework/src/think/Console.php(250): think\Console->doRun()
#16 /home/wwwroot/www.xxx.com/think(19): think\Console->run()