From ab0aff0d7f10a5510189275c992fefffb7ae60f0 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Wed, 19 Feb 2025 18:06:14 +0800 Subject: [PATCH] feat : pay callback --- app/Service/ServiceTrait/Api/OrderTrait.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Service/ServiceTrait/Api/OrderTrait.php b/app/Service/ServiceTrait/Api/OrderTrait.php index 1960334..2708698 100644 --- a/app/Service/ServiceTrait/Api/OrderTrait.php +++ b/app/Service/ServiceTrait/Api/OrderTrait.php @@ -360,6 +360,8 @@ trait OrderTrait protected function manageGoodOrder(): void { try { + $this->orderInfo->status = OrderCode::PAYED; +// $this->orderInfo->pay_time = }catch (Exception $e) { $this->log->error(__CLASS__.':Function:manageGoodOrder:'.$e->getMessage().':orderId:'.$this->orderInfo->id);