summaryrefslogtreecommitdiff
path: root/data/en_us/linkedmall/2023-09-30
diff options
context:
space:
mode:
Diffstat (limited to 'data/en_us/linkedmall/2023-09-30')
-rw-r--r--data/en_us/linkedmall/2023-09-30/api-docs.php5948
1 files changed, 5948 insertions, 0 deletions
diff --git a/data/en_us/linkedmall/2023-09-30/api-docs.php b/data/en_us/linkedmall/2023-09-30/api-docs.php
new file mode 100644
index 0000000..e704ae9
--- /dev/null
+++ b/data/en_us/linkedmall/2023-09-30/api-docs.php
@@ -0,0 +1,5948 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'ROA',
+ 'product' => 'linkedmall',
+ 'version' => '2023-09-30',
+ ],
+ 'directories' => [
+ [
+ 'id' => 185821,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'ListPurchaserShops',
+ 'GetPurchaserShop',
+ ],
+ ],
+ [
+ 'id' => 185824,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'GetSelectionProduct',
+ 'ListSelectionProducts',
+ 'GetSelectionProductSaleInfo',
+ 'ListSelectionProductSaleInfos',
+ 'ListSelectionSkuSaleInfos',
+ 'ListCategories',
+ 'SearchProducts',
+ 'SelectionGroupAddProduct',
+ 'SelectionGroupRemoveProduct',
+ ],
+ ],
+ [
+ 'id' => 185829,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'SplitPurchaseOrder',
+ 'RenderPurchaseOrder',
+ 'CreatePurchaseOrder',
+ 'GetPurchaseOrderStatus',
+ ],
+ ],
+ [
+ 'id' => 185833,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'GetOrder',
+ 'QueryOrders',
+ 'ListLogisticsOrders',
+ 'ConfirmDisburse',
+ ],
+ ],
+ [
+ 'id' => 185838,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'RenderRefundOrder',
+ 'CreateRefundOrder',
+ 'CancelRefundOrder',
+ 'GetRefundOrder',
+ 'CreateGoodsShippingNotice',
+ ],
+ ],
+ [
+ 'id' => 185844,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'QueryChildDivisionCode',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [
+ 'AddressInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '610102',
+ 'backendName' => 'divisionCode',
+ ],
+ 'addressDetail' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ 'backendName' => 'addressDetail',
+ ],
+ 'receiverPhone' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '182***5674',
+ 'backendName' => 'receiverPhone',
+ ],
+ 'townDivisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '61010212',
+ 'backendName' => 'townDivisionCode',
+ ],
+ 'receiver' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ 'backendName' => 'receiver',
+ ],
+ 'addressId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '0',
+ 'backendName' => 'addressId',
+ ],
+ ],
+ ],
+ 'ApplyReason' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'reasonTextId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '403769',
+ 'backendName' => 'reasonTextId',
+ ],
+ 'reasonTips' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'reasonTips',
+ ],
+ ],
+ ],
+ 'Category' => [
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'name' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'name',
+ ],
+ 'leaf' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ 'backendName' => 'leaf',
+ ],
+ 'level' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ 'backendName' => 'level',
+ ],
+ 'categoryId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'backendName' => 'categoryId',
+ ],
+ 'parentId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '0',
+ 'backendName' => 'parentId',
+ ],
+ ],
+ ],
+ 'CategoryListQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'parentCategoryId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '5200001',
+ 'backendName' => 'parentCategoryId',
+ ],
+ 'categoryIds' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '5200067',
+ 'extendType' => 'true',
+ ],
+ 'backendName' => 'categoryIds',
+ ],
+ ],
+ ],
+ 'CategoryListResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'backendName' => 'requestId',
+ ],
+ 'categories' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/Category',
+ ],
+ 'backendName' => 'categories',
+ ],
+ ],
+ 'parseType' => 'struct',
+ ],
+ 'ConfirmDisburseCmd' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'orderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5457',
+ 'backendName' => 'orderId',
+ ],
+ 'purchaseOrderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5696',
+ 'backendName' => 'purchaseOrderId',
+ ],
+ ],
+ ],
+ 'ConfirmDisburseResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'result' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'success',
+ 'backendName' => 'result',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ ],
+ ],
+ 'CooperationShop' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'backendName' => 'shopId',
+ ],
+ 'cooperationCompanyId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'backendName' => 'cooperationCompanyId',
+ ],
+ 'cooperationShopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'backendName' => 'cooperationShopId',
+ ],
+ ],
+ ],
+ 'DeliveryInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'postFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '0',
+ 'backendName' => 'postFee',
+ ],
+ 'serviceType' => [
+ 'title' => 'serviceType',
+ 'description' => 'serviceType',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '-4',
+ 'backendName' => 'serviceType',
+ ],
+ 'id' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '20',
+ 'backendName' => 'id',
+ ],
+ 'displayName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'displayName',
+ ],
+ ],
+ ],
+ 'DistributionMaxRefundFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'minRefundFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'minRefundFee',
+ ],
+ 'maxRefundFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '100',
+ 'backendName' => 'maxRefundFee',
+ ],
+ ],
+ ],
+ 'Division' => [
+ 'title' => '',
+ 'description' => 'divisionList',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'divisionName',
+ ],
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '310000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'divisionLevel' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '2',
+ 'backendName' => 'divisionLevel',
+ ],
+ 'pinyin' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'shang hai',
+ 'backendName' => 'pinyin',
+ ],
+ 'parentId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'parentId',
+ ],
+ ],
+ ],
+ 'DivisionPageResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/Division',
+ ],
+ 'required' => false,
+ 'backendName' => 'divisionList',
+ 'itemName' => 'item',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ ],
+ ],
+ 'DivisionQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => 'divisionCode',
+ 'description' => 'divisionCode',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'divisionCode',
+ 'default' => '1',
+ ],
+ ],
+ ],
+ 'GeneralBill' => [
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'totalAmount' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'backendName' => 'totalAmount',
+ '$ref' => '#/components/schemas/Money',
+ ],
+ 'gmtModified' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'gmtModified',
+ ],
+ 'billId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'billId',
+ ],
+ 'downloadUrl' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'extendType' => 'true',
+ ],
+ 'required' => false,
+ 'backendName' => 'downloadUrl',
+ 'itemName' => 'item',
+ ],
+ 'shopName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'shopName',
+ ],
+ 'startTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'startTime',
+ ],
+ 'endTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'endTime',
+ ],
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'shopId',
+ ],
+ 'gmtCreate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'gmtCreate',
+ ],
+ 'billPeriod' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'billPeriod',
+ ],
+ ],
+ ],
+ 'GeneralBillPageQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'asc' => [
+ 'title' => 'asc',
+ 'description' => 'asc',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'backendName' => 'asc',
+ ],
+ 'pageNumber' => [
+ 'title' => 'pageNumber',
+ 'description' => 'pageNumber',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'pageNumber',
+ ],
+ 'billId' => [
+ 'title' => 'billId',
+ 'description' => 'billId',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'billId',
+ ],
+ 'limit' => [
+ 'title' => 'limit',
+ 'description' => 'limit',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'limit',
+ ],
+ 'start' => [
+ 'title' => 'start',
+ 'description' => 'start',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'start',
+ ],
+ 'orderBy' => [
+ 'title' => 'orderBy',
+ 'description' => 'orderBy',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'orderBy',
+ ],
+ 'orderDirection' => [
+ 'title' => 'orderDirection',
+ 'description' => 'orderDirection',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'orderDirection',
+ ],
+ 'pageSize' => [
+ 'title' => 'pageSize',
+ 'description' => 'pageSize',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'pageSize',
+ ],
+ 'shopId' => [
+ 'title' => 'shopId',
+ 'description' => 'shopId',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'shopId',
+ ],
+ 'billPeriod' => [
+ 'title' => 'billPeriod',
+ 'description' => 'billPeriod',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'billPeriod',
+ ],
+ ],
+ ],
+ 'GeneralBillPageResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'pageSize' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'pageSize',
+ ],
+ 'total' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '24',
+ 'backendName' => 'total',
+ ],
+ 'pageNumber' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'pageNumber',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'generalBills' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/GeneralBill',
+ ],
+ 'required' => false,
+ 'backendName' => 'generalBills',
+ 'itemName' => 'item',
+ ],
+ ],
+ ],
+ 'Good' => [
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'goodName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'goodName',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6600****6736',
+ 'backendName' => 'productId',
+ ],
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'quantity',
+ ],
+ ],
+ ],
+ 'GoodsShippingNoticeCreateCmd' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'cpCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'SF',
+ 'backendName' => 'cpCode',
+ ],
+ 'logisticsNo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'SF145****4351',
+ 'backendName' => 'logisticsNo',
+ ],
+ 'disputeId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '6693****4352',
+ 'backendName' => 'disputeId',
+ ],
+ ],
+ ],
+ 'GoodsShippingNoticeCreateResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'result' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'success',
+ 'backendName' => 'result',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ ],
+ ],
+ 'LeavePictureList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'picture' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://',
+ 'backendName' => 'picture',
+ ],
+ 'desc' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'desc',
+ ],
+ ],
+ ],
+ 'LimitRule' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'ruleType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'UpperNumberPerUserPeriod' => '',
+ 'LowerNumberPerBuy' => '',
+ 'UpperNumberPerBuy' => '',
+ 'UpperNumberPerUser' => '',
+ ],
+ 'example' => 'UpperNumberPerUser',
+ 'backendName' => 'ruleType',
+ ],
+ 'limitNum' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ 'backendName' => 'limitNum',
+ ],
+ 'beginTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1724947200000',
+ 'backendName' => 'beginTime',
+ ],
+ 'endTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1724947200000',
+ 'backendName' => 'endTime',
+ ],
+ 'condcase' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'Null' => 'Null',
+ 'week' => '',
+ 'month' => '',
+ 'day' => '',
+ ],
+ 'example' => 'day',
+ 'backendName' => 'condcase',
+ ],
+ ],
+ ],
+ 'LogisticsDetail' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'ocurrTimeStr' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-09-01 00:00:00',
+ 'backendName' => 'ocurrTimeStr',
+ ],
+ 'standerdDesc' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'standerdDesc',
+ ],
+ ],
+ ],
+ 'LogisticsOrderListResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'logisticsOrderList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/LogisticsOrderResult',
+ ],
+ 'required' => false,
+ 'backendName' => 'logisticsOrderList',
+ 'itemName' => 'item',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ ],
+ ],
+ 'LogisticsOrderResult' => [
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'mailNo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'SF234***2345',
+ 'backendName' => 'mailNo',
+ ],
+ 'dataProviderTitle' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'dataProviderTitle',
+ ],
+ 'logisticsCompanyName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'logisticsCompanyName',
+ ],
+ 'logisticsDetailList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/LogisticsDetail',
+ ],
+ 'required' => false,
+ 'backendName' => 'logisticsDetailList',
+ 'itemName' => 'item',
+ ],
+ 'goods' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/Good',
+ ],
+ 'required' => false,
+ 'backendName' => 'goods',
+ 'itemName' => 'item',
+ ],
+ 'dataProvider' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'dataProvider',
+ ],
+ 'logisticsCompanyCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'SF',
+ 'backendName' => 'logisticsCompanyCode',
+ ],
+ ],
+ ],
+ 'Money' => [
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'amount' => [
+ 'title' => 'amount',
+ 'description' => 'amount',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'backendName' => 'amount',
+ ],
+ 'amountString' => [
+ 'title' => 'amountString',
+ 'description' => 'amountString',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'amountString',
+ ],
+ 'cent' => [
+ 'title' => 'cent',
+ 'description' => 'cent',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'backendName' => 'cent',
+ ],
+ 'amountAsString' => [
+ 'title' => 'amountAsString',
+ 'description' => 'amountAsString',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'amountAsString',
+ ],
+ 'currency' => [
+ 'title' => 'currency',
+ 'description' => 'currency',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'symbol' => [
+ 'title' => 'symbol',
+ 'description' => 'symbol',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'symbol',
+ ],
+ 'displayName' => [
+ 'title' => 'displayName',
+ 'description' => 'displayName',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'displayName',
+ ],
+ 'currencyCode' => [
+ 'title' => 'currencyCode',
+ 'description' => 'currencyCode',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'currencyCode',
+ ],
+ 'defaultFractionDigits' => [
+ 'title' => 'defaultFractionDigits',
+ 'description' => 'defaultFractionDigits',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'defaultFractionDigits',
+ ],
+ 'numericCode' => [
+ 'title' => 'numericCode',
+ 'description' => 'numericCode',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'backendName' => 'numericCode',
+ ],
+ ],
+ 'required' => false,
+ 'backendName' => 'currency',
+ ],
+ 'positive' => [
+ 'title' => 'positive',
+ 'description' => 'positive',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'backendName' => 'positive',
+ ],
+ 'currencyCode' => [
+ 'title' => 'currencyCode',
+ 'description' => 'currencyCode',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'backendName' => 'currencyCode',
+ ],
+ ],
+ ],
+ 'OrderLineResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'productTitle' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'productTitle',
+ ],
+ 'number' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'number',
+ ],
+ 'skuTitle' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'skuTitle',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6600****6736',
+ 'backendName' => 'productId',
+ ],
+ 'orderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5457',
+ 'backendName' => 'orderId',
+ ],
+ 'productPic' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0',
+ 'backendName' => 'productPic',
+ ],
+ 'orderLineId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5458',
+ 'backendName' => 'orderLineId',
+ ],
+ 'logisticsStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'logisticsStatus',
+ ],
+ 'productPrice' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ProductPrice',
+ ],
+ 'required' => false,
+ 'backendName' => 'productPrice',
+ 'itemName' => 'item',
+ ],
+ 'skuId' => [
+ 'title' => 'skuId',
+ 'description' => 'skuId',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6600****6737',
+ 'backendName' => 'skuId',
+ ],
+ 'orderLineStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'orderLineStatus',
+ ],
+ ],
+ ],
+ 'OrderListResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'orderList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/OrderResult',
+ ],
+ 'required' => false,
+ 'backendName' => 'orderList',
+ 'itemName' => 'item',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'total' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '24',
+ 'backendName' => 'total',
+ ],
+ ],
+ ],
+ 'OrderPageQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'pageSize' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '10',
+ 'backendName' => 'pageSize',
+ ],
+ 'orderIdList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'extendType' => 'true',
+ ],
+ 'required' => false,
+ 'backendName' => 'orderIdList',
+ 'itemName' => 'item',
+ ],
+ 'pageNumber' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'pageNumber',
+ ],
+ 'purchaseOrderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5696',
+ 'backendName' => 'purchaseOrderId',
+ ],
+ ],
+ ],
+ 'OrderProductResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'productTitle' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'productTitle',
+ ],
+ 'features' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'required' => false,
+ 'backendName' => 'features',
+ ],
+ 'skuTitle' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'skuTitle',
+ ],
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'quantity',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6600****6736',
+ 'backendName' => 'productId',
+ ],
+ 'canSell' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'canSell',
+ ],
+ 'price' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '100',
+ 'backendName' => 'price',
+ ],
+ 'productPicUrl' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0',
+ 'backendName' => 'productPicUrl',
+ ],
+ 'purchaserId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '56****2304',
+ 'backendName' => 'purchaserId',
+ ],
+ 'message' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'message',
+ ],
+ 'skuId' => [
+ 'title' => 'SKUID',
+ 'description' => 'SKUID',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6600****6737',
+ 'backendName' => 'skuId',
+ ],
+ ],
+ ],
+ 'OrderRenderProductDTO' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'quantity',
+ ],
+ 'purchaserId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '56****2304',
+ 'backendName' => 'purchaserId',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6600****6736',
+ 'backendName' => 'productId',
+ ],
+ 'skuId' => [
+ 'title' => 'skuID',
+ 'description' => 'skuID',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6600****6737',
+ 'backendName' => 'skuId',
+ ],
+ ],
+ ],
+ 'OrderRenderResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'message' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'message',
+ ],
+ 'deliveryInfoList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/DeliveryInfo',
+ ],
+ 'required' => false,
+ 'backendName' => 'deliveryInfoList',
+ 'itemName' => 'item',
+ ],
+ 'canSell' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'canSell',
+ ],
+ 'productList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/OrderProductResult',
+ ],
+ 'required' => false,
+ 'backendName' => 'productList',
+ 'itemName' => 'item',
+ ],
+ 'extInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'required' => false,
+ 'backendName' => 'extInfo',
+ ],
+ ],
+ ],
+ 'OrderResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'orderAmount' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '100',
+ 'backendName' => 'orderAmount',
+ ],
+ 'orderLineList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/OrderLineResult',
+ ],
+ 'required' => false,
+ 'backendName' => 'orderLineList',
+ 'itemName' => 'item',
+ ],
+ 'orderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5457',
+ 'backendName' => 'orderId',
+ ],
+ 'distributorId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '12****01',
+ 'backendName' => 'distributorId',
+ ],
+ 'orderStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'orderStatus',
+ ],
+ 'logisticsStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'logisticsStatus',
+ ],
+ 'createDate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-09-01T12:00:00.000Z',
+ 'backendName' => 'createDate',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'example' => 'D12***111',
+ 'backendName' => 'requestId',
+ ],
+ ],
+ ],
+ 'Product' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'categoryChain' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/Category',
+ ],
+ 'required' => false,
+ 'backendName' => 'categoryChain',
+ 'itemName' => 'categoryChainItem',
+ ],
+ 'images' => [
+ 'title' => 'images',
+ 'description' => 'images',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'extendType' => 'true',
+ ],
+ 'required' => false,
+ 'backendName' => 'images',
+ 'itemName' => 'imageItem',
+ ],
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '-1',
+ 'backendName' => 'quantity',
+ ],
+ 'skus' => [
+ 'title' => 'skus',
+ 'description' => 'skus',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/Sku',
+ ],
+ 'required' => false,
+ 'backendName' => 'skus',
+ 'itemName' => 'skuItem',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '660460842235822080',
+ 'backendName' => 'productId',
+ ],
+ 'canSell' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'canSell',
+ ],
+ 'productSpecs' => [
+ 'title' => 'productSpecs',
+ 'description' => 'productSpecs',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ProductSpec',
+ ],
+ 'required' => false,
+ 'backendName' => 'productSpecs',
+ 'itemName' => 'productSpec',
+ ],
+ 'fuzzyQuantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '100+',
+ 'backendName' => 'fuzzyQuantity',
+ ],
+ 'productStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Online',
+ 'backendName' => 'productStatus',
+ ],
+ 'taxCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3040203000000000000',
+ 'backendName' => 'taxCode',
+ ],
+ 'title' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'title',
+ ],
+ 'soldQuantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '100+',
+ 'backendName' => 'soldQuantity',
+ ],
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'picUrl' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://img.alicdn.com/imgextra/i3/2214281521988/O1CN01w4vomR1QYYEx6nyr5_!!2214281521988.jpg',
+ 'backendName' => 'picUrl',
+ ],
+ 'taxRate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '600',
+ 'backendName' => 'taxRate',
+ ],
+ 'categoryLeafId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '201856501',
+ 'backendName' => 'categoryLeafId',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'descPath' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://img.alicdn.com/descpath/O1CN01wciRDp22AEU14435dsf34',
+ 'backendName' => 'descPath',
+ ],
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '21000017',
+ 'backendName' => 'shopId',
+ ],
+ 'productType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Normal',
+ 'backendName' => 'productType',
+ 'enum' => [
+ 'Normal',
+ 'Virtual',
+ ],
+ ],
+ 'properties' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ProductProperty',
+ ],
+ 'required' => false,
+ 'backendName' => 'properties',
+ 'itemName' => 'propertyItem',
+ ],
+ ],
+ ],
+ 'ProductDTO' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'quantity',
+ ],
+ 'purchaserId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '56****2304',
+ 'backendName' => 'purchaserId',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6600****6736',
+ 'backendName' => 'productId',
+ ],
+ 'price' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '100',
+ 'backendName' => 'price',
+ ],
+ 'skuId' => [
+ 'title' => 'SKUID',
+ 'description' => 'SKUID',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6600****6737',
+ 'backendName' => 'skuId',
+ ],
+ ],
+ ],
+ 'ProductExtendProperty' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'key' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'ss_picture_scene',
+ 'backendName' => 'key',
+ ],
+ 'value' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => '',
+ 'backendName' => 'value',
+ ],
+ ],
+ ],
+ 'ProductPageResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'pageSize' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '10',
+ 'backendName' => 'pageSize',
+ ],
+ 'total' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '24',
+ 'backendName' => 'total',
+ ],
+ 'pageNumber' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'pageNumber',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'products' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/Product',
+ ],
+ 'required' => false,
+ 'backendName' => 'products',
+ 'itemName' => 'item',
+ ],
+ ],
+ 'required' => true,
+ ],
+ 'ProductPrice' => [
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'fundAmountMoney' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '120',
+ 'backendName' => 'fundAmountMoney',
+ ],
+ ],
+ ],
+ 'ProductProperty' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'text' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'text',
+ ],
+ 'values' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'extendType' => 'true',
+ ],
+ 'required' => false,
+ 'backendName' => 'values',
+ 'itemName' => 'item',
+ ],
+ ],
+ ],
+ 'ProductQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'distributorShopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '22000009',
+ 'backendName' => 'distributorShopId',
+ ],
+ ],
+ ],
+ 'ProductSaleInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ 'backendName' => 'quantity',
+ ],
+ 'skus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/SkuSaleInfo',
+ ],
+ 'required' => false,
+ 'backendName' => 'skus',
+ 'itemName' => 'item',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '660460842235822080',
+ 'backendName' => 'productId',
+ ],
+ 'canSell' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'canSell',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'fuzzyQuantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'fuzzyQuantity',
+ ],
+ 'productStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Online',
+ 'backendName' => 'productStatus',
+ ],
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '21000017',
+ 'backendName' => 'shopId',
+ ],
+ 'title' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'title',
+ ],
+ ],
+ ],
+ 'ProductSaleInfoListQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'productIds' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '660460842235822080',
+ 'extendType' => 'true',
+ ],
+ 'required' => true,
+ 'backendName' => 'productIds',
+ 'itemName' => 'item',
+ ],
+ 'purchaserId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '22000009',
+ 'backendName' => 'purchaserId',
+ ],
+ ],
+ 'required' => true,
+ ],
+ 'ProductSaleInfoListResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'productSaleInfos' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ProductSaleInfo',
+ ],
+ 'required' => false,
+ 'backendName' => 'productSaleInfos',
+ 'itemName' => 'item',
+ ],
+ ],
+ ],
+ 'ProductSaleInfoQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'distributorShopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '22000009',
+ 'backendName' => 'distributorShopId',
+ ],
+ ],
+ ],
+ 'ProductSpec' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'keyId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1000',
+ 'backendName' => 'keyId',
+ ],
+ 'key' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'key',
+ ],
+ 'values' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ProductSpecValue',
+ ],
+ 'required' => false,
+ 'backendName' => 'values',
+ 'itemName' => 'item',
+ ],
+ ],
+ ],
+ 'ProductSpecValue' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'value' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'value',
+ ],
+ 'valueId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1000',
+ 'backendName' => 'valueId',
+ ],
+ ],
+ ],
+ 'PurchaseOrderCreateCmd' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'outerPurchaseOrderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'outer123456',
+ 'backendName' => 'outerPurchaseOrderId',
+ ],
+ 'buyerId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ 'backendName' => 'buyerId',
+ ],
+ 'deliveryAddress' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'required' => true,
+ 'backendName' => 'deliveryAddress',
+ '$ref' => '#/components/schemas/AddressInfo',
+ ],
+ 'productList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ProductDTO',
+ ],
+ 'required' => true,
+ 'minItems' => 1,
+ 'backendName' => 'productList',
+ 'itemName' => 'item',
+ ],
+ 'extInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'required' => false,
+ 'backendName' => 'extInfo',
+ ],
+ ],
+ ],
+ 'PurchaseOrderCreateResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'purchaseOrderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5696',
+ 'backendName' => 'purchaseOrderId',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ ],
+ ],
+ 'PurchaseOrderRenderQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'buyerId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'test1234567',
+ 'backendName' => 'buyerId',
+ ],
+ 'deliveryAddress' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'required' => true,
+ 'backendName' => 'deliveryAddress',
+ '$ref' => '#/components/schemas/AddressInfo',
+ ],
+ 'productList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/OrderRenderProductDTO',
+ ],
+ 'required' => true,
+ 'minItems' => 1,
+ 'backendName' => 'productList',
+ 'itemName' => 'item',
+ ],
+ 'extInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'required' => false,
+ 'example' => '{}',
+ 'backendName' => 'extInfo',
+ ],
+ ],
+ ],
+ 'PurchaseOrderRenderResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'addressList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/AddressInfo',
+ ],
+ 'required' => false,
+ 'backendName' => 'addressList',
+ 'itemName' => 'item',
+ ],
+ 'canSell' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'canSell',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'orderList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/OrderRenderResult',
+ ],
+ 'required' => false,
+ 'backendName' => 'orderList',
+ 'itemName' => 'item',
+ ],
+ 'unsellableOrderList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/OrderRenderResult',
+ ],
+ 'required' => false,
+ 'backendName' => 'unsellableOrderList',
+ 'itemName' => 'item',
+ ],
+ 'message' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'message',
+ ],
+ 'extInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'required' => false,
+ 'backendName' => 'extInfo',
+ ],
+ ],
+ ],
+ 'PurchaseOrderStatusResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'status' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '10',
+ 'backendName' => 'status',
+ ],
+ ],
+ ],
+ 'RefundFeeData' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'minRefundFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'minRefundFee',
+ ],
+ 'maxRefundFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '100',
+ 'backendName' => 'maxRefundFee',
+ ],
+ ],
+ ],
+ 'RefundOrderCmd' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'applyRefundCount' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'applyRefundCount',
+ ],
+ 'bizClaimType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'bizClaimType',
+ ],
+ 'goodsStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'goodsStatus',
+ ],
+ 'leaveMessage' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'leaveMessage',
+ ],
+ 'applyReasonTextId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '47821',
+ 'backendName' => 'applyReasonTextId',
+ ],
+ 'applyReasonTips' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'applyReasonTips',
+ ],
+ 'applyRefundFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '100',
+ 'backendName' => 'applyRefundFee',
+ ],
+ 'leavePictureLists' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/LeavePictureList',
+ ],
+ 'required' => false,
+ 'backendName' => 'leavePictureLists',
+ 'itemName' => 'item',
+ ],
+ 'orderLineId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6692****5458',
+ 'backendName' => 'orderLineId',
+ ],
+ ],
+ ],
+ 'RefundOrderResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'orderLineId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5458',
+ 'backendName' => 'orderLineId',
+ ],
+ 'disputeId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6693****4352',
+ 'backendName' => 'disputeId',
+ ],
+ 'disputeStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'disputeStatus',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'disputeType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'disputeType',
+ ],
+ ],
+ ],
+ 'RefundReason' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'reasonTextId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '47683',
+ 'backendName' => 'reasonTextId',
+ ],
+ 'proofRequired' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'proofRequired',
+ ],
+ 'reasonTips' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'reasonTips',
+ ],
+ 'refundDescRequired' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'refundDescRequired',
+ ],
+ ],
+ ],
+ 'RefundRenderCmd' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'bizClaimType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ 'backendName' => 'bizClaimType',
+ ],
+ 'goodsStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '4',
+ 'backendName' => 'goodsStatus',
+ ],
+ 'orderLineId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6692****5458',
+ 'backendName' => 'orderLineId',
+ ],
+ ],
+ ],
+ 'RefundRenderResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'mainOrderRefund' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'mainOrderRefund',
+ ],
+ 'maxRefundFeeData' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'backendName' => 'maxRefundFeeData',
+ '$ref' => '#/components/schemas/DistributionMaxRefundFee',
+ ],
+ 'refundReasonList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/RefundReason',
+ ],
+ 'required' => false,
+ 'backendName' => 'refundReasonList',
+ 'itemName' => 'item',
+ ],
+ 'bizClaimType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'bizClaimType',
+ ],
+ 'orderLineId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5458',
+ 'backendName' => 'orderLineId',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ ],
+ ],
+ 'RefundResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'refundFee' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'refundFee',
+ ],
+ 'refundFeeData' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'required' => false,
+ 'backendName' => 'refundFeeData',
+ '$ref' => '#/components/schemas/RefundFeeData',
+ ],
+ 'applyDisputeDesc' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'applyDisputeDesc',
+ ],
+ 'refunderTel' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '182****1334',
+ 'backendName' => 'refunderTel',
+ ],
+ 'bizClaimType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'bizClaimType',
+ ],
+ 'disputeDesc' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'disputeDesc',
+ ],
+ 'sellerRefuseReason' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'sellerRefuseReason',
+ ],
+ 'orderId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5457',
+ 'backendName' => 'orderId',
+ ],
+ 'refunderName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'refunderName',
+ ],
+ 'applyReason' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'required' => false,
+ 'backendName' => 'applyReason',
+ '$ref' => '#/components/schemas/ApplyReason',
+ ],
+ 'disputeType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'disputeType',
+ ],
+ 'refunderAddress' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'refunderAddress',
+ ],
+ 'refunderZipCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '331001',
+ 'backendName' => 'refunderZipCode',
+ ],
+ 'disputeEndTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-09-02T12:00:00.000Z',
+ 'backendName' => 'disputeEndTime',
+ ],
+ 'sellerRefuseAgreementMessage' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'sellerRefuseAgreementMessage',
+ ],
+ 'disputeId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6693****4352',
+ 'backendName' => 'disputeId',
+ ],
+ 'disputeStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'disputeStatus',
+ ],
+ 'returnGoodLogisticsStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '0',
+ 'backendName' => 'returnGoodLogisticsStatus',
+ ],
+ 'orderLogisticsStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ 'backendName' => 'orderLogisticsStatus',
+ ],
+ 'disputeCreateTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-09-02T00:00:00.000Z',
+ 'backendName' => 'disputeCreateTime',
+ ],
+ 'orderLineId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6692****5458',
+ 'backendName' => 'orderLineId',
+ ],
+ 'sellerAgreeMsg' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'sellerAgreeMsg',
+ ],
+ ],
+ ],
+ 'Shop' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'endDate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2024-09-09 00:00:00',
+ 'backendName' => 'endDate',
+ ],
+ 'distributorId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '12****09',
+ 'backendName' => 'distributorId',
+ ],
+ 'shopName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'shopName',
+ ],
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '22****09',
+ 'backendName' => 'shopId',
+ ],
+ 'shopType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Distribution',
+ 'backendName' => 'shopType',
+ ],
+ 'channelSupplierId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '12***01',
+ 'backendName' => 'channelSupplierId',
+ ],
+ 'startDate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-09-09 00:00:00',
+ 'backendName' => 'startDate',
+ ],
+ 'status' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Working',
+ 'backendName' => 'status',
+ ],
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'example' => '48A34399-A72C-1E23-8388-7E63****E927',
+ 'backendName' => 'requestId',
+ ],
+ 'purchaserId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'example' => '56****2304',
+ 'backendName' => 'purchaserId',
+ ],
+ ],
+ ],
+ 'ShopPageDataResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'endDate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-09-01 00:00:00',
+ 'backendName' => 'endDate',
+ ],
+ 'shopName' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'shopName',
+ ],
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '22****09',
+ 'backendName' => 'shopId',
+ ],
+ 'shopType' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Distribution',
+ 'backendName' => 'shopType',
+ ],
+ 'channelSupplierId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '12****01',
+ 'backendName' => 'channelSupplierId',
+ ],
+ 'startDate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2023-09-01 00:00:00',
+ 'backendName' => 'startDate',
+ ],
+ 'status' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Working',
+ 'backendName' => 'status',
+ ],
+ 'purchaserId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'example' => '56****2304',
+ 'backendName' => 'purchaserId',
+ ],
+ ],
+ ],
+ 'ShopPageResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'total' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '24',
+ 'backendName' => 'total',
+ ],
+ 'shopList' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ShopPageDataResult',
+ ],
+ 'required' => false,
+ 'backendName' => 'shopList',
+ 'itemName' => 'item',
+ ],
+ ],
+ ],
+ 'Sku' => [
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '-1',
+ 'backendName' => 'quantity',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '660460842235822080',
+ 'backendName' => 'productId',
+ ],
+ 'canSell' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'canSell',
+ ],
+ 'fuzzyQuantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'fuzzyQuantity',
+ ],
+ 'skuStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Online',
+ 'backendName' => 'skuStatus',
+ ],
+ 'skuSpecsCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'skuSpecsCode',
+ ],
+ 'platformPrice' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '999900',
+ 'backendName' => 'platformPrice',
+ ],
+ 'title' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'title',
+ ],
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'picUrl' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https:////img.alicdn.com/imgextra///img.alicdn.com/imgextra/i2/2216003305543/O1CN010DEQCX1qokFYGRfPE_!!2216003305543.png',
+ 'backendName' => 'picUrl',
+ ],
+ 'markPrice' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '999900',
+ 'backendName' => 'markPrice',
+ ],
+ 'skuSpecs' => [
+ 'title' => 'sku',
+ 'description' => 'sku',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/SkuSpec',
+ ],
+ 'required' => false,
+ 'backendName' => 'skuSpecs',
+ 'itemName' => 'skuSpecs',
+ ],
+ 'price' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '19800',
+ 'backendName' => 'price',
+ ],
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '21000017',
+ 'backendName' => 'shopId',
+ ],
+ 'skuId' => [
+ 'title' => 'skuId',
+ 'description' => 'skuId',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '660460842235822081',
+ 'backendName' => 'skuId',
+ ],
+ ],
+ ],
+ 'SkuQueryParam' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '660460842235822080',
+ 'backendName' => 'productId',
+ ],
+ 'skuId' => [
+ 'title' => 'skuid',
+ 'description' => 'skuid',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '660460842235822081',
+ 'backendName' => 'skuId',
+ ],
+ ],
+ ],
+ 'SkuSaleInfo' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'markPrice' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '999900',
+ 'backendName' => 'markPrice',
+ ],
+ 'quantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '-1',
+ 'backendName' => 'quantity',
+ ],
+ 'productId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '660460842235822080',
+ 'backendName' => 'productId',
+ ],
+ 'canSell' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ 'backendName' => 'canSell',
+ ],
+ 'price' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '19800',
+ 'backendName' => 'price',
+ ],
+ 'fuzzyQuantity' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'fuzzyQuantity',
+ ],
+ 'skuStatus' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Online',
+ 'backendName' => 'skuStatus',
+ ],
+ 'shopId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '21000017',
+ 'backendName' => 'shopId',
+ ],
+ 'title' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'title',
+ ],
+ 'skuId' => [
+ 'title' => 'skuId',
+ 'description' => 'skuId',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '660460842235822081',
+ 'backendName' => 'skuId',
+ ],
+ ],
+ ],
+ 'SkuSaleInfoListQuery' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'divisionCode' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ 'backendName' => 'divisionCode',
+ ],
+ 'purchaserId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '21000017',
+ 'backendName' => 'purchaserId',
+ ],
+ 'skuQueryParams' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/SkuQueryParam',
+ ],
+ 'required' => true,
+ 'backendName' => 'skuQueryParams',
+ 'itemName' => 'item',
+ ],
+ ],
+ 'required' => true,
+ ],
+ 'SkuSaleInfoListResult' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '3239281273464326823',
+ 'backendName' => 'requestId',
+ ],
+ 'skuSaleInfos' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'array',
+ 'items' => [
+ 'visibility' => 'public',
+ 'required' => false,
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/SkuSaleInfo',
+ ],
+ 'required' => false,
+ 'backendName' => 'skuSaleInfos',
+ 'itemName' => 'item',
+ ],
+ ],
+ ],
+ 'SkuSpec' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'object',
+ 'properties' => [
+ 'keyId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1000',
+ 'backendName' => 'keyId',
+ ],
+ 'valueId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1000',
+ 'backendName' => 'valueId',
+ ],
+ 'value' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'value',
+ ],
+ 'key' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'public',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ 'backendName' => 'key',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'apis' => [
+ 'ListPurchaserShops' => [
+ 'summary' => '采购方店铺列表查询',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/purchaserShops',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'pageNumber',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '请求页码',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ 'examples' => [],
+ ],
+ [
+ 'name' => 'pageSize',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '每页数量范围',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => '10',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/ShopPageResult',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"total\\": 24,\\n \\"shopList\\": [\\n {\\n \\"endDate\\": \\"2023-09-01 00:00:00\\",\\n \\"shopName\\": \\"儿童座椅分销店铺\\",\\n \\"shopId\\": \\"22****09\\",\\n \\"shopType\\": \\"DistributorQYG\\",\\n \\"cooperationShops\\": [\\n {\\n \\"shopId\\": \\"\\",\\n \\"cooperationCompanyId\\": \\"\\",\\n \\"cooperationShopId\\": \\"\\"\\n }\\n ],\\n \\"startDate\\": \\"2023-09-01 00:00:00\\",\\n \\"status\\": \\"Working\\",\\n \\"purchaserId\\": \\"PID56****2304\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'GetPurchaserShop' => [
+ 'summary' => '查询分销商店铺',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/purchaserShops/{purchaserId}',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'purchaserId',
+ 'in' => 'path',
+ 'schema' => [
+ 'title' => '采购方id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '56****2304',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => '店铺详情',
+ 'description' => '',
+ '$ref' => '#/components/schemas/Shop',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"endDate\\": \\"2024-09-09 00:00:00\\",\\n \\"distributorId\\": \\"12****09\\",\\n \\"shopName\\": \\"儿童分销店铺\\",\\n \\"shopId\\": \\"22****09\\",\\n \\"shopType\\": \\"DistributorQYG\\",\\n \\"cooperationShops\\": [\\n {\\n \\"shopId\\": \\"\\",\\n \\"cooperationCompanyId\\": \\"\\",\\n \\"cooperationShopId\\": \\"\\"\\n }\\n ],\\n \\"startDate\\": \\"2023-09-09 00:00:00\\",\\n \\"status\\": \\"Working\\",\\n \\"requestId\\": \\"48A34399-A72C-1E23-8388-7E63****E927\\",\\n \\"purchaserId\\": \\"PID56****2304\\"\\n}","type":"json"}]',
+ ],
+ 'GetSelectionProduct' => [
+ 'summary' => '查询选品池商品详情',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/products/{productId}',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'productId',
+ 'in' => 'path',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '660460842235822080',
+ ],
+ 'examples' => [],
+ ],
+ [
+ 'name' => 'purchaserId',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '采购方id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '56****2304',
+ ],
+ 'examples' => [],
+ ],
+ [
+ 'name' => 'divisionCode',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '区域码(建议四级乡镇/街道级地址code)',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/Product',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"categoryChain\\": [\\n {\\n \\"name\\": \\"方便面/拉面/挂面/轻食面速食\\",\\n \\"isLeaf\\": false,\\n \\"level\\": 2,\\n \\"categoryId\\": 201792301,\\n \\"parentId\\": 50016422\\n }\\n ],\\n \\"skus\\": [\\n {\\n \\"quantity\\": -1,\\n \\"productId\\": \\"660460842235822080\\",\\n \\"canSell\\": true,\\n \\"fuzzyQuantity\\": \\"有货\\",\\n \\"skuStatus\\": \\"Online\\",\\n \\"skuSpecsCode\\": \\"颜色分类:天蓝色\\",\\n \\"platformPrice\\": 999900,\\n \\"title\\": \\"天蓝色\\",\\n \\"divisionCode\\": \\"110000\\",\\n \\"picUrl\\": \\"https:////img.alicdn.com/imgextra///img.alicdn.com/imgextra/i2/2216003305543/O1CN010DEQCX1qokFYGRfPE_!!2216003305543.png\\",\\n \\"markPrice\\": 999900,\\n \\"skuSpecs\\": [\\n {\\n \\"keyId\\": 1000,\\n \\"valueId\\": 1000,\\n \\"value\\": \\"天蓝色\\",\\n \\"key\\": \\"颜色分类\\",\\n \\"valueAlias\\": \\"秘色\\"\\n }\\n ],\\n \\"price\\": 19800,\\n \\"shopId\\": \\"21000017\\",\\n \\"skuId\\": \\"660460842235822081\\",\\n \\"barcode\\": \\"6922454329176\\",\\n \\"rankValue\\": 3,\\n \\"suggestedRetailPrice\\": 0,\\n \\"discountRetailPrice\\": 0,\\n \\"skuAlias\\": \\"\\"\\n }\\n ],\\n \\"lmItemId\\": \\"21000017-4580902812\\",\\n \\"canSell\\": true,\\n \\"fuzzyQuantity\\": \\"100+\\",\\n \\"title\\": \\"发财树\\",\\n \\"extendProperties\\": [\\n {\\n \\"key\\": \\"ss_picture_scene\\",\\n \\"value\\": \\"场景图\\"\\n }\\n ],\\n \\"servicePromises\\": [\\n \\"\\"\\n ],\\n \\"soldQuantity\\": \\"100+\\",\\n \\"picUrl\\": \\"https://img.alicdn.com/imgextra/i3/2214281521988/O1CN01w4vomR1QYYEx6nyr5_!!2214281521988.jpg\\",\\n \\"categoryLeafId\\": 201856501,\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"shopId\\": \\"21000017\\",\\n \\"inGroup\\": true,\\n \\"productType\\": \\"Normal\\",\\n \\"images\\": [\\n \\"\\"\\n ],\\n \\"brandName\\": \\"Apple/苹果\\",\\n \\"quantity\\": -1,\\n \\"productId\\": \\"660460842235822080\\",\\n \\"productSpecs\\": [\\n {\\n \\"keyId\\": 1000,\\n \\"key\\": \\"颜色分类\\",\\n \\"values\\": [\\n {\\n \\"value\\": \\"白色\\",\\n \\"valueId\\": 1000,\\n \\"valueAlias\\": \\"秘色\\"\\n }\\n ]\\n }\\n ],\\n \\"productStatus\\": \\"Online\\",\\n \\"taxCode\\": \\"3040203000000000000\\",\\n \\"divisionCode\\": \\"110000\\",\\n \\"taxRate\\": 600,\\n \\"limitRules\\": [\\n {\\n \\"ruleType\\": \\"\\",\\n \\"limitNum\\": 0,\\n \\"beginTime\\": 0,\\n \\"endTime\\": 0,\\n \\"condcase\\": \\"\\"\\n }\\n ],\\n \\"descPath\\": \\"https://img.alicdn.com/descpath/O1CN01wciRDp22AEU14435dsf34\\",\\n \\"properties\\": [\\n {\\n \\"text\\": \\"颜色\\",\\n \\"values\\": [\\n \\"白色\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'ListSelectionProducts' => [
+ 'summary' => '查询商品列表',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/products',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'list',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'pageSize',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '分页大小',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'pageNumber',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '当前页面序号,从1开始',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'purchaserId',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '采购方id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '56****2304',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/ProductPageResult',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"pageSize\\": 10,\\n \\"total\\": 24,\\n \\"pageNumber\\": 1,\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"products\\": [\\n {\\n \\"categoryChain\\": [\\n {\\n \\"name\\": \\"方便面/拉面/挂面/轻食面速食\\",\\n \\"isLeaf\\": false,\\n \\"level\\": 2,\\n \\"categoryId\\": 201792301,\\n \\"parentId\\": 50016422\\n }\\n ],\\n \\"skus\\": [\\n {\\n \\"quantity\\": -1,\\n \\"productId\\": \\"660460842235822080\\",\\n \\"canSell\\": true,\\n \\"fuzzyQuantity\\": \\"有货\\",\\n \\"skuStatus\\": \\"Online\\",\\n \\"skuSpecsCode\\": \\"颜色分类:天蓝色\\",\\n \\"platformPrice\\": 999900,\\n \\"title\\": \\"天蓝色\\",\\n \\"divisionCode\\": \\"110000\\",\\n \\"picUrl\\": \\"https:////img.alicdn.com/imgextra///img.alicdn.com/imgextra/i2/2216003305543/O1CN010DEQCX1qokFYGRfPE_!!2216003305543.png\\",\\n \\"markPrice\\": 999900,\\n \\"skuSpecs\\": [\\n {\\n \\"keyId\\": 1000,\\n \\"valueId\\": 1000,\\n \\"value\\": \\"天蓝色\\",\\n \\"key\\": \\"颜色分类\\",\\n \\"valueAlias\\": \\"秘色\\"\\n }\\n ],\\n \\"price\\": 19800,\\n \\"shopId\\": \\"21000017\\",\\n \\"skuId\\": \\"660460842235822081\\",\\n \\"barcode\\": \\"6922454329176\\",\\n \\"rankValue\\": 3,\\n \\"suggestedRetailPrice\\": 0,\\n \\"discountRetailPrice\\": 0,\\n \\"skuAlias\\": \\"\\"\\n }\\n ],\\n \\"lmItemId\\": \\"21000017-4580902812\\",\\n \\"canSell\\": true,\\n \\"fuzzyQuantity\\": \\"100+\\",\\n \\"title\\": \\"发财树\\",\\n \\"extendProperties\\": [\\n {\\n \\"key\\": \\"ss_picture_scene\\",\\n \\"value\\": \\"场景图\\"\\n }\\n ],\\n \\"servicePromises\\": [\\n \\"\\"\\n ],\\n \\"soldQuantity\\": \\"100+\\",\\n \\"picUrl\\": \\"https://img.alicdn.com/imgextra/i3/2214281521988/O1CN01w4vomR1QYYEx6nyr5_!!2214281521988.jpg\\",\\n \\"categoryLeafId\\": 201856501,\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"shopId\\": \\"21000017\\",\\n \\"inGroup\\": true,\\n \\"productType\\": \\"Normal\\",\\n \\"images\\": [\\n \\"\\"\\n ],\\n \\"brandName\\": \\"Apple/苹果\\",\\n \\"quantity\\": -1,\\n \\"productId\\": \\"660460842235822080\\",\\n \\"productSpecs\\": [\\n {\\n \\"keyId\\": 1000,\\n \\"key\\": \\"颜色分类\\",\\n \\"values\\": [\\n {\\n \\"value\\": \\"白色\\",\\n \\"valueId\\": 1000,\\n \\"valueAlias\\": \\"秘色\\"\\n }\\n ]\\n }\\n ],\\n \\"productStatus\\": \\"Online\\",\\n \\"taxCode\\": \\"3040203000000000000\\",\\n \\"divisionCode\\": \\"110000\\",\\n \\"taxRate\\": 600,\\n \\"limitRules\\": [\\n {\\n \\"ruleType\\": \\"\\",\\n \\"limitNum\\": 0,\\n \\"beginTime\\": 0,\\n \\"endTime\\": 0,\\n \\"condcase\\": \\"\\"\\n }\\n ],\\n \\"descPath\\": \\"https://img.alicdn.com/descpath/O1CN01wciRDp22AEU14435dsf34\\",\\n \\"properties\\": [\\n {\\n \\"text\\": \\"颜色\\",\\n \\"values\\": [\\n \\"白色\\"\\n ]\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'GetSelectionProductSaleInfo' => [
+ 'summary' => '查询选品池商品库存',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/products/{productId}/saleInfo',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'productId',
+ 'in' => 'path',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '660460842235822080',
+ ],
+ 'examples' => [],
+ ],
+ [
+ 'name' => 'purchaserId',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '采购方id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '56****2304',
+ ],
+ 'examples' => [],
+ ],
+ [
+ 'name' => 'divisionCode',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'title' => '区域码',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '110000',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/ProductSaleInfo',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"divisionCode\\": \\"110000\\",\\n \\"quantity\\": 10,\\n \\"skus\\": [\\n {\\n \\"divisionCode\\": \\"110000\\",\\n \\"markPrice\\": 999900,\\n \\"quantity\\": -1,\\n \\"productId\\": \\"660460842235822080\\",\\n \\"canSell\\": true,\\n \\"price\\": 19800,\\n \\"fuzzyQuantity\\": \\"有货\\",\\n \\"skuStatus\\": \\"Online\\",\\n \\"shopId\\": \\"21000017\\",\\n \\"title\\": \\"天蓝色\\",\\n \\"skuId\\": \\"660460842235822081\\",\\n \\"canNotSellReason\\": \\"不可售\\"\\n }\\n ],\\n \\"productId\\": \\"660460842235822080\\",\\n \\"canSell\\": true,\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"fuzzyQuantity\\": \\"有货\\",\\n \\"productStatus\\": \\"Online\\",\\n \\"shopId\\": \\"21000017\\",\\n \\"title\\": \\"发财树\\",\\n \\"lmItemId\\": \\"21000017-4580902812\\",\\n \\"limitRules\\": [\\n {\\n \\"ruleType\\": \\"\\",\\n \\"limitNum\\": 0,\\n \\"beginTime\\": 0,\\n \\"endTime\\": 0,\\n \\"condcase\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'ListSelectionProductSaleInfos' => [
+ 'summary' => '批量查询选品池商品库存',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/products/saleInfo/commands/list',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'list',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '批量查询商品库存参数',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/ProductSaleInfoListQuery',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/ProductSaleInfoListResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"productSaleInfos\\": [\\n {\\n \\"divisionCode\\": \\"110000\\",\\n \\"quantity\\": 10,\\n \\"skus\\": [\\n {\\n \\"divisionCode\\": \\"110000\\",\\n \\"markPrice\\": 999900,\\n \\"quantity\\": -1,\\n \\"productId\\": \\"660460842235822080\\",\\n \\"canSell\\": true,\\n \\"price\\": 19800,\\n \\"fuzzyQuantity\\": \\"有货\\",\\n \\"skuStatus\\": \\"Online\\",\\n \\"shopId\\": \\"21000017\\",\\n \\"title\\": \\"天蓝色\\",\\n \\"skuId\\": \\"660460842235822081\\",\\n \\"canNotSellReason\\": \\"不可售\\"\\n }\\n ],\\n \\"productId\\": \\"660460842235822080\\",\\n \\"canSell\\": true,\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"fuzzyQuantity\\": \\"有货\\",\\n \\"productStatus\\": \\"Online\\",\\n \\"shopId\\": \\"21000017\\",\\n \\"title\\": \\"发财树\\",\\n \\"lmItemId\\": \\"21000017-4580902812\\",\\n \\"limitRules\\": [\\n {\\n \\"ruleType\\": \\"\\",\\n \\"limitNum\\": 0,\\n \\"beginTime\\": 0,\\n \\"endTime\\": 0,\\n \\"condcase\\": \\"\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'ListSelectionSkuSaleInfos' => [
+ 'summary' => '批量查询选品池商品SKU库存',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/skus/saleInfo/commands/list',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'list',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '批量查询SKU库存参数',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/SkuSaleInfoListQuery',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/SkuSaleInfoListResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"skuSaleInfos\\": [\\n {\\n \\"divisionCode\\": \\"110000\\",\\n \\"markPrice\\": 999900,\\n \\"quantity\\": -1,\\n \\"productId\\": \\"660460842235822080\\",\\n \\"canSell\\": true,\\n \\"price\\": 19800,\\n \\"fuzzyQuantity\\": \\"有货\\",\\n \\"skuStatus\\": \\"Online\\",\\n \\"shopId\\": \\"21000017\\",\\n \\"title\\": \\"天蓝色\\",\\n \\"skuId\\": \\"660460842235822081\\",\\n \\"canNotSellReason\\": \\"不可售\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'ListCategories' => [
+ 'summary' => '查询类目',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/categories/commands/list',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'list',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/CategoryListQuery',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/CategoryListResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"\\",\\n \\"categories\\": [\\n {\\n \\"name\\": \\"方便面/拉面/挂面/轻食面速食\\",\\n \\"isLeaf\\": false,\\n \\"level\\": 2,\\n \\"categoryId\\": 201792301,\\n \\"parentId\\": 50016422\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'SearchProducts' => [
+ 'summary' => '搜索商品',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/selection-group/product/command/searchProduct',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '263793',
+ 'abilityTreeNodes' => [
+ 'FEATURElinkedmallMY1IED',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'purchaserId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'PIDxxxx',
+ ],
+ 'categoryIds' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx',
+ ],
+ 'required' => false,
+ ],
+ 'productStatus' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'Unsellable' => '',
+ 'Sellable' => '',
+ ],
+ 'example' => 'Sellable',
+ ],
+ 'productName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'productId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxxxxxx',
+ ],
+ 'lmItemId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xxx-xxxxx',
+ ],
+ 'inGroup' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ 'inventoryRiskLevel' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'High' => '',
+ 'Low' => '',
+ ],
+ 'example' => 'Low',
+ ],
+ 'distributionLowPrice' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'distributionHighPrice' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'distributionLowPriceRatio' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '133(1.33%)',
+ ],
+ 'distributionHighPriceRatio' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '244(2.44%)',
+ ],
+ 'lowMarkPrice' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'highMarkPrice' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'lowPrice' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'highPrice' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'platform' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'Tmall' => '',
+ 'Taobao' => '',
+ ],
+ 'example' => 'Taobao',
+ ],
+ 'brandName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'inGroupStartTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)',
+ ],
+ 'inGroupEndTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)',
+ ],
+ 'modifyStartTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)',
+ ],
+ 'modifyEndTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)',
+ ],
+ 'createStartTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)',
+ ],
+ 'createEndTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)',
+ ],
+ 'tradeModeAndCredit' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'Credit90' => '',
+ 'NonCredit' => '',
+ 'ConsignmentJingXiao' => '',
+ 'JingXiao' => '',
+ 'None' => '',
+ ],
+ 'example' => 'JingXiao',
+ ],
+ 'taxRate' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'Rate1' => '1%',
+ 'Rate0' => '',
+ 'Rate5' => '5%',
+ 'Rate6' => '6%',
+ 'HasRate' => '',
+ 'Rate9' => '9%',
+ 'Rate13' => '13%',
+ 'NonRate' => '',
+ 'TaxExemption' => '',
+ ],
+ 'example' => 'Rate0',
+ ],
+ 'pageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '10',
+ ],
+ 'pageNumber' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ 'orderBy' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'soldQuantity' => '',
+ ],
+ 'example' => '',
+ ],
+ 'orderDirection' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ASC',
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => 'Schema of Response',
+ 'type' => 'object',
+ 'properties' => [
+ 'total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'products' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'picUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'https://img.alicdn.com/xxx.jpg',
+ ],
+ 'productName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'productId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'xxxxx',
+ ],
+ 'lmItemId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'xxx-xxxxx',
+ ],
+ 'distributionPrice' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '¥0.05 ~ ¥21.10',
+ ],
+ 'diffPrice' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '¥-9998.95 ~ ¥-9977.90',
+ ],
+ 'distributionPriceRatio' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-100.00% ~ -99.79%',
+ ],
+ 'platformPrice' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '¥9999.00 ~ ¥9999.00',
+ ],
+ 'platformReservePrice' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '¥9999.00 ~ ¥9999.00',
+ ],
+ 'soldQuantity' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '100',
+ ],
+ 'inventoryRiskLevel' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'High' => '',
+ 'Low' => '',
+ ],
+ 'example' => 'Low',
+ ],
+ 'externalPlatformType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Taobao',
+ ],
+ 'shopName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'categoryChain' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'categoryId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '201792301',
+ ],
+ 'name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'parentId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ 'isLeaf' => [
+ 'type' => 'boolean',
+ ],
+ 'level' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'example' => '1',
+ 'format' => 'int32',
+ ],
+ ],
+ ],
+ ],
+ 'bandName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'canSell' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'canNotSellReason' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'tradeMode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'JingXiao',
+ ],
+ 'credit' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'Credit90' => '',
+ 'NonCredit' => '',
+ ],
+ 'example' => 'Credit90',
+ ],
+ ],
+ 'invoiceType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'HasInvoice' => '',
+ 'NonInvoice' => '',
+ ],
+ 'example' => 'HasInvoice',
+ ],
+ 'taxRate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '',
+ ],
+ 'taxCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '3040203000000000000',
+ ],
+ 'gmtCreate' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)'."\n",
+ ],
+ 'inGroupTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)'."\n",
+ ],
+ 'gmtModified' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2025-01-02 12:23:34'."\n"
+ .'(yyyy-MM-dd HH:mm:ss)'."\n",
+ ],
+ 'inGroup' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"total\\": 3,\\n \\"products\\": [\\n {\\n \\"picUrl\\": \\"https://img.alicdn.com/xxx.jpg\\",\\n \\"productName\\": \\"绿植\\",\\n \\"productId\\": \\"xxxxx\\",\\n \\"lmItemId\\": \\"xxx-xxxxx\\",\\n \\"distributionPrice\\": \\"¥0.05 ~ ¥21.10\\",\\n \\"diffPrice\\": \\"¥-9998.95 ~ ¥-9977.90\\",\\n \\"distributionPriceRatio\\": \\"-100.00% ~ -99.79%\\",\\n \\"platformPrice\\": \\"¥9999.00 ~ ¥9999.00\\",\\n \\"platformReservePrice\\": \\"¥9999.00 ~ ¥9999.00\\",\\n \\"soldQuantity\\": \\"100\\",\\n \\"inventoryRiskLevel\\": \\"Low\\",\\n \\"externalPlatformType\\": \\"Taobao(来源淘宝)\\\\nTmall(来源天猫)\\\\nCbu(来源1688分销货盘)\\",\\n \\"shopName\\": \\"xxx\\",\\n \\"categoryChain\\": [\\n {\\n \\"categoryId\\": 201792301,\\n \\"name\\": \\"名称测试\\",\\n \\"parentId\\": 0,\\n \\"isLeaf\\": false,\\n \\"level\\": 1\\n }\\n ],\\n \\"bandName\\": \\"绿植\\",\\n \\"canSell\\": true,\\n \\"canNotSellReason\\": \\"库存不足\\",\\n \\"tradeMode\\": \\"JingXiao\\",\\n \\"credit\\": [\\n \\"Credit90\\"\\n ],\\n \\"invoiceType\\": \\"HasInvoice\\",\\n \\"taxRate\\": 0,\\n \\"taxCode\\": \\"3040203000000000000\\",\\n \\"gmtCreate\\": \\"2025-01-02 12:23:34\\\\n(yyyy-MM-dd HH:mm:ss)\\\\n\\",\\n \\"inGroupTime\\": \\"2025-01-02 12:23:34\\\\n(yyyy-MM-dd HH:mm:ss)\\\\n\\",\\n \\"gmtModified\\": \\"2025-01-02 12:23:34\\\\n(yyyy-MM-dd HH:mm:ss)\\\\n\\",\\n \\"inGroup\\": true\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'SelectionGroupAddProduct' => [
+ 'summary' => '入库操作',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/selection-group/product/command/addProduct',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '263790',
+ 'abilityTreeNodes' => [
+ 'FEATURElinkedmallMY1IED',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'purchaserId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'PIDxxxxx',
+ ],
+ 'productIds' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'xxxx',
+ ],
+ 'required' => true,
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'productIds' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'xxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"productIds\\": [\\n \\"xxxx\\"\\n ]\\n}","type":"json"}]',
+ ],
+ 'SelectionGroupRemoveProduct' => [
+ 'summary' => '出库操作',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/selectionPool/selection-group/product/command/removeProduct',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '263792',
+ 'abilityTreeNodes' => [
+ 'FEATURElinkedmallMY1IED',
+ ],
+ 'tenantRelevance' => 'tenant',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'purchaserId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'PIDxxxxx',
+ ],
+ 'productIds' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'xxxxxx',
+ ],
+ 'required' => true,
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'productIds' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'xxxxx',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"productIds\\": [\\n \\"xxxxx\\"\\n ]\\n}","type":"json"}]',
+ ],
+ 'SplitPurchaseOrder' => [
+ 'summary' => '渲染拆分采购单',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/purchaseOrders/commands/split',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/PurchaseOrderRenderQuery',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ '$ref' => '#/components/schemas/PurchaseOrderRenderResult',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"addressList\\": [\\n {\\n \\"divisionCode\\": \\"610102\\",\\n \\"addressDetail\\": \\"陕西省西安市新城区xxx大厦xx室\\",\\n \\"receiverPhone\\": \\"182***5674\\",\\n \\"townDivisionCode\\": \\"61010212\\",\\n \\"receiver\\": \\"任先生\\",\\n \\"addressId\\": 0\\n }\\n ],\\n \\"canSell\\": true,\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"orderList\\": [\\n {\\n \\"message\\": \\"库存为0\\",\\n \\"deliveryInfoList\\": [\\n {\\n \\"postFee\\": 0,\\n \\"serviceType\\": -4,\\n \\"id\\": \\"20\\",\\n \\"displayName\\": \\"快递 免邮\\"\\n }\\n ],\\n \\"canSell\\": true,\\n \\"productList\\": [\\n {\\n \\"productTitle\\": \\"儿童学习桌\\",\\n \\"features\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"skuTitle\\": \\"浅绿色\\",\\n \\"quantity\\": 1,\\n \\"productId\\": \\"6600****6736\\",\\n \\"canSell\\": true,\\n \\"price\\": 100,\\n \\"productPicUrl\\": \\"//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0\\",\\n \\"purchaserId\\": \\"56****2304\\",\\n \\"message\\": \\"库存为0\\",\\n \\"skuId\\": \\"6600****6737\\"\\n }\\n ],\\n \\"extInfo\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n ],\\n \\"unsellableOrderList\\": [\\n {\\n \\"message\\": \\"库存为0\\",\\n \\"deliveryInfoList\\": [\\n {\\n \\"postFee\\": 0,\\n \\"serviceType\\": -4,\\n \\"id\\": \\"20\\",\\n \\"displayName\\": \\"快递 免邮\\"\\n }\\n ],\\n \\"canSell\\": true,\\n \\"productList\\": [\\n {\\n \\"productTitle\\": \\"儿童学习桌\\",\\n \\"features\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"skuTitle\\": \\"浅绿色\\",\\n \\"quantity\\": 1,\\n \\"productId\\": \\"6600****6736\\",\\n \\"canSell\\": true,\\n \\"price\\": 100,\\n \\"productPicUrl\\": \\"//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0\\",\\n \\"purchaserId\\": \\"56****2304\\",\\n \\"message\\": \\"库存为0\\",\\n \\"skuId\\": \\"6600****6737\\"\\n }\\n ],\\n \\"extInfo\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n ],\\n \\"message\\": \\"库存为0\\",\\n \\"extInfo\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n}","type":"json"}]',
+ ],
+ 'RenderPurchaseOrder' => [
+ 'summary' => '渲染采购单',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/purchaseOrders/commands/render',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '渲染采购单',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/PurchaseOrderRenderQuery',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'required' => false,
+ '$ref' => '#/components/schemas/PurchaseOrderRenderResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"addressList\\": [\\n {\\n \\"divisionCode\\": \\"610102\\",\\n \\"addressDetail\\": \\"陕西省西安市新城区xxx大厦xx室\\",\\n \\"receiverPhone\\": \\"182***5674\\",\\n \\"townDivisionCode\\": \\"61010212\\",\\n \\"receiver\\": \\"任先生\\",\\n \\"addressId\\": 0\\n }\\n ],\\n \\"canSell\\": true,\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"orderList\\": [\\n {\\n \\"message\\": \\"库存为0\\",\\n \\"deliveryInfoList\\": [\\n {\\n \\"postFee\\": 0,\\n \\"serviceType\\": -4,\\n \\"id\\": \\"20\\",\\n \\"displayName\\": \\"快递 免邮\\"\\n }\\n ],\\n \\"canSell\\": true,\\n \\"productList\\": [\\n {\\n \\"productTitle\\": \\"儿童学习桌\\",\\n \\"features\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"skuTitle\\": \\"浅绿色\\",\\n \\"quantity\\": 1,\\n \\"productId\\": \\"6600****6736\\",\\n \\"canSell\\": true,\\n \\"price\\": 100,\\n \\"productPicUrl\\": \\"//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0\\",\\n \\"purchaserId\\": \\"56****2304\\",\\n \\"message\\": \\"库存为0\\",\\n \\"skuId\\": \\"6600****6737\\"\\n }\\n ],\\n \\"extInfo\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n ],\\n \\"unsellableOrderList\\": [\\n {\\n \\"message\\": \\"库存为0\\",\\n \\"deliveryInfoList\\": [\\n {\\n \\"postFee\\": 0,\\n \\"serviceType\\": -4,\\n \\"id\\": \\"20\\",\\n \\"displayName\\": \\"快递 免邮\\"\\n }\\n ],\\n \\"canSell\\": true,\\n \\"productList\\": [\\n {\\n \\"productTitle\\": \\"儿童学习桌\\",\\n \\"features\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"skuTitle\\": \\"浅绿色\\",\\n \\"quantity\\": 1,\\n \\"productId\\": \\"6600****6736\\",\\n \\"canSell\\": true,\\n \\"price\\": 100,\\n \\"productPicUrl\\": \\"//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0\\",\\n \\"purchaserId\\": \\"56****2304\\",\\n \\"message\\": \\"库存为0\\",\\n \\"skuId\\": \\"6600****6737\\"\\n }\\n ],\\n \\"extInfo\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n ],\\n \\"message\\": \\"库存为0\\",\\n \\"extInfo\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n}","type":"json"}]',
+ ],
+ 'CreatePurchaseOrder' => [
+ 'summary' => '创建采购单',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/purchaseOrders',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '创建采购单',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/PurchaseOrderCreateCmd',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/PurchaseOrderCreateResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"purchaseOrderId\\": \\"6692****5696\\",\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ 'responseParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "requestId": "48A34399-A72C-1E23-8388-7E63****E927",'."\n"
+ .' "purchaseOrderId": "6696070481****5680"'."\n"
+ .'}',
+ ],
+ 'GetPurchaseOrderStatus' => [
+ 'summary' => '查询采购单状态',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/purchaseOrders/{purchaseOrderId}/status',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'purchaseOrderId',
+ 'in' => 'path',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '采购单ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6696070481****5680',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/PurchaseOrderStatusResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"status\\": \\"10\\"\\n}","type":"json"}]',
+ 'responseParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "requestId": "AC85D1AE-3015-1024-B17C-D056****3583",'."\n"
+ .' "status": "20"'."\n"
+ .'}',
+ ],
+ 'GetOrder' => [
+ 'summary' => '查询主单详情',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/orders/{orderId}',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'orderId',
+ 'in' => 'path',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '订单id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '669607056****8593',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/OrderResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"orderAmount\\": 100,\\n \\"orderLineList\\": [\\n {\\n \\"productTitle\\": \\"儿童学习桌\\",\\n \\"number\\": \\"1\\",\\n \\"skuTitle\\": \\"浅绿色\\",\\n \\"productId\\": \\"6600****6736\\",\\n \\"orderId\\": \\"6692****5457\\",\\n \\"productPic\\": \\"//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0\\",\\n \\"orderLineId\\": \\"6692****5458\\",\\n \\"logisticsStatus\\": \\"1\\",\\n \\"payFee\\": 100,\\n \\"skuId\\": \\"6600****6737\\",\\n \\"orderLineStatus\\": \\"1\\"\\n }\\n ],\\n \\"orderId\\": \\"6692****5457\\",\\n \\"distributorId\\": \\"12****01\\",\\n \\"orderStatus\\": \\"1\\",\\n \\"logisticsStatus\\": \\"1\\",\\n \\"createDate\\": \\"2023-09-11T12:22:24.000+08:00\\",\\n \\"requestId\\": \\"841471F6-5D61-1331-8C38-2****B55\\",\\n \\"orderClosedReason\\": \\"系统关单\\"\\n}","type":"json"}]',
+ ],
+ 'QueryOrders' => [
+ 'summary' => '查询主单列表',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/orders/commands/query',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '查询主单列表',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/OrderPageQuery',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/OrderListResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"orderList\\": [\\n {\\n \\"orderAmount\\": 100,\\n \\"orderLineList\\": [\\n {\\n \\"productTitle\\": \\"儿童学习桌\\",\\n \\"number\\": \\"1\\",\\n \\"skuTitle\\": \\"浅绿色\\",\\n \\"productId\\": \\"6600****6736\\",\\n \\"orderId\\": \\"6692****5457\\",\\n \\"productPic\\": \\"//img.alicdn.com/imgextra/i4/2216003305543/O1CN01bip3Un1qokG0\\",\\n \\"orderLineId\\": \\"6692****5458\\",\\n \\"logisticsStatus\\": \\"1\\",\\n \\"payFee\\": 100,\\n \\"skuId\\": \\"6600****6737\\",\\n \\"orderLineStatus\\": \\"1\\"\\n }\\n ],\\n \\"orderId\\": \\"6692****5457\\",\\n \\"distributorId\\": \\"12****01\\",\\n \\"orderStatus\\": \\"1\\",\\n \\"logisticsStatus\\": \\"1\\",\\n \\"createDate\\": \\"2023-09-11T12:22:24.000+08:00\\",\\n \\"requestId\\": \\"841471F6-5D61-1331-8C38-2****B55\\",\\n \\"orderClosedReason\\": \\"系统关单\\"\\n }\\n ],\\n \\"requestId\\": \\"3239281273464326823\\",\\n \\"total\\": 24\\n}","type":"json"}]',
+ 'requestParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "pageNumber": 1,'."\n"
+ .' "pageSize": 10,'."\n"
+ .' "orderIdList": ['."\n"
+ .' "6696070566****8593"'."\n"
+ .' ]'."\n"
+ .'}',
+ ],
+ 'ListLogisticsOrders' => [
+ 'summary' => '查询物流信息(订单)',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/orders/{orderId}/logisticsOrders',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'list',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'orderId',
+ 'in' => 'path',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '订单id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '6696070566****8593',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/LogisticsOrderListResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"logisticsOrderList\\": [\\n {\\n \\"mailNo\\": \\"SF234***2345\\",\\n \\"dataProviderTitle\\": \\"菜鸟裹裹\\",\\n \\"logisticsCompanyName\\": \\"顺丰\\",\\n \\"logisticsDetailList\\": [\\n {\\n \\"ocurrTimeStr\\": \\"2023-09-01 00:00:00\\",\\n \\"standerdDesc\\": \\"已签收\\"\\n }\\n ],\\n \\"goods\\": [\\n {\\n \\"goodName\\": \\"儿童学习桌\\",\\n \\"productId\\": \\"6600****6736\\",\\n \\"quantity\\": 1,\\n \\"skuId\\": \\"\\",\\n \\"skuTitle\\": \\"\\"\\n }\\n ],\\n \\"dataProvider\\": \\"菜鸟\\",\\n \\"logisticsCompanyCode\\": \\"SF (OTHER-其他 POST-中国邮政 EMS-EMS EYB-EMS快递包裹 POSTB-邮政快递包裹 STO-申通快递 YTO-圆通快递 YUNDA-韵达快递 ZJS-宅急送 FEDEX-联邦快递 DBKD-德邦物流 SHQ-华强物流 TN-特能 TAOBAO-淘宝物流 ZTO-中通快递 HTKY-百世快递 TTKDEX-天天快递 SF-顺丰速运 ZTKY-中铁物流 QFKD-全峰快递 JT-极兔物流)\\"\\n }\\n ],\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ ],
+ 'ConfirmDisburse' => [
+ 'summary' => '确认收货(订单)',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/orders/commands/confirmDisburse',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '确认收货(订单)',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/ConfirmDisburseCmd',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/ConfirmDisburseResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"result\\": \\"success\\",\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ 'requestParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "orderId": "6696667996****5953"'."\n"
+ .'}',
+ 'responseParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "requestId": "FF83DFBE-CBF2-1D73-83A3-5010****C402",'."\n"
+ .' "result": "success"'."\n"
+ .'}',
+ ],
+ 'RenderRefundOrder' => [
+ 'summary' => '逆向单渲染',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/refunds/commands/render',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '逆向单渲染',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/RefundRenderCmd',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/RefundRenderResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"maxRefundFeeData\\": {\\n \\"minRefundFee\\": 1,\\n \\"maxRefundFee\\": 100\\n },\\n \\"refundReasonList\\": [\\n {\\n \\"reasonTextId\\": \\"47683\\",\\n \\"proofRequired\\": true,\\n \\"reasonTips\\": \\"不想要了\\",\\n \\"refundDescRequired\\": true\\n }\\n ],\\n \\"bizClaimType\\": 1,\\n \\"orderLineId\\": \\"6692****5458\\",\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ 'requestParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "bizClaimType": 3,'."\n"
+ .' "goodsStatus": 2,'."\n"
+ .' "orderLineId": "6696070566****8594"'."\n"
+ .'}',
+ ],
+ 'CreateRefundOrder' => [
+ 'summary' => '创建逆向单',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/refunds',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '创建逆向单',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/RefundOrderCmd',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/RefundOrderResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"orderLineId\\": \\"6692****5458\\",\\n \\"disputeId\\": \\"6693****4352\\",\\n \\"disputeStatus\\": 1,\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ 'responseParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "requestId": "4DFA4CBA-AB08-13E2-9E25-0A26****72F2",'."\n"
+ .' "orderLineId": "6696070566****8594",'."\n"
+ .' "disputeStatus": 1,'."\n"
+ .' "disputeId": "6696233432****5024"'."\n"
+ .'}',
+ ],
+ 'CancelRefundOrder' => [
+ 'summary' => '取消逆向单',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/refunds/{disputeId}/commands/cancel',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'disputeId',
+ 'in' => 'path',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '',
+ 'description' => '',
+ 'type' => 'string',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '601853367760207872',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/RefundOrderResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"orderLineId\\": \\"6692****5458\\",\\n \\"disputeId\\": \\"6693****4352\\",\\n \\"disputeStatus\\": 1,\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ ],
+ 'GetRefundOrder' => [
+ 'summary' => '查询逆向单详情',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/refunds/{disputeId}',
+ 'methods' => [
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'disputeId',
+ 'in' => 'path',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6696233432****5024',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/RefundResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"refundFee\\": 1,\\n \\"refundFeeData\\": {\\n \\"minRefundFee\\": 1,\\n \\"maxRefundFee\\": 100\\n },\\n \\"applyDisputeDesc\\": \\"多拍不想要\\",\\n \\"refunderTel\\": \\"182****1334\\",\\n \\"bizClaimType\\": 1,\\n \\"disputeDesc\\": \\"多拍不想要\\",\\n \\"sellerRefuseReason\\": \\"商品没问题,买家举证无效\\",\\n \\"orderId\\": \\"6692****5457\\",\\n \\"refunderName\\": \\"赵先生\\",\\n \\"applyReason\\": {\\n \\"reasonTextId\\": 403769,\\n \\"reasonTips\\": \\"不想要了\\"\\n },\\n \\"refunderAddress\\": \\"阿里云云谷\\",\\n \\"refunderZipCode\\": \\"331001\\",\\n \\"disputeEndTime\\": \\"2023-09-02T12:00:00.000Z\\",\\n \\"sellerRefuseAgreementMessage\\": \\"不同意退款\\",\\n \\"disputeId\\": \\"6693****4352\\",\\n \\"disputeStatus\\": 1,\\n \\"returnGoodLogisticsStatus\\": 0,\\n \\"orderLogisticsStatus\\": 1,\\n \\"disputeCreateTime\\": \\"2023-09-02T00:00:00.000Z\\",\\n \\"orderLineId\\": \\"6692****5458\\",\\n \\"sellerAgreeMsg\\": \\"同意退款\\",\\n \\"requestId\\": \\"841471F6-5D61-1331-8C38-2****B55\\"\\n}","type":"json"}]',
+ ],
+ 'CreateGoodsShippingNotice' => [
+ 'summary' => '提交运单信息',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/refunds/command/createGoodsShippingNotice',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '提交逆向物流信息',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/GoodsShippingNoticeCreateCmd',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/GoodsShippingNoticeCreateResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"result\\": \\"success\\",\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ 'requestParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "cpCode": "YUNDA",'."\n"
+ .' "disputeId": "6696233432****5024",'."\n"
+ .' "logisticsNo": "4334027****6583"'."\n"
+ .'}',
+ 'responseParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "requestId": "FA53BE49-2740-1AE1-BCBE-3640****5BE5",'."\n"
+ .' "result": "success"'."\n"
+ .'}',
+ ],
+ 'QueryChildDivisionCode' => [
+ 'summary' => '查询地址divisionCode',
+ 'path' => '/opensaas-s2b/opensaas-s2b-biz-trade/v2/division/commands/queryChildDivisionCode',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'tags' => [],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => [
+ 'application/json',
+ ],
+ 'produces' => [
+ 'application/json',
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'title' => '查询地址divisionCode',
+ 'description' => '',
+ 'required' => true,
+ '$ref' => '#/components/schemas/DivisionQuery',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'description' => '成功',
+ 'schema' => [
+ 'description' => '',
+ 'required' => false,
+ '$ref' => '#/components/schemas/DivisionPageResult',
+ ],
+ 'examples' => [],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"divisionList\\": [\\n {\\n \\"divisionName\\": \\"上海\\",\\n \\"divisionCode\\": 310000,\\n \\"divisionLevel\\": 2,\\n \\"pinyin\\": \\"shang hai\\",\\n \\"parentId\\": 1\\n }\\n ],\\n \\"requestId\\": \\"3239281273464326823\\"\\n}","type":"json"}]',
+ 'requestParamsDescription' => '```'."\n"
+ .'{'."\n"
+ .' "divisionCode": "1"'."\n"
+ .'}',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'ap-northeast-2-pop',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-finance-pop',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-gov-1',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-nu16-b01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-edge-1',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-fujian',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-haidian-cm12-c01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-bj-b01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-prod-1',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-1',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-2',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-3',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-test-306',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hongkong-finance-pop',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-north-2-gov-1',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-qingdao-nebula',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et15-b01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et2-b01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-inner',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-internal-test-1',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-inner',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-st4-d01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-su18-b01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-wuhan',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-yushanfang',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangbei-na61-b01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou-na62-a01',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhengzhou-nebula-1',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-west-1-oxs',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'rus-west-1-pop',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou',
+ 'endpoint' => 'linkedmall-distributor.cn-zhangjiakou.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'linkedmall.cn-hangzhou.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'linkedmall.aliyuncs.com',
+ ],
+ ],
+];