6
0
Fork 0

Merge branch 'develop' of gitee.com:zi-chunsheng-e-commerce/mall-server into 1.x

release
李静 2022-02-23 17:47:25 +08:00
commit f43f28ee19
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class OrderResource extends JsonResource
'consignee_telephone' => $this->consignee_telephone,
'consignee_zone' => $this->consignee_zone,
'consignee_address' => $this->consignee_address,
'pay_way' => (string) $this->pay_way,
'pay_way' => (string) $this->pay_way?->label(),
'pay_at' => (string) $this->pay_at?->toDateTimeString(),
'completed_at' => (string) $this->completed_at?->toDateTimeString(),
'created_at' => $this->created_at->toDateTimeString(),