0
데이터베이스에서 QBCustomObject를 검색 한 후 id 필드를 가져올 수 없습니다. 시도 :QBCustomObject ID를 얻으려면 Android & Quickblox : Ho를 사용 하시겠습니까?
customObject.getId()
customObject.get("id")
customObject.get("_id")
그러나 둘 다 null을 반환합니다. GET 요청의 응답은 다음과 같습니다 내가 얻으려고 값은 "58764867a28f9a83b00000d6는"
'{"class_name":"Commento","skip":0,"limit":0,"items":[{"_id":"58764867a28f9a83b00000d6","_parent_id":null,"created_at":1484146791,"post_id":"news1542333154","testo":"un commento","updated_at":1484146791,"user_id":22399324},{"_id":"58764865a0eb47eecc00003a","_parent_id":null,"created_at":1484146789,"post_id":"news1542333154","testo":"un commento","updated_at":1484146789,"user_id":22399324}]}'
입니다.
올바른 방법은 무엇입니까?
올바른 방법입니다 그 –