feat: 新增网络研讨会报名管理相关接口

This commit is contained in:
Fu Diwei
2023-06-15 22:44:15 +08:00
parent 79ab95f76a
commit 6067b200e2
30 changed files with 552 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"meetingid": "MEETINGID1",
"enroll_id_list": [ "xxxxxx", "yyyyyyy" ],
"action": 3
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"handled_count": 2
}

View File

@@ -0,0 +1,8 @@
{
"meetingid": "meetingid11234",
"enroll_id_list": [
{
"enroll_id": "123456"
}
]
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"total_count": 1
}

View File

@@ -0,0 +1,20 @@
{
"errcode": 0,
"errmsg": "ok",
"approve_type": 1,
"is_collect_question": 1,
"no_registration_needed_for_staff": true,
"question_list": [
{
"is_required": 1,
"question_type": 1,
"question_title": "acd",
"special_type": 1,
"option_list": [
{
"content": "asr"
}
]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"meetingid": "meetingid11234",
"enroll_list": [
{
"userid": "USERID",
"area": "86",
"phone_number": "13333333333",
"nick_name": "NICKNAME"
}
]
}

View File

@@ -0,0 +1,15 @@
{
"errcode": 0,
"errmsg": "ok",
"total_count": 1,
"enroll_list": [
{
"enroll_id": "123456",
"userid": "USERID",
"area": "86",
"phone_number": "13333333333",
"nick_name": "NICKNAME",
"enroll_code": "CODE"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"meetingid": "MEETINGID1",
"status": 1,
"cursor": "CURSOR",
"limit": 20
}

View File

@@ -0,0 +1,28 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": false,
"next_cursor": "CURSOR",
"enroll_list": [
{
"enroll_id": 1386442,
"enroll_time": "2023-03-23 10:00:00",
"enroll_source_type": 2,
"nick_name": "ccc",
"status": 3,
"userid": "USERID",
"tmp_openid": "MSOPENID",
"enroll_code": "1111111",
"answer_list": [
{
"answer_content": [ "A" ],
"is_required": 1,
"question_num": 1,
"question_title": "testqus",
"question_type": 1,
"special_type": 1
}
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"meetingid": "MEETINGID",
"sorting_rules": 1,
"tmp_openid_list": [
"agaqwwgdkkddd"
]
}

View File

@@ -0,0 +1,10 @@
{
"errcode": 0,
"errmsg": "ok",
"enroll_id_list": [
{
"tmp_openid": "agaqwwgdkkddd",
"enroll_id": "mexxxxxxxx"
}
]
}

View File

@@ -0,0 +1,19 @@
{
"meetingid": "MEETINGID1",
"approve_type": 1,
"is_collect_question": 1,
"no_registration_needed_for_staff": true,
"question_list": [
{
"is_required": 1,
"question_type": 1,
"question_title": "acd",
"special_type": 1,
"option_list": [
{
"content": "asr"
}
]
}
]
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"question_count": 1
}