文档
测试

活动添加

POST
http://localhost:8080/community//activity/add

接口描述

默认不显示

请求头

参数名
类型
描述
必填
dev
string
示例:
必填

请求参数

参数名
类型
描述
必填
title
string
示例:热门活动名称1231
必填
titleLable
string
示例:标题标签
必填
pictureUrl
string
示例:列表缩略图
必填
content
string
示例:富文本内容
必填
activityTime
string
示例:活动时间
必填
introduce
string
示例:活动说明
必填
overTime
string
示例:下架时间
必填
customerName
string
示例:商户名字
必填
route
string
示例:详情链接
必填
detailsUrl
string
示例:详情主页
必填
detailsDemand
string
示例:详情页点击需求
必填
xcxAppid
string
示例:小程序id
必填
xcxName
string
示例:小程序名
必填
xcxPath
string
示例:小程序路径
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:2000022
必填
message
string
示例:非法请求
必填
result
object
示例:null
必填
args
object
示例:null
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
示例:null
必填
args
object
示例:null
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": null, "args": null } { "success": true, "responseCode": "1000010", "message": "标题不能重复", "result": null, "args": null }