因为业务需要,需要在目前项目上开发一个百度小程序,百度智能小程序上线了,但是内容每天得推送,不可能一个小程序路径一个推送吧,因为小程序路径和项目路径不一致. 因为项目是用ThinkPHP开发的,在此附上自动输出sitemap.txt代码 <?php namespace app\index\controller; use think\Request; use think\Response; use mip\Mip; class Index extends Mip { public function
最近百度小程序比较火,自己站点用thinkphp打造的,所以写了这个Thinkphp的百度小程序输出接口,实现数据同步. 附上代码 <?php namespace app\article\controller; use think\Request; use com\File; use mip\Htmlp; use mip\Mip; class ApiArticle extends Mip { protected $beforeActionList = ['start']; public func