root@localhost www.shop.com]# php think queue:listen --queue
[2026-03-18 12:02:25][bZCrxKRJoOQvUKykDccVgJZPwwhUPLna] Processing: app\jobs\order\MiniOrderJob@fire
"MiniOrderJob"
PHP Fatal error: Uncaught Swoole\Error: API must be called in the coroutine in /www/wwwroot/www.shop.com/crmeb/services/wechat/CustomHttpClient.php:112
Stack trace:
#0 /www/wwwroot/www.shop.com/crmeb/services/wechat/CustomHttpClient.php(112): Swoole\Coroutine\Http\Client->execute()
#1 /www/wwwroot/www.shop.com/vendor/w7corp/easywechat/src/Kernel/HttpClient/AccessTokenAwareClient.php(63): crmeb\services\wechat\CustomHttpClient->request()
#2 /www/wwwroot/www.shop.com/vendor/w7corp/easywechat/src/Kernel/HttpClient/HttpClientMethods.php(39): EasyWeChat\Kernel\HttpClient\AccessTokenAwareClient->request()
#3 /www/wwwroot/www.shop.com/crmeb/services/wechat/client/miniprogram/OrderClient.php(270): EasyWeChat\Kernel\HttpClient\AccessTokenAwareClient->postJson()
#4 /www/wwwroot/www.shop.com/crmeb/services/wechat/client/miniprogram/OrderClient.php(136): crmeb\services\wechat\client\miniprogram\OrderClient->shipping()
#5 /www/wwwroot/www.shop.com/crmeb/services/wechat/MiniProgram.php(588): crmeb\services\wechat\client\miniprogram\OrderClient->shippingByTradeNo()
#6 /www/wwwroot/www.shop.com/app/jobs/order/MiniOrderJob.php(33): crmeb\services\wechat\MiniProgram::shippingByTradeNo()
#7 /www/wwwroot/www.shop.com/crmeb/basic/BaseJobs.php(51): app\jobs\order\MiniOrderJob->doJob()
#8 /www/wwwroot/www.shop.com/crmeb/basic/BaseJobs.php(33): crmeb\basic\BaseJobs->runJob()
#9 /www/wwwroot/www.shop.com/vendor/topthink/think-queue/src/queue/Job.php(95): crmeb\basic\BaseJobs->fire()
#10 /www/wwwroot/www.shop.com/vendor/topthink/think-queue/src/queue/Worker.php(314): think\queue\Job->fire()
#11 /www/wwwroot/www.shop.com/vendor/topthink/think-queue/src/queue/Worker.php(268): think\queue\Worker->process()
#12 /www/wwwroot/www.shop.com/vendor/topthink/think-queue/src/queue/Worker.php(251): think\queue\Worker->runJob()
#13 /www/wwwroot/www.shop.com/vendor/topthink/think-queue/src/queue/command/Work.php(72): think\queue\Worker->runNextJob()
#14 /www/wwwroot/www.shop.com/vendor/topthink/framework/src/think/console/Command.php(210): think\queue\command\Work->execute()
#15 /www/wwwroot/www.shop.com/vendor/topthink/framework/src/think/Console.php(649): think\console\Command->run()
#16 /www/wwwroot/www.shop.com/vendor/topthink/framework/src/think/Console.php(308): think\Console->doRunCommand()
#17 /www/wwwroot/www.shop.com/vendor/topthink/framework/src/think/Console.php(245): think\Console->doRun()
#18 /www/wwwroot/www.shop.com/think(19): think\Console->run()
#19 {main}
thrown in /www/wwwroot/www.shop.com/crmeb/services/wechat/CustomHttpClient.php on line 112

