1
나는 atime에 및 번들 속성을 업데이트하기 위해 http://orion.lab.fiware.org:1026/v2/entities/85/attrs?type=UrbansenseLocation에 POST 요청을 보내고 :JSON 타임 스탬프 잘못된
{
"atime":{
"type":"Number",
"value":1476370651},
"bundle":{
"type":"Number",
"value":1}
}
와 같은 개체에 대한 GET 요청을 수신 다음과 같은 응답 :
이{
"id": "85",
"type": "UrbansenseLocation",
"atime": {
"type": "Number",
"value": 1476370000,
"metadata": {}
},
"bundle": {
"type": "Number",
"value": 1,
"metadata": {}
},
//some other attributes
}
의 atime에 attri의 값 필드에 불일치가 있습니다 bute !!! 그런 일이 왜 일어나는 것입니까?
감사합니다.
Orion repostitory (https://github.com/telefonicaid/fiware-orion/issues/2603)에서 이에 대해보고하신 것으로 보입니다. github에서 계속하겠습니다. 문제에 대한 해결책이 명확 해지면 SOF로 돌아 오십시오. – fgalan