base
parent
19254d084c
commit
43250b2d34
|
|
@ -15,7 +15,8 @@ class StoreProductResource extends JsonResource
|
||||||
'sell_price' => (string) $this->sell_price_format,
|
'sell_price' => (string) $this->sell_price_format,
|
||||||
'vip_price' => (string) $this->vip_price_format,
|
'vip_price' => (string) $this->vip_price_format,
|
||||||
'market_price' => (string) $this->market_price_format,
|
'market_price' => (string) $this->market_price_format,
|
||||||
'amount' => (int) $this->pivot->amount
|
'amount' => (int) $this->pivot->amount,
|
||||||
|
'specs' => (array) $this->specs,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue