请求 - POST
参数 | 必填 | 格式 | 说明 |
---|---|---|---|
token | 必填 | string | 请求密钥 |
title | 必填 | string | 内容标题 |
module | 必填 | string | news/文章,product/产品 |
mid | 必填 | string | 栏目ID,后台获取 |
content | 必填 | string | 内容 |
...... | 选填 | 更多选填参数请看应用说明 |
//POST的数据格式为JSON { "token": "", //后台填写的写入TOKEN "title": "", "module": "news", "mid": "", "content": "" }
{ "code": 1, "msg": "success", "data": { "id": 1, "url": "https://domain.com/show/news-1.html" } }
{ "code": 0, "msg": "ERROR" }