获取认证设置模板 websocket测试 POST action/tag/rzsz 响应参数 参数名 类型 描述 必填 code int 返回状态(200、成功,400失败,404未找到页面) 必填 message varchar 返回说明 必填 obj json 返回数据 必填 name varchar 字段标题 必填 type varchar 字段类型(0、单行,1、多行,2、下拉框,3、图片) 必填 content varchar 灰色备注小字 必填 is_write varchar 是否必填项(0否、1是) 必填 响应示例 { "code":"200", "message":"获取模板成功", "obj":[ { "name":"备注", "type":"1", "content":"", "is_write":"1", "id":5 }, { "name":"姓名", "type":"0", "content":"", "is_write":"0", "id":1 }, { "name":"联系方式", "type":"0", "content":"", "is_write":"0", "id":2 }, { "name":"身份证正面", "type":"3", "content":"", "is_write":"0", "id":3 }, { "name":"身份证背面", "type":"3", "content":"", "is_write":"0", "id":4 } ] }
{ "code":"200", "message":"获取模板成功", "obj":[ { "name":"备注", "type":"1", "content":"", "is_write":"1", "id":5 }, { "name":"姓名", "type":"0", "content":"", "is_write":"0", "id":1 }, { "name":"联系方式", "type":"0", "content":"", "is_write":"0", "id":2 }, { "name":"身份证正面", "type":"3", "content":"", "is_write":"0", "id":3 }, { "name":"身份证背面", "type":"3", "content":"", "is_write":"0", "id":4 } ] }