文档
测试

发布相亲帖

POST
action/ac_blind/addBlindForum

请求参数

参数名
类型
描述
必填
u_id
int
本人用户u_id
必填
cat_id2
int
固定53
必填
title
string
标题
必填
type
int
相亲类型:1、单身男,2、单身女
必填
pic
string
图片
必填
top_video
string
视频
必填
age
int
出生日期(10位时间戳)
必填
height
int
身高
必填
weight
int
体重
必填
income
int
年收入1、5W以下,2、5W-10W,3、10W-20W,4、20W-30W,5、30W-40W,6、40W-50W,7、50W-100W,8、100W以上
必填
education
int
学历1、专科,2、本科,3、硕士,4、博士
必填
marry
int
婚否1、未结婚,2、离异,3、丧偶
必填
house
int
住房情况1、暂无购房,2、与人合租,3、与父母同住,4、住朋友家,5、住单位房,6、需要时间购房,7、已购房(有贷款),8、已购房(无贷款)
必填
car
int
购车情况1、暂不购车,2、已购车(经济型),3、已购车(中档型),4、已购车(豪华型)
必填
content
string
自我介绍
必填

响应参数

参数名
类型
描述
必填
code
string
返回状态(200、成功,400失败,404未找到页面)
必填
mewssage
string
返回说明
必填
obj
array
返回数据
必填

说明 / 示例

{ "code":"200", "message":"发布成功", "obj":{ } }