This commit is contained in:
aozhiwei 2023-08-26 08:24:28 +08:00
parent c692f935e9
commit fee9be2d72

View File

@ -55,6 +55,9 @@ class StackingController extends BaseAuthedController {
private function fillStackingInfo($info, $rows)
{
foreach ($rows as $row) {
if (!$this->isTypeNft($info['type'], $row)) {
continue;
}
switch ($info['type']) {
case self::PLANET_TYPE:
{