summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-03-28 15:47:39 +0800
committerKeuin <[email protected]>2022-03-28 15:47:39 +0800
commit66c7afed4025784834b5a5d743b89c92ffe39bd0 (patch)
treea7b0dd1f1c30522d0321a5195057883b9c4c37d1 /README.md
parentbbb58d6ceb7465d72a990139880ce67e8d20f8b2 (diff)
Document HTTP API response content type.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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