diff --git a/src/document/openapi/en/document.yml b/src/document/openapi/en/document.yml index 716a2b2cc..3b41f5588 100644 --- a/src/document/openapi/en/document.yml +++ b/src/document/openapi/en/document.yml @@ -11,8 +11,6 @@ info: Request for payment or refund shall use PUT method. Request for querying order shall use GET method. All requests including Request Entity are in JSON format. - 除跳转页面外,所有的Accept均为application/json;所有的PUT/POST请求Content-Type为application/json - Accept in the request header shall be set to application/json for all requests except redirect pages. Content-Type in the request header shall be set to application/json for all PUT/POST requests.