mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
feat(work): 随官方更新文档收集表相关接口模型
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"status": 1
|
||||
}
|
||||
],
|
||||
"placeholder": "PLACEHOLDER"
|
||||
"placeholder": "PLACEHOLDER",
|
||||
"question_extend_setting": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"answer": {
|
||||
@@ -16,7 +16,9 @@
|
||||
},
|
||||
{
|
||||
"question_id": 2,
|
||||
"option_reply": [2]
|
||||
"option_reply": [
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_id": 3,
|
||||
@@ -45,7 +47,9 @@
|
||||
},
|
||||
{
|
||||
"question_id": 8,
|
||||
"option_reply": [1]
|
||||
"option_reply": [
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_id": 9,
|
||||
@@ -53,17 +57,52 @@
|
||||
},
|
||||
{
|
||||
"question_id": 10,
|
||||
"option_reply": [5]
|
||||
"option_reply": [
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_id": 11,
|
||||
"option_reply": [3],
|
||||
"option_reply": [
|
||||
3
|
||||
],
|
||||
"option_extend_reply": [
|
||||
{
|
||||
"option_reply": 3,
|
||||
"extend_text": "test"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question_id": 12,
|
||||
"department_reply": {
|
||||
"list": [
|
||||
{
|
||||
"department_id": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"question_id": 13,
|
||||
"member_reply": {
|
||||
"list": [
|
||||
{
|
||||
"userid": "zhangsan"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"question_id": 14,
|
||||
"duration_reply": {
|
||||
"begin_time": 1586136317,
|
||||
"end_time": 1586236317,
|
||||
"time_scale": 0,
|
||||
"day_range": 0,
|
||||
"days": 1.0,
|
||||
"hours": 2.5
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"form_info": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"oper": 1,
|
||||
"formid": "FORMID",
|
||||
"form_info": {
|
||||
@@ -22,7 +22,8 @@
|
||||
"status": 1
|
||||
}
|
||||
],
|
||||
"placeholder": "PLACEHOLDER"
|
||||
"placeholder": "PLACEHOLDER",
|
||||
"question_extend_setting": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user