From 66c7afed4025784834b5a5d743b89c92ffe39bd0 Mon Sep 17 00:00:00 2001 From: Keuin Date: Mon, 28 Mar 2022 15:47:39 +0800 Subject: Document HTTP API response content type. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 92f96ef..dc3e465 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ by WeChat's poor functionality. } ``` - Response: - + Status Code: 200 (If the request is a valid JSON POST) + + Status Code: `200` (If the request is a valid JSON POST), `other` (If not) + + Content-Type: `application/json` + Body: - Success: ```json -- cgit v1.2.3