简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-07-11

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
module string 模块
title string 标题
cate_id string 分类id
small_title string 小标题
content string 内容
imgs string 图片列表,例如 ["service/2020/07/11/5f09722c95323.png","service/2020/07/11/5f09722c95323.png"]
price string 折扣价格
old_price string 原价格
discount_price string 会员价格

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "发布成功",
    "data": []
}

错误时返回:

{
    "status": 0,
    "msg": "提交失败"
}

返回参数说明:

参数名 类型 说明
file_url string 文件提交接口的路径
file_view_url string 文件显示路径

备注:

作者:admin  创建时间:2020-07-11 16:26
 更新时间:2025-04-01 15:40
上一篇:
下一篇: