...
This commit is contained in:
parent
2ebf134999
commit
a1a0ac9653
@ -413,7 +413,8 @@ class ShopController extends BaseAuthedController
|
|||||||
$itemMeta = mt\Item::get($row['goods_id']);
|
$itemMeta = mt\Item::get($row['goods_id']);
|
||||||
$propertyChgService = new services\PropertyChgService();
|
$propertyChgService = new services\PropertyChgService();
|
||||||
for ($i = 0; $i < $goods_num; $i++) {
|
for ($i = 0; $i < $goods_num; $i++) {
|
||||||
$this->internalAddItem($propertyChgService, $itemMeta, $goods_count, 0);
|
// 既然这种货币是在链上的,那么这里不应该增加任何物品,
|
||||||
|
// $this->internalAddItem($propertyChgService, $itemMeta, $goods_count, 0);
|
||||||
}
|
}
|
||||||
$awardService = new services\AwardService();
|
$awardService = new services\AwardService();
|
||||||
// $awardService->addItem($row['goods_id'], $goods_num);
|
// $awardService->addItem($row['goods_id'], $goods_num);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user