文档
测试

获取用户的审核通过的成员身份的资料

GET
/mobile/api/getaudituserpre

请求头

参数名
类型
描述
必填
token
string
使用jwtUtil加密获取token
必填

请求参数

参数名
类型
描述
必填
preType
int
1:个人会员 2:个人理事 3:单位会员 4:单位理事 5:技术专家
必填

响应参数

参数名
类型
描述
必填
code
int
200成功
必填
message
string
必填
data
object
数据
必填
preId
int
成员身份id
必填
preType
int
1:个人会员 2:个人理事 3:单位会员 4:单位理事 5:技术专家
必填
isPreserve
int
1:已提交 0:预保存
必填
userId
int
用户ID
必填
applyNumber
string
申请编号
必填
userName
string
姓名
必填
userPhone
string
手机号
必填
idNumber
string
身份证
必填
userEmail
string
邮箱
必填
province
string
必填
city
string
必填
area
string
必填
address
string
地址
必填
columnId
int
分类id
必填
qrCode
string
微信二维码
必填
userSynopsis
string
用户/企业简介
必填
unitUname
object
单位名称
必填
unitEmail
object
单位邮箱
必填
unitName
object
单位负责人姓名
必填
unitPost
object
单位负责人职务
必填
unitPhone
object
单位负责人手机
必填
unitLicense
object
单位营业执照照片
必填
idCardJust
object
单位联系人身份证照片人像面
必填
idCardBack
object
单位联系人身份证照片国徽面
必填
unitEmpower
object
授权书
必填
unitBusinessSynopsis
object
业务简介
必填
unitProjectSynopsis
object
示范项目简介
必填
directorElection
object
选举推荐(多个根据英文 , 分隔)
必填
technicianTitle
object
技术职称
必填
technicianMajor
object
目前从事专业
必填
technicianWork
object
工作方式
必填
technicianIdImg
object
证件照
必填
technicianCertificate
object
职称证书
必填
technicianWorkImg
object
工作图片
必填
technicianAchievement
object
科技成果
必填
certificate
object
证书
必填
auditState
int
审核状态(0未审核 1通过 2不通过)
必填
failReason
object
审核未通过原因
必填
addTime
string
添加时间
必填
delFlag
int
是否删除1:是 0:否
必填