mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 新增会议投票管理相关接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "ID",
|
||||
"poll_topic": "TOPIC",
|
||||
"poll_desc": "desc",
|
||||
"is_anony": 1,
|
||||
"poll_questions": [
|
||||
{
|
||||
"question_type": 1,
|
||||
"question_desc": "DESC",
|
||||
"poll_option": [ "OPTION1", "OPTION2" ]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"poll_theme_id": "theme1"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "MEETINGID",
|
||||
"poll_theme_id": "theme",
|
||||
"poll_id": "ID"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "MEETINGID",
|
||||
"poll_theme_id": "themeid",
|
||||
"poll_id": "ID"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "ID",
|
||||
"poll_id": "POLLID"
|
||||
}
|
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"poll_theme_id": "theme1",
|
||||
"poll_topic": "topic",
|
||||
"poll_desc": "DESC",
|
||||
"is_anony": 1,
|
||||
"status": 1,
|
||||
"is_shared": 0,
|
||||
"vote_total_num": 10,
|
||||
"poll_question_data": [
|
||||
{
|
||||
"question_desc": "DESC1",
|
||||
"question_type": 1,
|
||||
"question_id": "id111",
|
||||
"option_info": [
|
||||
{
|
||||
"option_id": 1111,
|
||||
"option_desc": "nigjei",
|
||||
"option_num": 10,
|
||||
"rate": 10,
|
||||
"option_user": [
|
||||
{
|
||||
"userid": "NGIEO",
|
||||
"tmp_openid": "GNEIGEMM"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "ID"
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"polls_theme_info": [
|
||||
{
|
||||
"poll_theme_id": "theme1",
|
||||
"polls_info": [
|
||||
{
|
||||
"poll_id": "pollid",
|
||||
"poll_topic": "topic1",
|
||||
"status": 1,
|
||||
"is_shared": 1,
|
||||
"is_anony": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "ID",
|
||||
"poll_theme_id": "theme1"
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"poll_topic": "TITLE",
|
||||
"poll_desc": "DESC",
|
||||
"is_anony": 1,
|
||||
"poll_question_data": [
|
||||
{
|
||||
"question_desc": "desc",
|
||||
"question_type": 1,
|
||||
"option_info": [
|
||||
{
|
||||
"option_desc": "option"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "ID",
|
||||
"poll_theme_id": "THEME1"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"poll_id": "POLLID"
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"operator_userid": "OPENID",
|
||||
"instance_id": 1,
|
||||
"meetingid": "ID",
|
||||
"poll_theme_id": "theme1",
|
||||
"poll_topic": "TOPIC",
|
||||
"poll_desc": "desc",
|
||||
"is_anony": 1,
|
||||
"poll_questions": [
|
||||
{
|
||||
"question_type": 1,
|
||||
"question_desc": "DESC",
|
||||
"poll_option": [ "OPTION1", "OPTION2" ]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user