联系官方销售客服
1835022288
028-61286886
打算自己写程序并通过api定时生成静态内容。
1. 抓包生成静态内容页面得到访问方式是get,请求网址是:
GET /admin666.php?s=chtml&c=html&m=show_index&app=news&pagesize=5&id_form=580&id_to=589&date_form=&date_to= HTTP/1.1
2. 构建api访问网址是:
https://666.com/index.php?appid=1&appsecret=666&s=chtml&c=html&m=show_index&app=news&pagesize=5&id_form=580&id_to=589&date_form=&date_to=
测试在get请求时没添加协议头,返回的数据为空。
3. 按照教程任意页面查询API接口能正常获取数据 https://www.xunruicms.com/doc/409.html
所以这个生成静态的功能不能通过api实现吗?