Amp html 放大器列表抛出错误400

Amp html 放大器列表抛出错误400,amp-html,accelerated-mobile-page,Amp Html,Accelerated Mobile Page,尝试实现amp list时,它可以很好地处理示例json文件,但当我尝试从启用HTTPS和CORS的上游api获取数据时,会抛出错误400 <amp-list width="auto" height="100" layout="fixed-height" src="URL"> <template type="amp-mustache" id="amp-template-id"> <div><a href="{{hosted_url}}">{{tit

尝试实现amp list时,它可以很好地处理示例json文件,但当我尝试从启用HTTPS和CORS的上游api获取数据时,会抛出错误400

<amp-list width="auto" height="100" layout="fixed-height" src="URL"> <template type="amp-mustache" id="amp-template-id"> <div><a href="{{hosted_url}}">{{title}}</a></div> </template> </amp-list>