新增聊友信息
POST
http://localhost:8092/CZJY_AppAdmin_war_exploded/app/chatFriends/saveChatFriends.html
请求参数
参数名
类型
描述
必填
userId
int
用户id
必填
title
String
标题
必填
name
String
艺名
必填
sex
int
性别 0男1女
必填
imageUrl
String
图片或视频
必填
height
String
身高
必填
bodyWeight
String
体重
必填
age
int
年龄
必填
description
String
描述介绍
必填
响应参数
参数名
类型
描述
必填
m_strMessage
string
示例:申请成功!
必填
m_istatus
int
示例:1
必填
m_object
object
示例:null
必填