From 9b058e66aa8e56ce879da95b708aba447f820440 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Sun, 26 Apr 2020 09:53:42 +0800 Subject: [PATCH] FIX readme.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79f10a8d8..0adff59cf 100644 --- a/README.md +++ b/README.md @@ -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 |秘密 |