This commit is contained in:
songliang 2023-06-30 10:09:31 +08:00
parent 2ebf134999
commit a1a0ac9653

View File

@ -413,7 +413,8 @@ class ShopController extends BaseAuthedController
$itemMeta = mt\Item::get($row['goods_id']);
$propertyChgService = new services\PropertyChgService();
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->addItem($row['goods_id'], $goods_num);