This commit is contained in:
aozhiwei 2024-04-21 17:02:32 +08:00
parent 50a40fd6ec
commit ef0c00b944

View File

@ -154,6 +154,8 @@ class BagController extends BaseAuthedController {
$this->_rspErr($errCode, $errMsg);
return;
}
myself()->_rspOk();
return;
}
$itemDto = Bag::findByType(mt\Item::FUNC_TYPE, mt\Item::FUNC_RENAME_CARD_SUBTYPE);
error_log(json_encode($itemDto));