Appearance
功能概述
报名详情展示模块
接口访问
接口地址
activities/signUp/detail
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| signUpID | integer | 11 | true | 报名ID | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| baseInformation | array | true | 基本信息 |
| haizhongInformation | array | true | 海中信息 |
| aboutCompanyList | array | true | 企业列表 |
| userCertificate | array | true | 用户证书 |
| memberInformation | array | true | 会员信息 |
| signUpStatus | array | true | 报名状态 |
baseInformation
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| headImgUrl | string | true | 头像 |
| name | string | true | 姓名 |
| sex | integer | true | 性别 |
| mobile | string | true | 手机号 |
| string | true | 邮箱 | |
| personalProfile | string | true | 个人简介 |
haizhongInformation
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| isHaizhongStudents | integer | true | 是否海中学子 1是 0否 |
| graduationTime | string | true | 毕业时间 |
| graduatingClass | string | true | 毕业班级 |
aboutCompanyList
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| companyID | integer | true | 企业id |
| logo | string | true | 企业logo |
| companyName | string | true | 企业名称 |
| creditCode | string | true | 统一社会信用代码 |
| estiblishTime | string | true | 成立日期 |
| isAuth | integer | true | 是否认证 1.是 0.否 |
userCertificate
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | integer | true | 证书id |
| description | string | true | 简介 |
| imageUrl | string | true | 证书地址 |
| createTime | string | true | 创建时间 |
memberInformation
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| isAuth | integer | true | 是否认证 1.是 0.否 |
| role | string | true | 职位 |
| membershipExpirationTime | string | true | 到期时间 |
signUpStatus
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| activityStatus | integer | true | 活动状态 0.未开始 1.报名中 2.截止报名待开始 3.已结束 -1. 已取消 |
| signUpStatus | integer | true | 报名状态 1. 已报名 -1. 已退出 -2. 已拒绝 |
返回示例
{
"response": {
"baseInformation": {
"headImgUrl": "https://file-test.aikonchina.com/qlllbkzs4eupnijqeq7evmeflqe1zxwp.png",
"name": "",
"sex": 1,
"email": "1212@163.com",
"mobile": "13988567458",
"personalProfile": ""
},
"haizhongInformation": {
"isHaizhongStudents": 0,
"graduationTime": 0,
"graduatingClass": ""
},
"aboutCompanyList": [
{
"companyID": 29,
"companyName": "asd",
"creditCode": "asd",
"estiblishTime": "2025-01-02",
"isAuth": 1
}
],
"userCertificate": [
{
"id": 3,
"description": "啊阿斯顿",
"imageUrl": "https://file-test.aikonchina.com/yrjaawankwc0daqcepvvoojgn1w0dg11.png"
},
{
"id": 4,
"description": "啊阿斯顿",
"imageUrl": "https://file-test.aikonchina.com/yrjaawankwc0daqcepvvoojgn1w0dg11.png"
}
],
"memberInformation": {
"isAuth": 1,
"role": "DIRECTOR",
"membershipExpirationTime": null
},
"signUpStatus": {
"activityStatus": 1
}
},
"requestId": "c033c11b-7cc9-499f-a3c1-e5bd84db640d"
}