添加、修改表单设计
POST
http://localhost:20191/form/form_fildsdetails_update
请求参数
参数名
类型
描述
必填
form_main_dbid
string
示例:576389469884653568 表单ID
必填
order
int
示例:1 排序
必填
type
string
示例:text类型 ( images(多图片) score(评分) select(多选) text(文本) textarea(多行文本) input(上传文件) inputs(上传多文件) radio(单选))
必填
title
string
示例:文本框文字
必填
context
object
数据字典
必填
required
boolean
示例:true 是否必填 false不用必填
必填
sta
int
示例:0为删除 1为正常 默认发1
必填
is_push
bool
true 发布 false保存草稿
必填