feat(work): 随官方更新文档收集表相关接口模型

This commit is contained in:
Fu Diwei
2023-08-05 19:53:23 +08:00
parent 858d84f110
commit fb58d4ca32
11 changed files with 519 additions and 26 deletions

View File

@@ -22,7 +22,8 @@
"status": 1
}
],
"placeholder": "PLACEHOLDER"
"placeholder": "PLACEHOLDER",
"question_extend_setting": {}
}
]
},

View File

@@ -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
}
}
]
},

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"form_info": {

View File

@@ -1,4 +1,4 @@
{
{
"oper": 1,
"formid": "FORMID",
"form_info": {
@@ -22,7 +22,8 @@
"status": 1
}
],
"placeholder": "PLACEHOLDER"
"placeholder": "PLACEHOLDER",
"question_extend_setting": {}
}
]
},