transactionService = app(TransactionService::class); } public function testPreOrder() { $this->transactionService->preOrder( outTradeNo: generate_number(NumberBizEnum::ORDER_PAY), totalAmount: .01, locationInfo: new LocationInfo(requestIP: '127.0.0.1'), subject: '测试订单', ); } }