文档
测试

申请成员联合会成员

POST
/mobile/api/addmenberapplay

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
preId
int
id
可选
preType
int
1:个人会员 2:个人理事 3:单位会员 4:单位理事 5:技术专家
必填
isPreserve
int
1:提交申请 0:预保存
必填
userName
string
用户姓名/单位联系人姓名(必须保证同一个人的不同身份的姓名是一致的)
必填
userPhone
string
用户手机号/单位联系人手机
必填
idNumber
string
用户身份证号
必填
userEmail
string
用户/单位联系人邮箱
必填
province
string
必填
city
string
必填
area
string
必填
address
string
地址
可选
columnId
int
类别id
必填
qrCode
string
微信二维码
必填
userSynopsis
string
个人简介 /企业简介
必填
unitUname
string
单位名称
可选
creditCode
string
统一社会信用代码或法人证书编号
可选
unitEmail
string
单位邮箱
可选
unitName
string
单位负责人姓名
可选
unitPost
string
单位负责人职务
可选
unitPhone
string
单位负责人手机
可选
unitLicense
string
单位营业执照照片
可选
idCardJust
string
单位联系人身份证照片人像面
可选
idCardBack
string
单位联系人身份证照片国徽面
可选
unitEmpower
string
授权书
可选
unitBusinessSynopsis
string
业务简介
可选
unitProjectSynopsis
string
示范项目简介
可选
directorElection
string
选举推荐(多个根据英文 , 分隔)
可选
technicianTitleId
int
技术职称
可选
technicianMajorId
int
目前从事专业
可选
technicianWorkId
int
工作方式
可选
technicianIdImg
string
证件照
可选
technicianCertificate
string
职称证书
可选
technicianWorkImg
string
工作图片
可选
technicianAchievement
string
科技成果
可选
userPropagandaList
array
宣传图片视频
可选
propagandaTitle
标题
必填
propagandaImg
图片或视频名称
必填
propagandaType
1:宣传图片 2:宣传视频
必填

响应参数

参数名
类型
描述
必填
code
int
200成功 400失败
必填
message
string
失败提示
必填
data
obj
数据
必填
preId
id
必填
applyNumber
申请编号
必填

说明 / 示例

如果是专家只可以选个人 会员/理事;如果是个人会员只可以选个人理事;如果是单位会员只可以选单位理事。 如果已是成员的用户,提交表单时要保证姓名和数据库中其他身份的姓名相同,姓名从本模块的getuserpre接口获取。 ![image.png](https://cos.easydoc.net/46957777/files/kgzzcf28.png)