# AiPub免登录发布接口 **Repository Path**: BuGaoSuNi2018/aipub ## Basic Information - **Project Name**: AiPub免登录发布接口 - **Description**: 集成dede、wordpress、帝国、zblog免登录发布接口,兼容火车头 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-05-19 - **Last Updated**: 2024-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
★★★★★★★★★★★★★★★★★★★★★★★★
 █████╗ ██╗██████╗ ██╗   ██╗██████╗ 
██╔══██╗██║██╔══██╗██║   ██║██╔══██╗
███████║██║██████╔╝██║   ██║██████╔╝
██╔══██║██║██╔═══╝ ██║   ██║██╔══██╗
██║  ██║██║██║     ╚██████╔╝██████╔╝
╚═╝  ╚═╝╚═╝╚═╝      ╚═════╝ ╚═════╝ 
★★★★★★免费开源网站发布接口★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★
## AiPub网站免登录发布接口 ## 接口对接 1. 用接口请求方式为POST 2. 适用于火车头采集器7.6-9.6 3. 接口均为网上公开源码搜集,无加密,安全可靠 4. 兼容 帝国cms 织梦cms zblog 易优cms wordpress pbootcms 等主流CMS系统 5. 开源免费 ## 接口字段 | 参数|类型|说明| |-----|----|-----| |password |必选|接口密钥| |title |必选|标题| |keyword |可选 |关键词,多个英文,隔开| |description |可选 | 描述| |content| 必选 |文章内容| |head_pic |可选 |头图| |imgs |可选| 内容配图,多个,隔开| |category |可选|分类名称| |category_ids |可选|分类对应的ID,多个,隔开| ## POST数据示例
{
  "title": "标题",
  "keyword": "关键词",
  "description": "描述",
  "content": "内容",
  "head_pic": "头图",
  "imgs": "内容配图1,内容配图2,内容配图3"
}
## 对接流程 - 织梦cms - 帝国cms - zblog - wordpress - 易优cms - Pbootcms