1
This commit is contained in:
parent
ab80faccc6
commit
eb025631a7
@ -26,10 +26,11 @@ class HashRateShopService {
|
|||||||
}
|
}
|
||||||
$goodsDto = array(
|
$goodsDto = array(
|
||||||
'goods_id' => $goodsMeta['id'],
|
'goods_id' => $goodsMeta['id'],
|
||||||
|
'price' => $goodsMeta['pile_price'],
|
||||||
'item_id' => $goodsMeta['type'],
|
'item_id' => $goodsMeta['type'],
|
||||||
'item_num' => $goodsMeta['item_num'],
|
'item_num' => $goodsMeta['item_num'],
|
||||||
'purchased_num' => 0,
|
'purchased_num' => 0,
|
||||||
'max_num' => 0,
|
'max_num' => $goodsMeta['limit_num'],
|
||||||
'count_down' => 0,
|
'count_down' => 0,
|
||||||
);
|
);
|
||||||
array_push($goodsList, $goodsDto);
|
array_push($goodsList, $goodsDto);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user