From f49dc1548875500d8defc870c15d49f3e6b5e362 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Tue, 3 Sep 2019 10:45:33 +0800 Subject: [PATCH] =?utf8?q?docs:=20=E5=BC=80=E5=8F=91=E8=A7=84=E8=8C=83?= =?utf8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/DEV_SPEC.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/DEV_SPEC.md b/doc/DEV_SPEC.md index 352670b..de14510 100644 --- a/doc/DEV_SPEC.md +++ b/doc/DEV_SPEC.md @@ -31,7 +31,6 @@ pageSize 状态码:200 OK ``` { - "acknowleged": true, "code": 0, "message": null, "data": { @@ -59,7 +58,6 @@ id 状态码:200 OK ``` { - "acknowleged": true, "code": 0, "message": null, "data": { @@ -83,7 +81,6 @@ requestBody:(application/json) 状态码:201 Created ``` { - "acknowleged": true, "code": 0, "message": null, "data": { @@ -106,7 +103,6 @@ requestBody:(application/json) 状态码:200 OK ``` { - "acknowleged": true, "code": 0, "message": null, "data": { @@ -126,7 +122,6 @@ id 状态码:204 No Content ``` { - "acknowleged": true "code": 0, "message": null, "data": { @@ -147,7 +142,6 @@ id 可选 状态码:200 OK ``` { - "acknowleged": true, "code": 0, "message": null, "data": { -- 2.17.1