_getSelfMysql(), 't_bag', array( 'account_id' => $this->_getAccountId() ), function ($row) use(&$itemList) { array_push($itemList, Bag::toDto($row)); } ); $this->_rspData(array( 'item_list' => $itemList )); } public function useItem() { } }