feat/multi-channel-framework #15
|
|
@ -37,6 +37,15 @@ paths:
|
|||
- AC-MCA-05
|
||||
- AC-MCA-06
|
||||
- AC-MCA-07
|
||||
parameters:
|
||||
- name: X-Tenant-Id
|
||||
in: header
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
minLength: 1
|
||||
maxLength: 64
|
||||
description: 租户ID,用于多租户场景下的租户标识
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
|
|
|
|||
Loading…
Reference in New Issue