Skip to content

Commit

Permalink
添加 userdash 数据操作接口更新/写入 file 类型字段文档说明
Browse files Browse the repository at this point in the history
  • Loading branch information
huanlinchen committed Apr 26, 2019
1 parent fd0b93b commit 49c22f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion user-dash/data/record.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ Content-Type: `application/json`
| :--- | :------------------ | :-- | :-- |
| key | key 字段对应的数据类型 | Y | key 应为数据表中定义的字段名 |

`file` 类型字段的更新比较特殊,需要先将文件上传,拿上传结果中返回的 id 字段调用 [文件模块:文件操作:获取文件详情](https://doc.minapp.com/user-dash/file/file.html#%E8%8E%B7%E5%8F%96%E6%96%87%E4%BB%B6%E8%AF%A6%E6%83%85)
接口后,将返回的文件详情结果设为字段值进行写入。

> **info**
> 插入的数据要与预先在知晓云平台设定的数据类型一致
Expand All @@ -143,12 +146,15 @@ Content-Type: `application/json`
| :--- | :------------------ | :-- | :-- |
| key | key 字段对应的数据类型 | Y | key 应为数据表中定义的字段名 |

`file` 类型字段的更新比较特殊,需要先将文件上传,拿上传结果中返回的 id 字段调用 [文件模块:文件操作:获取文件详情](https://doc.minapp.com/user-dash/file/file.html#%E8%8E%B7%E5%8F%96%E6%96%87%E4%BB%B6%E8%AF%A6%E6%83%85)
接口后,将返回的文件详情结果设为字段值进行更新。

> **info**
> 更新的数据要与预先在知晓云平台设定的数据类型一致
**状态码说明**

`201` 写入成功`400` 请求参数有错
`201` 更新成功`400` 请求参数有错


## 数据删除
Expand Down

0 comments on commit 49c22f8

Please sign in to comment.