Merge branch 'develop' of gitee.com:zi-chunsheng-e-commerce/mall-server into 1.x
commit
f43f28ee19
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue