发布交易
POST
http://hades300.top:8081/deals/add
接口描述
发布交易
请求头
参数名
类型
描述
必填
token
string
示例:71223d0c2dee9a1b3298e18f5d4b4290
必填
Content-Type
string
示例: application/json
必填
请求参数
参数名
类型
描述
必填
title
string
标题
必填
context
string
内容
必填
ddl
string
可选的 在js中可以这样表示 new Date()
可选
响应参数
参数名
类型
描述
必填
resultCode
number
示例:200
必填
message
string
示例:发布成功
必填
data
object
示例:null
必填