The automatic publishing interface of Empire CMS is located at /e/api/web/postinfo.php. The usage steps are as follows: visit the /e/api/web/postinfo.php address and use HTTP POST to submit the article title, column ID, Data interfaces such as category ID, author and article content will return a response in JSON format, which contains the publishing results and article ID
Empire CMS automatically publishes Interface
Q: Where is the automatic publishing interface of Empire CMS?
Answer: The automatic publishing interface of Empire CMS is located at:
Usage steps:
address in the browser.
<code>title=文章标题 cat=栏目ID newsclassid=分类ID newsclassid2=二级分类ID newsclassid3=三级分类ID oldtitle=原文章标题(编辑文章时使用) username=用户名 password=密码 editor=编辑器 ishtml=是否生成静态页 zt=置顶 pl=推荐至头条 author=作者 redirecturl=发布成功后跳转地址 upfile=上传附件 upimage=上传缩略图 content=文章内容</code>
Note:
The above is the detailed content of Where is the automatic publishing interface of Empire CMS?. For more information, please follow other related articles on the PHP Chinese website!