From 49c22f80c2d8733503cf6536cf901579bc323a47 Mon Sep 17 00:00:00 2001 From: chenhuanlin Date: Fri, 26 Apr 2019 18:04:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20userdash=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=93=8D=E4=BD=9C=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=96=B0?= =?UTF-8?q?/=E5=86=99=E5=85=A5=20file=20=E7=B1=BB=E5=9E=8B=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=96=87=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user-dash/data/record.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/user-dash/data/record.md b/user-dash/data/record.md index 99f36f3b..3e80d534 100644 --- a/user-dash/data/record.md +++ b/user-dash/data/record.md @@ -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** > 插入的数据要与预先在知晓云平台设定的数据类型一致 @@ -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` 请求参数有错 ## 数据删除