问题:
Api接口可以调用分页数据嘛
有没什么方法可以实现
答案:
获取哪里的数据,获取栏目列表也能可以分页啊,我做小程序就用到过
回复@林正英
获取栏目的分页,怎么实现,是在小程序实现还是在后端先实现啊
自带的小程序demo上面就有例子啊
var http_url = "https://xxxxxxxxxxxxxxxxxxx/index.php?appid=xxxxxxxxxxxxxxxx&appsecret=xxxxxxxxxxxxxxxxxxx&s=news&c=search&pagesize=10&api_call_function=module_search_news_list';
分页接口