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**:发布文档初始版本。