From 17ee7dd08b56804234f765c6c40c4c316338c3b6 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Wed, 19 Jan 2022 15:57:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=93=E7=AE=97=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Endpoint/Api/Http/Resources/Dealer/DealerEarningResource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Endpoint/Api/Http/Resources/Dealer/DealerEarningResource.php b/app/Endpoint/Api/Http/Resources/Dealer/DealerEarningResource.php index 837e9922..e34ff284 100644 --- a/app/Endpoint/Api/Http/Resources/Dealer/DealerEarningResource.php +++ b/app/Endpoint/Api/Http/Resources/Dealer/DealerEarningResource.php @@ -19,6 +19,7 @@ class DealerEarningResource extends JsonResource 'id' => $this->id, 'type' => $this->type_name, 'created_at' => $this->created_at->toDateTimeString(), + 'settle_at' => $this->settle_at->toDateTimeString(), 'total_amount' => $this->total_amount, 'fee_rate' => $this->fee_rate, 'fee' => $this->fee,