6
0
Fork 0
release
李静 2021-12-13 16:38:31 +08:00
parent c6a971a7da
commit 824e97587d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class ShippingAddressResource extends JsonResource
return [
'id' => $this->id,
'zone_id' => $this->zone_id,
'name' => $this->name,
'consignee' => $this->consignee,
'telephone' => $this->telephone,
'zone' => $this->zone,
'address' => $this->address,