From 5737da4db958929dd622e784ad06c64b6fbcead3 Mon Sep 17 00:00:00 2001 From: yixian Date: Tue, 17 Aug 2021 15:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E5=8D=95api=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/document/openapi/cn/document.yml | 2 +- src/document/openapi/en/document.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/document/openapi/cn/document.yml b/src/document/openapi/cn/document.yml index ff8d7f5cd..8ab722850 100644 --- a/src/document/openapi/cn/document.yml +++ b/src/document/openapi/cn/document.yml @@ -1036,7 +1036,7 @@ paths: in: path required: true description: 需要撤销订单的单号 - response: + responses: 200: description: Order Status content: diff --git a/src/document/openapi/en/document.yml b/src/document/openapi/en/document.yml index cf8c00777..206c3d5ce 100644 --- a/src/document/openapi/en/document.yml +++ b/src/document/openapi/en/document.yml @@ -1062,8 +1062,8 @@ paths: - name: partner_order_id in: path required: true - description: 需要撤销订单的单号 - response: + description: the order id in merchant's system that to be revoked + responses: 200: description: Order Status content: