FIX readme.md

This commit is contained in:
Jasder 2020-04-26 09:53:42 +08:00
parent 6fa9e4ad3c
commit 9b058e66aa
1 changed files with 4 additions and 4 deletions

View File

@ -52,15 +52,15 @@ http://localhost:3000/projects
## 基本介绍
开发API服务地址
### 开发API服务地址
https://testgitea.trustie.net/
**https://testgitea.trustie.net/**
响应状态说明:
|字段|类型|说明|
-|-|-
|-|-|-|
|status |int |响应状态码0:请求成功,-1: 请求失败|
|message |string |响应说明 |
@ -84,7 +84,7 @@ http://localhost:3000/api/accounts/remote_register | jq
*请求参数说明:*
|参数名|必选|类型|说明|
-|-|-|-
|-|-|-|-|
|email |是|string |邮箱 |
|username |是|string |登录名 |
|password |是|string |秘密 |