站长资源变现入口 全国楼凤小姐姐 招商联系客服 招商联系客服 招商联系客服 招商联系客服

苹果cms内置ajax数据接口说明

[复制链接]
查看315 | 回复0 | 2024-7-29 00:32:56 | 显示全部楼层 |阅读模式
苹果cms内置ajax数据接口说明
参数
mid:模块1视频2文章3专题
limit:每页条数,支持10,20,30
page:页码,最多不超过20页,防止非法采集
接口地址是index.php/ajax/data.html?mid=1&page=1&limit=10接口调用参考代码,自行修改
$.ajax({
type: "POST",
dataType: "JSON",
url: "index.php/ajax/data.html",
data:{mid:1,page:1,limit:10},
success:function(data,status){
console.log(data)
},
error:function(XMLHttpRequest,textStatus,errorThrown){
console.log(json_decode.msg)
}
});
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则