0

json看起来像:

{
     "status": "ok",
     "posts": [{
        "id": 0,
        "title": "test"
     }]
}

和响应头:

Accept-Ranges:bytes
Connection:Keep-Alive
Content-Length:57
Content-Type:application/json
Date:Wed, 16 Sep 2015 00:47:36 GMT
ETag:"39-51fd2713995fd"
Keep-Alive:timeout=5, max=100
Last-Modified:Wed, 16 Sep 2015 00:33:06 GMT
Server:Apache/2.4.16 (Unix) PHP/5.6.13

而我的磁贴一直显示“数据有问题”

我的清单.json:

https://jsonblob.com/55f8c4a9e4b01190df38996b

4

1 回答 1

1

您有要分享的 WebTile 清单吗?如果是这样,我可以看看它,看看我是否能找到问题。

最可能的问题是文本绑定配置不正确。

于 2015-09-16T01:13:02.357 回答