From 594c00ae422ca556f66a62de6c265a39509d8c60 Mon Sep 17 00:00:00 2001 From: dulingling Date: Mon, 21 Sep 2020 10:26:02 +0800 Subject: [PATCH] =?UTF-8?q?api=E6=96=87=E6=A1=A3-=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E4=B8=8B=E5=8D=95=E6=94=AF=E4=BB=98=EF=BC=9Acustomer?= =?UTF-8?q?=5Fid=E4=B8=BA=E5=BF=85=E5=A1=AB?= 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 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/document/openapi/cn/document.yml b/src/document/openapi/cn/document.yml index 05391c780..14a18debc 100644 --- a/src/document/openapi/cn/document.yml +++ b/src/document/openapi/cn/document.yml @@ -495,6 +495,8 @@ paths: allOf: - $ref: 'components_order.yml#/orderWithChannel' - type: object + required: + - customer_id properties: appid: type: string diff --git a/src/document/openapi/en/document.yml b/src/document/openapi/en/document.yml index 09e5846c4..77ff7a767 100644 --- a/src/document/openapi/en/document.yml +++ b/src/document/openapi/en/document.yml @@ -506,6 +506,8 @@ paths: allOf: - $ref: 'components_order.yml#/orderWithChannel' - type: object + required: + - customer_id properties: appid: type: string