From b1449a4e5f3f853651075b264dca5f3a6687bc48 Mon Sep 17 00:00:00 2001 From: whz <303054730@qq.com> Date: Tue, 7 May 2024 08:57:07 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E4=BF=A1=E6=81=AF=E7=BB=86=E5=8C=96=20#21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api doc/用户注册接口.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/api doc/用户注册接口.md b/docs/api doc/用户注册接口.md index 940cdf9..2c6200b 100644 --- a/docs/api doc/用户注册接口.md +++ b/docs/api doc/用户注册接口.md @@ -41,6 +41,14 @@ Content-Type: application/json | message | 否 | 字符串 | 1-50字符 | 错误信息描述 | | data | 否 | json | | 具体业务数据 | +data结构说明: + +| 参数名称 | 必填 | 数据类型 | 约束条件 | 描述 | +|-----------| ---- | -------- | -------- | ---------------------------- | +| id | 是 | 整型 | | 用户id | +| username | 是 | 字符串 | 1-50字符 | 登录账号| + + ### 1.8 响应示例(成功) @@ -66,6 +74,7 @@ Content-Type: application/json 本API通过URI路径进行版本控制。请在请求URL中包含`/v1`以使用当前版本。 ### 1.14 更新记录 +- **2024-05-07**:添加data结构说明 - **2024-04-29**:发布文档初始版本。