diff options
author | Keuin <[email protected]> | 2022-03-28 15:47:39 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-03-28 15:47:39 +0800 |
commit | 66c7afed4025784834b5a5d743b89c92ffe39bd0 (patch) | |
tree | a7b0dd1f1c30522d0321a5195057883b9c4c37d1 | |
parent | bbb58d6ceb7465d72a990139880ce67e8d20f8b2 (diff) |
Document HTTP API response content type.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |