接口请求的数据为什么浏览器预览是空的?
chaihongjun opened this issue · 1 comments
chaihongjun commented
浏览器访问接口
http://localhost:8080/api/app/v1_1/articles?channel_id=0×tamp=1626170232354&with_top=1
可以正常显示results里面的数据,但是在浏览器控制台看preview或response 栏目空的:
{message: "OK", data: {pre_timestamp: null, results: [], page: 12}} data: {pre_timestamp: null, results: [], page: 12} page: 12 pre_timestamp: null results: [] message: "OK"
laravel-chuanwen commented
你好,你现在这个接口请求的有数据了吗