Frontend project lite-bookkeeping-fe
Path: /user/register
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Body |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
name | string | 必须 | |||
password | string | 必须 | |||
string | 必须 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | number | 必须 | |||
data | object | 必须 | |||
├─ id | number | 必须 | |||
message | string | 必须 |
Path: /user/login
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Body |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
name | string | 必须 | |||
password | string | 必须 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | number | 必须 | |||
data | object | 必须 | |||
string | 必须 | ||||
├─ id | number | 必须 | |||
├─ mobile | string | 必须 | |||
├─ name | string | 必须 | |||
├─ token | string | 必须 | |||
message | string | 必须 |
Path: /bill-accounts
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | number | 必须 | |||
data | object [] | 必须 | item 类型: object | ||
├─ id | number | 必须 | |||
├─ billAccountTypeCode | number | 必须 | |||
├─ name | string | 必须 | |||
├─ amount | number | 必须 | |||
├─ remarks | string | 非必须 | |||
message | string | 必须 |
Path: /bill-tags
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | number | 必须 | |||
data | object [] | 必须 | item 类型: object | ||
├─ id | number | 必须 | |||
├─ billTypeCode | number | 必须 | |||
├─ name | string | 必须 | |||
├─ icon | string | 非必须 | |||
message | string | 必须 |
Path: /bill
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Body |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
actionTime | string | 必须 | |||
billAccountId | integer | 必须 | |||
billTagId | integer | 必须 | |||
amount | integer | 必须 | |||
remarks | string | 非必须 | |||
isIgnore | boolean | 非必须 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
code | number | 必须 | |||
data | number | 必须 | |||
message | string | 必须 |