This commit is contained in:
songliang 2023-06-25 16:57:16 +08:00
parent bbe68a6818
commit ea39d8ede6

View File

@ -1012,7 +1012,9 @@ class ShopController extends BaseAuthedController
$response['item_id'] = $item_id;
$response['item_num'] = $item_count;
$this->_rspData(
$response
array(
"block_chain" => $response
)
);
}
break;