From 598d868e59daae4502c4f8fe4b4d3833a7e371be Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 23 七月 2025 16:45:13 +0800
Subject: [PATCH] feat: 接口
---
src/constants/fourStreams.ts | 20
src/views/Reward/components/RegisterGrantDialog.vue | 6
src/views/Reward/components/BatchRegisterDialog.vue | 6
src/services/api/ElectronSign.ts | 241 +++++
src/services/api/typings.d.ts | 2006 ++++++++++++++++++++++++++++++++++++++---
src/hooks/fourStreams.ts | 52
src/views/Reward/components/UploadFileDialog.vue | 24
src/components/commonView/SettlementMaterialInfoView.vue | 8
src/views/Reward/constants/columns.ts | 28
src/views/MaterialReview/MaterialReviewAudit.vue | 28
src/utils/common/file.ts | 7
src/services/api/index.ts | 2
src/components/commonView/DetailView.vue | 8
src/components/commonView/DeclareEnterpriseTableView.vue | 21
src/constants/reward.ts | 16
src/views/Reward/RewardDeclareDetail.vue | 12
src/services/api/ParkBountyApply.ts | 224 ++--
src/views/MaterialReview/MaterialReviewDetail.vue | 10
src/views/Reward/RewardGrantRegister.vue | 135 ++
19 files changed, 2,498 insertions(+), 356 deletions(-)
diff --git a/src/components/commonView/DeclareEnterpriseTableView.vue b/src/components/commonView/DeclareEnterpriseTableView.vue
index d3e38de..f0ad72c 100644
--- a/src/components/commonView/DeclareEnterpriseTableView.vue
+++ b/src/components/commonView/DeclareEnterpriseTableView.vue
@@ -1,6 +1,17 @@
<template>
<ProTableQueryFilterBar @on-reset="reset">
<template #query>
+ <slot name="query">
+ <QueryFilterItem v-if="showFinanceStatus">
+ <FieldRadio
+ v-model="extraParamState.financeStatus"
+ :value-enum="FinanceStatusEnumTextV2Query"
+ buttonStyle
+ showAllBtn
+ @change="getList()"
+ />
+ </QueryFilterItem>
+ </slot>
<QueryFilterItem>
<SearchInput
v-model="extraParamState.searchKeyWord"
@@ -36,12 +47,11 @@
QueryFilterItem,
ProTableV2,
SearchInput,
- defineOperationBtns,
- defineColumns,
PreviewBtnV2,
+ FieldRadio,
} from '@bole-core/components';
import { setOSSLink } from '@/utils';
-import { BaseDeclareEnterpriseTableViewColumns } from '@/constants';
+import { FinanceStatusEnum, TransferToStatusEnum, FinanceStatusEnumTextV2Query } from '@/constants';
defineOptions({
name: 'DeclareEnterpriseTableView',
@@ -53,14 +63,17 @@
proTableProps: any;
extraParamState: {
searchKeyWord: string;
+ transferToStatus: TransferToStatusEnum;
+ financeStatus: FinanceStatusEnum;
};
openDialog?: (row) => void;
column?: API.ModuleColumnDto[];
operationBtns?: OperationBtnType[];
+ showFinanceStatus?: boolean;
};
const props = withDefaults(defineProps<Props>(), {
- column: () => BaseDeclareEnterpriseTableViewColumns,
+ showFinanceStatus: false,
});
</script>
diff --git a/src/components/commonView/DetailView.vue b/src/components/commonView/DetailView.vue
index 6f56d47..a1c8ab8 100644
--- a/src/components/commonView/DetailView.vue
+++ b/src/components/commonView/DetailView.vue
@@ -3,7 +3,11 @@
<ChunkCellV2 title="鎵规淇℃伅" style="margin-bottom: 0">
<BatchInfoView :form="form"></BatchInfoView>
</ChunkCellV2>
- <ChunkCellV2 title="姹囨�绘潗鏂�" style="margin-bottom: 0" v-if="form.parkCollectFileList.length > 0">
+ <ChunkCellV2
+ title="姹囨�绘潗鏂�"
+ style="margin-bottom: 0"
+ v-if="form.parkCollectFileList.length > 0"
+ >
<MaterialInfoView :form="form"></MaterialInfoView>
</ChunkCellV2>
<ChunkCellV2 title="姹囩畻鏉愭枡" style="margin-bottom: 0">
@@ -33,6 +37,8 @@
parkTypeName: string;
applyMonth: string;
applySumAmount: number;
+ financeSumAmount: number;
+ settleSumAmount: number;
/** 濂栧姳閲戝垎閰嶈〃 */
// bountyAssignFileUlr: UploadUserFile[];
/** 濂栧姳閲戞眹鎬昏〃 */
diff --git a/src/components/commonView/SettlementMaterialInfoView.vue b/src/components/commonView/SettlementMaterialInfoView.vue
index f4fc4f5..ad836fe 100644
--- a/src/components/commonView/SettlementMaterialInfoView.vue
+++ b/src/components/commonView/SettlementMaterialInfoView.vue
@@ -2,6 +2,12 @@
<ProFormItemV2 label="鏈鐢虫姤濂栧姳閲戞�婚:" prop="applySumAmount">
<ProFormInputNumber v-model="form.applySumAmount" formatValue="money" unit="鍏�" />
</ProFormItemV2>
+ <ProFormItemV2 label="璐㈡斂鎷ㄤ粯鎬婚:" prop="financeSumAmount">
+ <ProFormInputNumber v-model="form.financeSumAmount" formatValue="money" unit="鍏�" />
+ </ProFormItemV2>
+ <ProFormItemV2 label="骞冲彴鎷ㄤ粯鎬婚:" prop="settleSumAmount">
+ <ProFormInputNumber v-model="form.settleSumAmount" formatValue="money" unit="鍏�" />
+ </ProFormItemV2>
<ProFormItemV2
:label="`${item.fileTypeName}:`"
:prop="`calculationFileList.${index}.listFiles`"
@@ -38,6 +44,8 @@
type Props = {
form: {
applySumAmount: number;
+ financeSumAmount: number;
+ settleSumAmount: number;
calculationFileList: CustomerApplyFileTypeListItem[];
};
};
diff --git a/src/constants/fourStreams.ts b/src/constants/fourStreams.ts
index 4b6fcf8..a9944a6 100644
--- a/src/constants/fourStreams.ts
+++ b/src/constants/fourStreams.ts
@@ -80,21 +80,25 @@
id: '1',
enCode: 'userName',
name: '甯愬彿',
+ width: 160,
},
{
id: '2',
enCode: 'enterpriseName',
name: '浼佷笟鍚嶇О',
+ width: 250,
},
{
id: '3',
enCode: 'societyCreditCode',
name: '淇$敤浠g爜',
+ width: 200,
},
{
id: '4',
enCode: 'contactPhone',
name: '鐢佃瘽',
+ width: 160,
},
{
id: '5',
@@ -110,26 +114,32 @@
id: '7',
enCode: 'bankAccountInfo',
name: '鍩烘湰鎴蜂俊鎭�',
+ width: 300,
},
]);
type UseAddRewardApplyStep3ColumnsOptions = {
- suportEnterpriseUpload: Ref<boolean>;
+ suportPlatRecharge: Ref<boolean>;
baseColumns?: API.ModuleColumnDto[];
};
export function useAddRewardApplyStep3Columns({
- suportEnterpriseUpload,
+ suportPlatRecharge,
baseColumns = BaseDeclareEnterpriseTableViewColumns,
}: UseAddRewardApplyStep3ColumnsOptions) {
const addRewardApplyStep3Columns = computed(() =>
defineColumns(
[
...baseColumns,
- suportEnterpriseUpload.value && {
+ {
+ id: '8',
+ enCode: 'financeAmount',
+ name: '璐㈡斂鎷ㄤ粯閲戦',
+ },
+ suportPlatRecharge.value && {
id: '9',
- enCode: 'applyAmount',
- name: '鐢虫姤閲戦',
+ enCode: 'transferAmount',
+ name: '骞冲彴鎷ㄤ粯閲戦',
},
].filter(Boolean)
)
diff --git a/src/constants/reward.ts b/src/constants/reward.ts
index 49d6dd0..e52e8cf 100644
--- a/src/constants/reward.ts
+++ b/src/constants/reward.ts
@@ -103,6 +103,22 @@
[FinanceStatusEnum.HasIncome]: '宸茬櫥璁�',
};
+export enum TransferToStatusEnum {
+ /**
+ 鏈叆璐�
+ */
+ WaitingForTransfer = 1,
+ /**
+ 宸插叆璐�
+ */
+ HasTransfer = 2,
+}
+
+export const TransferToStatusEnumText = {
+ [TransferToStatusEnum.WaitingForTransfer]: '鏈叆璐�',
+ [TransferToStatusEnum.HasTransfer]: '宸插叆璐�',
+};
+
export enum IncomeStatusEnum {
/**
* 寰呭叆璐�
diff --git a/src/hooks/fourStreams.ts b/src/hooks/fourStreams.ts
index b312d80..07feccd 100644
--- a/src/hooks/fourStreams.ts
+++ b/src/hooks/fourStreams.ts
@@ -8,50 +8,68 @@
} from '@/components/commonView/utils';
import * as parkBountyApplyServices from '@/services/api/ParkBountyApply';
import * as enterpriseApplyFileServices from '@/services/api/EnterpriseApplyFile';
-import { BaseDeclareEnterpriseTableViewColumns, EnterpriseTypeText } from '@/constants';
+import {
+ BaseDeclareEnterpriseTableViewColumns,
+ EnterpriseTypeText,
+ FinanceStatusEnum,
+ FinanceStatusEnumText,
+ FinanceStatusEnumTextV2,
+ FinanceStatusEnumTextV2Query,
+ SettleStatusEnumTextV2,
+ TransferToStatusEnum,
+ TransferToStatusEnumText,
+} from '@/constants';
export const rewardGrantRegisterColumns = computed(() =>
defineColumns([
...BaseDeclareEnterpriseTableViewColumns,
{
id: '9',
- enCode: 'a',
+ enCode: 'financeAmount',
name: '璐㈡斂鎷ㄤ粯閲戦',
+ width: 160,
},
{
id: '10',
- enCode: 'a',
+ enCode: 'financeSumAmount',
name: '璐㈡斂鎷ㄤ粯宸茬櫥璁�',
+ width: 160,
},
{
id: '11',
- enCode: 'a',
+ enCode: 'financeTime',
name: '鏈�杩戠櫥璁版棩鏈�',
+ width: 160,
},
{
id: '12',
- enCode: 'a',
+ enCode: 'financeStatus',
name: '璐㈡斂鎷ㄤ粯鐧昏鐘舵��',
+ width: 160,
},
{
id: '13',
- enCode: 'a',
+ enCode: 'transferAmount',
name: '骞冲彴鎷ㄤ粯閲戦',
+ width: 160,
},
{
id: '14',
- enCode: 'a',
+ enCode: 'settleSumAmount',
name: '骞冲彴鎷ㄤ粯宸茬櫥璁�',
+ width: 160,
},
{
id: '15',
- enCode: 'a',
+ enCode: 'settleTime',
name: '鏈�杩戠櫥璁版棩鏈�',
+ width: 160,
},
{
id: '16',
- enCode: 'a',
+ enCode: 'settleStatus',
name: '骞冲彴鎷ㄤ粯鐧昏鐘舵��',
+ width: 160,
},
])
);
@@ -73,7 +91,7 @@
} = useTable(
async ({ pageIndex, pageSize }, extraParamState) => {
try {
- let params: API.GetParkBountyApplyInfoInput = {
+ let params: API.GetParkBountyApplyTransferInfoInput = {
pageModel: {
rows: pageSize,
page: pageIndex,
@@ -81,8 +99,10 @@
},
searchKeyWord: extraParamState.searchKeyWord,
parkBountyApplyId: id.value,
+ transferToStatus: extraParamState.transferToStatus,
+ financeStatus: extraParamState.financeStatus,
};
- let res = await parkBountyApplyServices.getOutCheckParkBountyApplyDetailList(params);
+ let res = await parkBountyApplyServices.getParkBountyApplyTransferDetailList(params);
return res;
} catch (error) {}
},
@@ -90,14 +110,24 @@
defaultExtraParams: {
orderInput: [{ property: 'parkBountyApplyId', order: OrderInputType.Desc }],
searchKeyWord: '',
+ transferToStatus: '' as any as TransferToStatusEnum,
+ financeStatus: '' as any as FinanceStatusEnum,
},
columnsRenderProps: {
authType: { type: 'enum', valueEnum: EnterpriseTypeText },
+ financeStatus: { type: 'enum', valueEnum: FinanceStatusEnumTextV2 },
+ settleStatus: { type: 'enum', valueEnum: SettleStatusEnumTextV2 },
licenseUrl: {
type: 'urlV2',
formatter: (row: API.UserCertificationAuditListDto) => setOSSLink(row.licenseUrl),
},
+ financeTime: { type: 'date', format: 'YYYY-MM-DD' },
+ settleTime: { type: 'date', format: 'YYYY-MM-DD' },
applyAmount: { type: 'money' },
+ financeAmount: { type: 'money' },
+ financeSumAmount: { type: 'money' },
+ transferAmount: { type: 'money' },
+ settleSumAmount: { type: 'money' },
},
}
);
diff --git a/src/services/api/ElectronSign.ts b/src/services/api/ElectronSign.ts
new file mode 100644
index 0000000..c89e92e
--- /dev/null
+++ b/src/services/api/ElectronSign.ts
@@ -0,0 +1,241 @@
+/* eslint-disable */
+// @ts-ignore
+import { request } from '@/utils/request';
+
+/** 鍒涘缓鎴栨洿鏂版ā鏉� POST /api/ElectronSign/CreateOrUpdateContractTemplate */
+export async function createOrUpdateContractTemplate(
+ body: API.CreateOrUpdateContractTemplateInput,
+ options?: API.RequestConfig
+) {
+ return request<any>('/api/ElectronSign/CreateOrUpdateContractTemplate', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鍒涘缓鎴栨洿鏂板鎴� POST /api/ElectronSign/CreateOrUpdateCustomer */
+export async function createOrUpdateCustomer(
+ body: API.CreateOrUpdateCustomerInput,
+ options?: API.RequestConfig
+) {
+ return request<any>('/api/ElectronSign/CreateOrUpdateCustomer', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鍒犻櫎妯℃澘 POST /api/ElectronSign/DeleteContractTemplate/${param0} */
+export async function deleteContractTemplateId(
+ // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+ params: API.APIdeleteContractTemplateIdParams,
+ options?: API.RequestConfig
+) {
+ const { id: param0, ...queryParams } = params;
+ return request<any>(`/api/ElectronSign/DeleteContractTemplate/${param0}`, {
+ method: 'POST',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 鍒犻櫎瀹㈡埛 POST /api/ElectronSign/DeleteCustomer/${param0} */
+export async function deleteCustomerId(
+ // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+ params: API.APIdeleteCustomerIdParams,
+ options?: API.RequestConfig
+) {
+ const { id: param0, ...queryParams } = params;
+ return request<any>(`/api/ElectronSign/DeleteCustomer/${param0}`, {
+ method: 'POST',
+ params: { ...queryParams },
+ ...(options || {}),
+ });
+}
+
+/** 鑾峰彇鍚堝悓淇℃伅 POST /api/ElectronSign/GetContractInfo */
+export async function getContractInfo(body: API.GetContractInfoInput, options?: API.RequestConfig) {
+ return request<API.GetContractInfoDto>('/api/ElectronSign/GetContractInfo', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鑾峰彇鍚堝悓鍒楄〃 POST /api/ElectronSign/GetContractList */
+export async function getContractList(body: API.GetContractInput, options?: API.RequestConfig) {
+ return request<API.GetContractDtoPageOutput>('/api/ElectronSign/GetContractList', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鑾峰彇鍚堝悓妯℃澘鍒楄〃 POST /api/ElectronSign/GetContractTemplateList */
+export async function getContractTemplateList(
+ body: API.GetContractTemplateInput,
+ options?: API.RequestConfig
+) {
+ return request<API.GetContractTemplateDtoPageOutput>(
+ '/api/ElectronSign/GetContractTemplateList',
+ {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ }
+ );
+}
+
+/** 鑾峰彇璐﹀崟鍒楄〃 POST /api/ElectronSign/GetCostList */
+export async function getCostList(body: API.GetCostInput, options?: API.RequestConfig) {
+ return request<API.GetCostDtoPageOutput>('/api/ElectronSign/GetCostList', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鑾峰彇瀹㈡埛鍒楄〃 POST /api/ElectronSign/GetCustomerList */
+export async function getCustomerList(body: API.GetCustomerInput, options?: API.RequestConfig) {
+ return request<API.GetCustomerDtoPageOutput>('/api/ElectronSign/GetCustomerList', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鑾峰彇鐢ㄦ埛淇℃伅 POST /api/ElectronSign/GetUserInfo */
+export async function getUserInfo(body: API.GetUserInfoInput, options?: API.RequestConfig) {
+ return request<API.GetUserInfoDto>('/api/ElectronSign/GetUserInfo', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鑾峰彇鐢ㄦ埛鍒楄〃 POST /api/ElectronSign/GetUserList */
+export async function getUserList(body: API.GetUserInput, options?: API.RequestConfig) {
+ return request<API.GetUserDtoPageOutput>('/api/ElectronSign/GetUserList', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 浼佷笟瀹炲悕 POST /api/ElectronSign/RealEnterprise */
+export async function realEnterprise(body: API.RealEnterpriseInput, options?: API.RequestConfig) {
+ return request<API.RealEnterpriseOutput>('/api/ElectronSign/RealEnterprise', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 涓汉瀹炲悕 POST /api/ElectronSign/RealPersonal */
+export async function realPersonal(body: API.RealPersonalInput, options?: API.RequestConfig) {
+ return request<API.RealPersonalOutput>('/api/ElectronSign/RealPersonal', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 娉ㄥ唽鎴栨洿鏂扮敤鎴蜂俊鎭� POST /api/ElectronSign/RegOrUpdateUser */
+export async function regOrUpdateUser(body: API.RegOrUpdateUserInput, options?: API.RequestConfig) {
+ return request<any>('/api/ElectronSign/RegOrUpdateUser', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鍙戣捣绛剧害 POST /api/ElectronSign/SendContract */
+export async function sendContract(body: API.SendContractInput, options?: API.RequestConfig) {
+ return request<API.SendContractOutput>('/api/ElectronSign/SendContract', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鍙戦�佸疄鍚嶇煭淇� POST /api/ElectronSign/SendRealSms */
+export async function sendRealSms(body: API.SendRealSmsInput, options?: API.RequestConfig) {
+ return request<any>('/api/ElectronSign/SendRealSms', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 娴嬭瘯瀹㈡埛鍥炶皟閫氱煡 POST /api/ElectronSign/TestCustomerCallback */
+export async function testCustomerCallback(
+ body: API.SendCallbackInput,
+ options?: API.RequestConfig
+) {
+ return request<any>('/api/ElectronSign/TestCustomerCallback', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鏇存柊浼佷笟鍗扮珷 POST /api/ElectronSign/UpdateEnterpriseSeal */
+export async function updateEnterpriseSeal(
+ body: API.UpdateEnterpriseSealInput,
+ options?: API.RequestConfig
+) {
+ return request<any>('/api/ElectronSign/UpdateEnterpriseSeal', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts
index 1ebaf72..39dd756 100644
--- a/src/services/api/ParkBountyApply.ts
+++ b/src/services/api/ParkBountyApply.ts
@@ -17,7 +17,7 @@
});
}
-/** 濂栧姳閲�-鍑鸿处 POST /api/ParkBountyApply/AuditParkBountyApplyTrade */
+/** 濂栧姳閲�-鍑鸿处-瀹℃壒 POST /api/ParkBountyApply/AuditParkBountyApplyTrade */
export async function auditParkBountyApplyTrade(
body: API.AuditParkBountyTradeInput,
options?: API.RequestConfig
@@ -122,12 +122,12 @@
});
}
-/** 杩愯惀绔�-濂栧姳閲戠粺璁℃姤琛ㄥ鍑� POST /api/ParkBountyApply/ExportBonusStatistics */
-export async function exportBonusStatistics(
- body: API.GetBonusStatisticsListInput,
+/** 瀵煎嚭濂栧姳閲戠粺璁℃姤琛� POST /api/ParkBountyApply/ExportRewardStatistics */
+export async function exportRewardStatistics(
+ body: API.ExportRewardStatisticsInput,
options?: API.RequestConfig
) {
- return request<any>('/api/ParkBountyApply/ExportBonusStatistics', {
+ return request<any>('/api/ParkBountyApply/ExportRewardStatistics', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -137,22 +137,19 @@
});
}
-/** 杩愯惀绔�-濂栧姳閲戠粺璁℃姤琛� POST /api/ParkBountyApply/GetBonusStatisticsList */
-export async function getBonusStatisticsList(
- body: API.GetBonusStatisticsListInput,
+/** 濂栧姳閲�-鍑鸿处-璐㈠姟瀹℃壒 POST /api/ParkBountyApply/FinanceAuditParkBountyApplyTrade */
+export async function financeAuditParkBountyApplyTrade(
+ body: API.AuditParkBountyTradeInput,
options?: API.RequestConfig
) {
- return request<API.GetBonusStatisticsListOutputPageOutput>(
- '/api/ParkBountyApply/GetBonusStatisticsList',
- {
- method: 'POST',
- headers: {
- 'Content-Type': 'application/json',
- },
- data: body,
- ...(options || {}),
- }
- );
+ return request<number>('/api/ParkBountyApply/FinanceAuditParkBountyApplyTrade', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
}
/** 鑾峰彇鍙�夋嫨鍏徃鍜屽凡鍓旈櫎鍏徃 POST /api/ParkBountyApply/GetCompanyNameList */
@@ -177,24 +174,6 @@
) {
return request<API.GetParkBountyApplyListOutputPageOutput>(
'/api/ParkBountyApply/GetCustmoerParkBountyApplyList',
- {
- method: 'POST',
- headers: {
- 'Content-Type': 'application/json',
- },
- data: body,
- ...(options || {}),
- }
- );
-}
-
-/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇浼佷笟娑堣垂鏄庣粏鍒楄〃 POST /api/ParkBountyApply/GetEnterpriseConsumptionList */
-export async function getEnterpriseConsumptionList(
- body: API.GetRewardsDetailsInput,
- options?: API.RequestConfig
-) {
- return request<API.GetEnterpriseConsumptionListOutputPageOutput>(
- '/api/ParkBountyApply/GetEnterpriseConsumptionList',
{
method: 'POST',
headers: {
@@ -339,60 +318,6 @@
params: {
...params,
},
- ...(options || {}),
- }
- );
-}
-
-/** 杩愯惀绔�-濂栧姳閲戣幏鍙栦紒涓氬厖鍊兼槑缁嗗垪琛� POST /api/ParkBountyApply/GetEnterpriseRechargeList */
-export async function getEnterpriseRechargeList(
- body: API.GetRewardsDetailsInput,
- options?: API.RequestConfig
-) {
- return request<API.GetEnterpriseRechargeListOutputPageOutput>(
- '/api/ParkBountyApply/GetEnterpriseRechargeList',
- {
- method: 'POST',
- headers: {
- 'Content-Type': 'application/json',
- },
- data: body,
- ...(options || {}),
- }
- );
-}
-
-/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇鎻愮幇鏄庣粏鍒楄〃 POST /api/ParkBountyApply/GetEnterpriseWithdrawList */
-export async function getEnterpriseWithdrawList(
- body: API.GetRewardsDetailsInput,
- options?: API.RequestConfig
-) {
- return request<API.GetEnterpriseDrawWithOutputPageOutput>(
- '/api/ParkBountyApply/GetEnterpriseWithdrawList',
- {
- method: 'POST',
- headers: {
- 'Content-Type': 'application/json',
- },
- data: body,
- ...(options || {}),
- }
- );
-}
-
-/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇璐㈡斂鎷ㄤ粯鍒楄〃 POST /api/ParkBountyApply/GetFiscalAllocationList */
-export async function getFiscalAllocationList(
- body: API.GetRewardsDetailsInput,
- options?: API.RequestConfig
-) {
- return request<API.GetFiscalAllocationOutputPageOutput>(
- '/api/ParkBountyApply/GetFiscalAllocationList',
- {
- method: 'POST',
- headers: {
- 'Content-Type': 'application/json',
- },
- data: body,
...(options || {}),
}
);
@@ -781,13 +706,28 @@
);
}
-/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇骞冲彴鎷ㄤ粯鍒楄〃 POST /api/ParkBountyApply/GetPlatformAllocationList */
-export async function getPlatformAllocationList(
- body: API.GetRewardsDetailsInput,
+/** 鏌ヨ濂栧姳閲戠粺璁℃姤琛� POST /api/ParkBountyApply/GetRewardStatistics */
+export async function getRewardStatistics(
+ body: API.GetRewardStatisticsInput,
options?: API.RequestConfig
) {
- return request<API.GetPlatformAllocationOutputPageOutput>(
- '/api/ParkBountyApply/GetPlatformAllocationList',
+ return request<API.GetRewardStatisticsDtoPageOutput>('/api/ParkBountyApply/GetRewardStatistics', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鏌ヨ濂栧姳閲戠粺璁℃姤琛�-閲戦鏄庣粏 POST /api/ParkBountyApply/GetRewardStatisticsDetail */
+export async function getRewardStatisticsDetail(
+ body: API.GetRewardStatisticsDetailInput,
+ options?: API.RequestConfig
+) {
+ return request<API.GetRewardStatisticsDetailDtoPageOutput>(
+ '/api/ParkBountyApply/GetRewardStatisticsDetail',
{
method: 'POST',
headers: {
@@ -799,12 +739,30 @@
);
}
-/** 濂栧姳閲戞姤琛�--浣欓鍒楄〃 POST /api/ParkBountyApply/GetRemainAmountList */
-export async function getRemainAmountList(
- body: API.GetRewardsDetailsInput,
+/** 瀵煎叆濂栧姳閲戠敵鎶ヨ储鏀�/骞冲彴鎷ㄤ粯鎬婚 POST /api/ParkBountyApply/ImportParkBountyAppalyAmount */
+export async function importParkBountyAppalyAmount(
+ body: API.ImportParkBountyAppalyAmountInput,
options?: API.RequestConfig
) {
- return request<API.GetRemainAmountOutput>('/api/ParkBountyApply/GetRemainAmountList', {
+ return request<API.ImportBountyApplyDataOutput>(
+ '/api/ParkBountyApply/ImportParkBountyAppalyAmount',
+ {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ }
+ );
+}
+
+/** 瀵煎叆濂栧姳閲戝叆璐� POST /api/ParkBountyApply/ImportParkBountyData */
+export async function importParkBountyData(
+ body: API.ImportBountyApplyDataInput,
+ options?: API.RequestConfig
+) {
+ return request<API.ImportBountyApplyDataOutput>('/api/ParkBountyApply/ImportParkBountyData', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -814,12 +772,12 @@
});
}
-/** 瀵煎叆濂栧姳閲戝叆璐� POST /api/ParkBountyApply/ImportParkBountyData */
-export async function importParkBountyData(
+/** 瀵煎叆鐧昏 POST /api/ParkBountyApply/ImportParkBountyDataReg */
+export async function importParkBountyDataReg(
body: API.ImportBountyApplyDataInput,
options?: API.RequestConfig
) {
- return request<API.ImportBountyApplyDataOutput>('/api/ParkBountyApply/ImportParkBountyData', {
+ return request<API.ImportBountyApplyDataOutput>('/api/ParkBountyApply/ImportParkBountyDataReg', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -874,12 +832,42 @@
});
}
+/** 鎵归噺璐㈡斂鎷ㄤ粯鐧昏 POST /api/ParkBountyApply/ParkBountyApplyBatchFinanceReg */
+export async function parkBountyApplyBatchFinanceReg(
+ body: API.ParkBountyApplyBatchFinanceInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/ParkBountyApplyBatchFinanceReg', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
/** 杩愯惀绔�斿叆璐�-鎵归噺鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyBatchTransfer */
export async function parkBountyApplyBatchTransfer(
body: API.ParkBountyApplyBatchTransferInput,
options?: API.RequestConfig
) {
return request<number>('/api/ParkBountyApply/ParkBountyApplyBatchTransfer', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鎵归噺骞冲彴鎷ㄤ粯鐧昏 POST /api/ParkBountyApply/ParkBountyApplyBatchTransferReg */
+export async function parkBountyApplyBatchTransferReg(
+ body: API.ParkBountyApplyBatchTransferInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/ParkBountyApplyBatchTransferReg', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -940,6 +928,21 @@
options?: API.RequestConfig
) {
return request<number>('/api/ParkBountyApply/ParkBountyApplyFinanceFile', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 璐㈡斂鎷ㄤ粯鐧昏 POST /api/ParkBountyApply/ParkBountyApplyFinanceReg */
+export async function parkBountyApplyFinanceReg(
+ body: API.ParkBountyApplyRechargeInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/ParkBountyApplyFinanceReg', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -1024,6 +1027,21 @@
});
}
+/** 骞冲彴鎷ㄤ粯鐧昏 POST /api/ParkBountyApply/ParkBountyApplyTransferReg */
+export async function parkBountyApplyTransferReg(
+ body: API.ParkBountyApplyTransferInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/ParkBountyApplyTransferReg', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
/** 淇濆瓨濂栭噾鍒嗛厤琛ㄣ�佸鍔遍噾姹囨�昏〃銆佸鍔辨�婚 POST /api/ParkBountyApply/SaveParkBountyApplyCollectFile */
export async function saveParkBountyApplyCollectFile(
body: API.SaveParkBountyApplyCollectFileInput,
diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index ea6856d..c79d3c6 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -22,6 +22,7 @@
import * as Consult from './Consult';
import * as CooperationApply from './CooperationApply';
import * as Customer from './Customer';
+import * as ElectronSign from './ElectronSign';
import * as EnterpriseApplyFile from './EnterpriseApplyFile';
import * as EnterpriseMaterial from './EnterpriseMaterial';
import * as ExternalSystem from './ExternalSystem';
@@ -111,6 +112,7 @@
Consult,
CooperationApply,
Customer,
+ ElectronSign,
EnterpriseApplyFile,
EnterpriseMaterial,
ExternalSystem,
diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 1047a13..6b8a7e0 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -837,6 +837,7 @@
}
interface AlipayFundTransPagePayResponse {
+ /** 璁㈠崟淇℃伅锛孎orm琛ㄥ崟褰㈠紡 */
body?: string;
}
@@ -875,8 +876,11 @@
interface AllBankListOutput {
id?: number;
+ /** 棣栧瓧姣嶆爣璁� */
mark?: string;
+ /** 閾惰鍚嶇О */
name?: string;
+ /** 鏄惁鏄儹闂� */
isHot?: number;
}
@@ -1027,6 +1031,14 @@
interface APIdeleteConsultParams {
id?: string;
+ }
+
+ interface APIdeleteContractTemplateIdParams {
+ id: string;
+ }
+
+ interface APIdeleteCustomerIdParams {
+ id: string;
}
interface APIdeleteCustomerTemplateParams {
@@ -2415,13 +2427,23 @@
}
interface BankNoQueryItemOutput {
+ /** 缃戠偣鍚嶇О
+鏁版嵁闀垮害锛�30锛屾槸鍚﹀繀杈擄細Y */
nodeName?: string;
+ /** 缃戠偣鑱旇鍙�
+鏁版嵁闀垮害锛�14锛屾槸鍚﹀繀杈擄細Y */
nodeCode?: string;
}
interface BankNoQueryOutput {
+ /** 閾惰浠g爜
+鏁版嵁闀垮害锛�14锛屾槸鍚﹀繀杈擄細Y */
bankNo?: string;
+ /** 閾惰鍚嶇О
+鏁版嵁闀垮害锛�30锛屾槸鍚﹀繀杈擄細N */
bankName?: string;
+ /** 杩斿洖鐨勮褰曟暟
+鏁版嵁闀垮害锛�3锛屾槸鍚﹀繀杈擄細Y */
size?: string;
list?: BankNoQueryItemOutput[];
}
@@ -2447,83 +2469,147 @@
type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
interface BatchInquiriesItem {
+ /** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
sThirdVoucher?: string;
+ /** 瀹㈡埛鑷畾涔夊嚟璇佸彿 涓婇�佸垯杩斿洖锛屼紒涓氳嚜瀹氫箟 */
cstInnerFlowNo?: string;
+ /** 瀵规柟璇佷欢绫诲瀷 */
idType?: string;
+ /** 瀵规柟璇佷欢鍙风爜 */
idNo?: string;
+ /** 瀵规柟甯愬彿 */
oppAccNo?: string;
+ /** 瀵规柟鎴峰悕 */
oppAccName?: string;
+ /** 閲戦 */
amount?: string;
+ /** 闄勮█銆佸娉� */
postScript?: string;
+ /** 鎵嬬画璐� */
fee?: string;
+ /** 鍗曠瑪澶勭悊缁撴灉 0000锛氭垚鍔熷叾浠栦负澶辫触,澶辫触鍘熷洜瑙乻ttInfo */
stt?: string;
+ /** 缁撴灉鎻忚堪 */
sttInfo?: string;
+ /** 鍥藉埆浠g爜 */
remarkFCR?: string;
}
interface BatchInquiriesRegulatorsInput {
+ /** 浼佷笟閾朵紒鐩磋仈鏍囧噯浠g爜 閾惰鎻愪緵缁欎紒涓氱殑20浣嶅敮涓�鐨勬爣璇嗕唬鐮� */
mrchCode: string;
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鍑瘉鍙� 鏍囩ず浜ゆ槗鍞竴鎬� */
thirdVoucher: string;
}
interface BatchInquiriesRegulatorsOutput {
+ /** 鍑瘉鍙� 鏍囩ず浜ゆ槗鍞竴鎬� */
thirdVoucher?: string;
+ /** 鎵规澶勭悊鐘舵�� 3:鎵规澶辫触 4:鎵规鎴愬姛 */
bStt?: string;
+ /** 璐归」浠g爜 瀹㈡埛鍦ㄩ摱琛岀绾︿唬鍙戜唬鎵e悗閾惰閫氳繃鐨勮垂椤逛唬鐮� */
busiType?: string;
+ /** 浠樻墸绫诲瀷 1锛氫粯 */
payType?: string;
+ /** 甯佺 鐩墠鍙敮鎸丷MB */
currency?: string;
+ /** 鏈柟甯愬彿 浠e彂鍗忚绛剧害璐︽埛 */
srcAccNo?: string;
+ /** 鎬昏褰曟暟 */
totalNum?: string;
+ /** 鎬婚噾棰� */
totalAmount?: string;
+ /** 鍏ュ笎鏂瑰紡 */
settleType?: string;
+ /** 涓氬姟娴佹按鍙� 閾惰鐢熸垚 */
bussFlowNo?: string;
+ /** 涓绘満娴佹按鍙� 閾惰涓绘満璁拌处娴佹按鍙� */
hostFlowNo?: string;
+ /** 浜ゆ槗娴佹按鍙� 閾惰鐢熸垚 */
hostBusinessNo?: string;
list?: BatchInquiriesItem[];
}
interface BatchIssuanceItem {
+ /** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
sThirdVoucher?: string;
+ /** 瀵规柟甯愬彿 */
oppAccNo?: string;
+ /** 瀵规柟鎴峰悕 */
oppAccName?: string;
+ /** 閲戦 */
amount?: string;
+ /** 闄勮█銆佸娉� */
postScript?: string;
+ /** 鎵嬬画璐� */
fee?: string;
+ /** 鍗曠瑪澶勭悊缁撴灉 000000锛氭垚鍔�
+杩欓噷鍙細鏈�000000杩斿洖锛屽鏋滀氦鏄撳け璐ユ垨寮傚父锛岃繑鍥炴姤鏂囧ご鐩存帴杩斿洖閿欒鐮佸拰閿欒璇存槑锛屾病鏈夋姤鏂囦綋杩斿洖銆� */
stt?: string;
}
interface BatchIssuanceRegulatorsInput {
+ /** 浼佷笟閾朵紒鐩磋仈鏍囧噯浠g爜 閾惰鎻愪緵缁欎紒涓氱殑20浣嶅敮涓�鐨勬爣璇嗕唬鐮� */
mrchCode: string;
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鍑瘉鍙� 鏍囩ず浜ゆ槗鍞竴鎬� */
thirdVoucher: string;
+ /** 濮旀墭鍗曚綅鍗忚鍙� 鍗忚鍙凤紝姣忎釜浠f敹浠樺崗璁敮涓� */
agreE_NO?: string;
+ /** 璐归」浠g爜 瀹㈡埛鍦ㄩ摱琛岀绾︿唬鍙戜唬鎵e悗閾惰閫氳繃鐨勮垂椤逛唬鐮� */
busiType: string;
+ /** 浠樻墸绫诲瀷 1锛氫粯 */
payType: string;
+ /** 甯佺 鐩墠鍙敮鎸丷MB */
currency: string;
+ /** 鏈柟甯愬彿 浠e彂浠f墸鍗忚绛剧害璐︽埛 */
srcAccNo: string;
+ /** 鎬昏褰曟暟 */
totalNum: string;
+ /** 鎬婚噾棰� */
totalAmount: string;
+ /** 澶勭悊鏂瑰紡 鎸変唬鎵g殑鍗忚绫诲瀷閫夋嫨涓婇�侊細1锛氶潪瀹炴椂锛屾壒閲忎唬鏀朵粯閮芥槸闈炲疄鏃剁殑锛屽鐞嗙粨鏋滈渶瑕佸彂閫丣GF007浜ゆ槗鏌ヨ銆� */
settleType: string;
+ /** 鍐荤粨姝粯缂栧彿 */
freezeNo: string;
+ /** 鎵归噺鎸囦护澶囨敞 */
batchOrdRemark?: string;
hoResultSet4047R?: HOResultSet4047RItem[];
}
interface BatchIssuanceRegulatorsOutput {
+ /** 鍑瘉鍙� 鏍囩ず浜ゆ槗鍞竴鎬� */
thirdVoucher?: string;
+ /** 浠樻墸绫诲瀷 1锛氫粯 */
payType?: string;
+ /** 鏈柟甯愬彿 浠e彂浠f墸鍗忚绛剧害璐︽埛 */
srcAccNo?: string;
+ /** 鎬昏褰曟暟 */
totalNum?: string;
+ /** 鎬婚噾棰� */
totalAmount?: string;
+ /** 涓氬姟娴佹按鍙� 閾惰鐢熸垚 */
bussFlowNo?: string;
+ /** 鍐荤粨姝粯缂栧彿 */
freezeNo?: string;
+ /** 鍙湁鍗曠瑪瀹炴椂浠f墸鎵嶄細鏈塴ist杩斿洖 */
list?: BatchIssuanceItem[];
}
@@ -3150,13 +3236,21 @@
}
interface CheckUserWalletBalanceInfoOutput {
+ /** 璐﹀彿 */
acctNo?: string;
+ /** 鎴峰悕 */
acctName?: string;
+ /** 鍙敤浣欓 */
canUseMoneyTotal?: number;
+ /** 瀹氬悜璧勯噾 */
directMoneyTotal?: number;
+ /** 鍙戣柂閽卞寘 */
salaryMoneyTotal?: number;
+ /** 涓嶅彲鐢ㄤ綑棰� */
canNotUseMoneyTotal?: number;
+ /** 鍐荤粨浣欓 */
freezeMoneyTotal?: number;
+ /** 璧勯噾鎬婚 */
allMoneyTotal?: number;
}
@@ -4837,6 +4931,32 @@
coverInfo?: CoverMsg[];
}
+ interface CreateOrUpdateContractTemplateInput {
+ /** Id */
+ id?: string;
+ /** 瀹㈡埛Id */
+ customerId: string;
+ supplier: EnumElectronSignContractSupplier;
+ /** 妯℃澘鍚嶇О */
+ name: string;
+ /** 妯℃澘缂栧彿 */
+ templateCode: string;
+ /** 妯℃澘鍙橀噺 */
+ values: CreateOrUpdateContractTemplateValueInput[];
+ }
+
+ interface CreateOrUpdateContractTemplateValueInput {
+ type?: EnumElectronSignContractTemplateValueType;
+ userType?: EnumElectronSignUserType;
+ recorder?: EnumElectronSignContractTemplateValueRecorder;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ /** 鏄惁蹇呭~ */
+ required?: boolean;
+ }
+
interface CreateOrUpdateCooperationApplyInput {
id?: string;
/** 鍚堜綔鐨勭被鍒� */
@@ -4859,6 +4979,29 @@
requirement?: string;
/** 鐭俊楠岃瘉鐮� */
verificationCode: string;
+ }
+
+ interface CreateOrUpdateCustomerInput {
+ /** Id */
+ id?: string;
+ /** 鍚嶇О */
+ name?: string;
+ /** 绉侀挜 */
+ privateKey?: string;
+ /** 鎺ㄩ�佸湴鍧� */
+ pushAddress?: string;
+ /** 浜鸿劯璁よ瘉鍥炶皟鍦板潃 */
+ faceRealCallbackUrl?: string;
+ /** 寮�閫氭敮浠樺疂淇′换绛� */
+ isSetAlipaySign?: boolean;
+ /** 寮�閫氫笂涓婄 */
+ isSetBestSign?: boolean;
+ /** 瀹炲悕璐圭敤 */
+ realVerifyCost?: number;
+ /** 绛剧害璐圭敤 */
+ signCost?: number;
+ /** 涓�鍙d环 */
+ mergeSignCost?: number;
}
interface CreateOrUpdateOrderinput {
@@ -5516,14 +5659,20 @@
}
interface DataprepareCreateExtInfo {
+ /** 绛剧害瀵嗛挜锛岀敤浜庤烦杞琀5椤甸潰鎴栬�呭敜璧锋敮浠樺疂绛剧害鎻掍欢浣跨敤 */
contextParams?: string;
+ /** 绛剧害鐭摼鎺� */
shortUrl?: string;
}
interface DataprepareCreateOutput {
+ /** 涓氬姟鐮侊紝10000琛ㄧず鎴愬姛 */
code?: string;
+ /** 寮傚父淇℃伅 */
subMsg?: string;
+ /** 绛剧害闀块摼鎺� */
jumpUrl?: string;
+ /** 鎵╁睍淇℃伅瀛楃涓� */
extInfoStr?: string;
extInfo?: DataprepareCreateExtInfo;
}
@@ -5607,64 +5756,107 @@
}
interface EDZ001Input {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐﹀彿 */
acctNo: string;
+ /** 鏌ヨ鏃ユ湡 鏍煎紡yyyyMMdd浠ラ摱琛岃璐︽棩鏈熶负鍗曚綅锛屼笉鏄嚜鐒舵棩 */
queryDate: string;
+ /** 椤电爜 鍚庣榛樿涓�1锛岀敤鎴疯緭鍏ユ棤鏁� */
pageNo: string;
+ /** 姣忛〉璁板綍鏁� 濡傜敤鎴锋棤杈撳叆鍒欏悗绔粯璁�100 */
pageSize: string;
+ /** 鏄惁瀹屾垚瀵硅处 閫佺┖鏌ヨ鍏ㄩ儴鐘舵�� Y-宸茬粡瀹屾垚瀵硅处 N-鏈畬鎴愬璐� */
checkFlag?: string;
}
interface EDZ001Item {
+ /** 瀹為檯瀵硅处鍛ㄦ湡 */
actualPeriod?: string;
+ /** 瀹㈡埛鏄惁宸茬粡瀹屾垚鏈湡瀵硅处 Y-宸茬粡瀹屾垚瀵硅处 N-鏈畬鎴愬璐� */
finishFlag1?: string;
+ /** 璐﹀彿 */
acctNo?: string;
+ /** 浣欓鎴嚦鏃ユ湡 */
balanceDate?: string;
+ /** 瀛�/璐锋缂栧彿 */
subAcctNo?: string;
+ /** 瀵硅处鏄惁瀹屾垚鏍囧織 Y-宸茬粡瀹屾垚瀵硅处 N-鏈畬鎴愬璐� */
finishFlag2?: string;
+ /** 甯佺 */
ccy?: string;
+ /** 浣欓 */
balance?: string;
+ /** 璧锋伅/璐锋鏃� */
valueDate?: string;
+ /** 鍒版湡鏃� */
dueDate?: string;
+ /** 瀵硅处鍛ㄦ湡 M-鏈� Q-瀛� Y-骞� H-鍗婂勾 */
cycle?: string;
+ /** 瀵硅处缁撴灉 */
reconResult?: string;
+ /** 宸茶缃殑鈥滄垜鍗曚綅璐︿笂浣欓鈥� */
myBalance?: string;
+ /** 宸茶缃殑鈥滄垜鍗曚綅璐︿笂鐨勫叾瀹冧俊鎭�� */
myInfo?: string;
+ /** 涓嶇浉绗︾被鍨� */
noMatchType?: string;
}
interface EDZ001Output {
+ /** 璁板綍鎬绘暟 */
recordTotalCount?: string;
+ /** 鏈杩斿洖璁板綍鏁� */
resultNum?: string;
beginRowNum?: string;
+ /** 缁撴潫鏍囧織 Y:鏃犲墿浣欒褰� N:鏈夊墿浣欒褰� */
endFlag?: string;
list?: EDZ001Item[];
}
interface EDZ002Input {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐﹀彿 */
acctNo: string;
+ /** 浣欓鏃ユ湡 鏍煎紡yyyyMMdd 浠ラ摱琛岃璐︽棩鏈熶负鍗曚綅锛屼笉鏄嚜鐒舵棩 */
balanceDate: string;
+ /** 鏇存柊瀵硅处缁撴灉鐨勮褰曟暟 鐢ㄦ埛鏈緭鍏ュ垯榛樿涓�1 */
updateCts: string;
list?: EDZ002Item[];
}
interface EDZ002Item {
+ /** 瀛�/璐锋缂栧彿 */
subAcctNo?: string;
+ /** 甯佺 */
ccy: string;
+ /** 瀵硅处缁撴灉 蹇呰緭锛�0=瀵硅处鐩哥锛�1=瀵硅处涓嶇浉绗� 鑻ヤ綑棰濊皟鏁寸浉绗︼紝闇�瑕侀��0瀵硅处鐩哥 */
reconResult: string;
+ /** 宸茶缃殑鈥滄垜鍗曚綅璐︿笂浣欓鈥� */
myBalance?: string;
+ /** 宸茶缃殑鈥滄垜鍗曚綅璐︿笂鐨勫叾瀹冧俊鎭�� */
myInfo?: number;
+ /** 涓嶇浉绗︾被鍨� 閫夎緭锛� 1=瀵硅处涓嶇 榛樿锛氫负绌哄�� */
noMatchType?: string;
}
interface EDZ002Output {
+ /** 鏇存柊缁撴灉 鍙栧�艰寖鍥达細S锛嶄氦鏄撴垚鍔� F锛嶄氦鏄撳け璐� */
stt?: string;
}
@@ -5683,37 +5875,76 @@
}
interface EnquiriesAboutSingleTransactionInput {
+ /** 浼佷笟閾朵紒鐩磋仈鏍囧噯浠g爜 閾惰鎻愪緵缁欎紒涓氱殑20浣嶅敮涓�鐨勬爣璇嗕唬鐮� */
mrchCode: string;
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 杞处鍑瘉鍙� 浣跨敤JGF004鎺ュ彛涓婇�佺殑ThirdVoucher */
origThirdVoucher?: string;
+ /** 閾惰娴佹按鍙� 涓嶆帹鑽愪娇鐢紱閾惰杩斿洖鐨勮浆璐︽祦姘村彿 */
origFrontLogNo?: string;
}
interface EnquiriesAboutSingleTransactionOutput {
+ /** 杞处鍑瘉鍙� */
origThirdVoucher?: string;
+ /** 閾惰娴佹按鍙� */
frontLogNo?: string;
+ /** 瀹㈡埛鑷畾涔夊嚟璇佸彿 瀹㈡埛涓婇�佸垯杩斿洖 */
cstInnerFlowNo?: string;
+ /** 璐у竵绫诲瀷 */
ccyCode?: string;
+ /** 杞嚭璐︽埛寮�鎴风綉鐐瑰悕 */
outAcctBankName?: string;
+ /** 杞嚭璐︽埛 */
outAcctNo?: string;
+ /** 杞叆璐︽埛缃戠偣鍚嶇О */
inAcctBankName?: string;
+ /** 杞叆璐︽埛 */
inAcctNo?: string;
+ /** 杞叆璐︽埛鎴峰悕 */
inAcctName?: string;
+ /** 浜ゆ槗閲戦 */
tranAmount?: string;
+ /** 琛屽唴璺ㄨ鏍囧織 1锛氳鍐呰浆璐︼紝0锛氳法琛岃浆璐� */
unionFlag?: string;
+ /** 浜ゆ槗鐘舵�佹爣蹇� 20锛氭垚鍔� 30锛氬け璐� 鍏朵粬涓洪摱琛屽彈鐞嗘垚鍔熷鐞嗕腑 */
stt?: string;
+ /** 杞处閫�绁ㄦ爣蹇� 0:鏈��绁�; 榛樿涓�0 1:閫�绁�; */
isBack?: string;
+ /** 鏀粯澶辫触鎴栭��绁ㄥ師鍥犳弿杩� */
backRem?: string;
+ /** 閾惰澶勭悊缁撴灉 鏍煎紡涓猴細鈥滃叚浣嶄唬鐮�:涓枃鎻忚堪鈥濄�傚啋鍙蜂负鍗婅銆傚锛�000000锛氳浆璐︽垚鍔�
+澶勭悊涓殑杩斿洖(浠ュ涓嬭繑鍥炲紑澶�)锛�
+MA9111:浜ゆ槗姝e湪鍙楃悊涓�
+000000:浜ゆ槗鍙楃悊鎴愬姛寰呭鐞�
+000000:浜ゆ槗澶勭悊涓�
+000000:浜ゆ槗鍙楃悊鎴愬姛澶勭悊涓�
+鎴愬姛鐨勮繑鍥烇細
+000000:杞处浜ゆ槗鎴愬姛
+鍏朵粬鐨勮繑鍥為兘涓哄け璐�:
+MA9112:杞处澶辫触 */
yhcljg?: string;
+ /** 杞处鍔犳�ユ爣蹇� */
sysFlag?: string;
+ /** 杞处鎵嬬画璐� */
fee?: string;
+ /** 杞处浠g爜绫诲瀷 JGF004锛氱洃绠″崟绗斾唬鍙戯紱 */
transBsn?: string;
+ /** 浜ゆ槗鍙楃悊鏃堕棿 */
submitTime?: string;
+ /** 璁拌处鏃ユ湡 涓绘満璁拌处鏃ユ湡 */
accountDate?: string;
+ /** 涓绘満璁拌处娴佹按鍙� 涓绘満璁拌处娴佹按 */
hostFlowNo?: string;
+ /** 閿欒鐮� 浜ゆ槗澶辫触鐨勯敊璇唬鐮� */
hostErrorCode?: string;
}
@@ -5918,7 +6149,27 @@
configuration?: Record<string, any>;
}
+ type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
+
+ type EnumElectronSignContractSupplier = 10 | 20;
+
+ type EnumElectronSignContractTemplateValueRecorder = 10 | 20;
+
+ type EnumElectronSignContractTemplateValueType = 10 | 20 | 30;
+
+ type EnumElectronSignContractUserStatus = 0 | 10 | 20 | 30;
+
+ type EnumElectronSignCustomerCostType = 10 | 20;
+
+ type EnumElectronSignPersonalRealMethod = 10 | 20 | 30;
+
+ type EnumElectronSignRealStatus = 0 | 10 | 99 | 100;
+
+ type EnumElectronSignUserType = 10 | 20;
+
type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
+
+ type EnumParkRewardStatisticsDetailScene = 1 | 2 | 3 | 4 | 5;
interface ExportBountyApplyData {
/** 浼佷笟鍚嶇О */
@@ -5944,6 +6195,15 @@
productSchemeTypeId?: string;
/** 淇濋殰鍛ㄦ湡锛�1D銆�30D銆�360D锛坆izCode涓洪暱鏈熸椂蹇呬紶锛� */
period?: string;
+ }
+
+ interface ExportRewardStatisticsInput {
+ /** 鏈堜唤 */
+ month?: string;
+ /** 鎵�灞炲洯鍖篒d */
+ industrialParkId?: string;
+ /** 鍏抽敭瀛� */
+ keywords?: string;
}
interface ExtensionEnumDto {
@@ -6033,8 +6293,11 @@
}
interface FailOrderInfo {
+ /** 閫�淇濆け璐ヨ鍗曞彿 */
orderNo?: number;
+ /** 浜哄憳鍚嶇О */
name?: string;
+ /** 澶辫触鍘熷洜 */
failReason?: string;
}
@@ -6061,19 +6324,24 @@
}
interface FileDetail {
+ /** 鍚堝悓鏂囦欢鍚嶇О */
fileName?: string;
+ /** 鍚堝悓棰勮閾炬帴 */
previewUrl?: string;
}
interface FileUploadOutput {
+ /** 涓氬姟鐮侊紝10000琛ㄧず鎴愬姛 */
code?: string;
+ /** 寮傚父淇℃伅 */
subMsg?: string;
+ /** 鏂囦欢ID */
fileId?: string;
}
type FinanceStatusEnum = 1 | 2 | 3;
- type FinanceTypeEnum = 10 | 20;
+ type FinanceTypeEnum = 10 | 20 | 30;
interface FirstPartyCompanyAuditDatilOutput {
id?: string;
@@ -6430,14 +6698,22 @@
}
interface FundOrderChangedInput {
+ /** 閫氱煡ID */
notifyId?: string;
+ /** 娑堟伅鍙戦�佹椂鐨勬湇鍔$鏃堕棿 */
utcTimestamp?: string;
+ /** 娑堟伅鎺ュ彛鍚嶇О */
msgMethod?: string;
+ /** 娑堟伅鎺ュ彈鏂圭殑搴旂敤id */
appId?: string;
+ /** 鐗堟湰鍙�(1.1鐗堟湰涓烘爣鍑嗘秷鎭�) */
version?: string;
bizContent?: OrderChangedBzContentInput;
+ /** 绛惧悕 */
sign?: string;
+ /** 绛惧悕绫诲瀷 */
signType?: string;
+ /** 缂栫爜闆嗭紝璇ュ瓧绗﹂泦涓洪獙绛惧拰瑙e瘑鎵�闇�瑕佺殑瀛楃闆� */
charset?: string;
}
@@ -6545,63 +6821,6 @@
interface GetBatchChooseCompanyOutput {
listCanChooseCompany?: GetCompanyNameListOutput[];
listDeleteChooseCompany?: GetCompanyNameListOutput[];
- }
-
- interface GetBonusStatisticsListInput {
- pageModel?: Pagination;
- /** 浼佷笟鍚�/淇$敤浠g爜/鑱旂郴浜�/鎵嬫満鍙� */
- searchKeyWord?: string;
- /** 鎵�灞炲洯鍖� */
- industrialParkId?: string;
- /** 鐢宠濂栧姳閲戞湀浠� */
- applyMonth?: string;
- }
-
- interface GetBonusStatisticsListOutput {
- enterpriseId?: string;
- /** 浼佷笟鍚嶇О */
- enterpriseName?: string;
- /** 淇$敤浠g爜 */
- societyCreditCode?: string;
- /** 鎵�灞炲洯鍖� */
- industrialParkName?: string;
- parkId?: string;
- /** 鑱旂郴浜� */
- contact?: string;
- /** 鑱旂郴浜虹數璇� */
- contactPhone?: string;
- /** 鐢宠濂栧姳閲戞湀浠� */
- applyMonth?: string;
- /** 鐢虫姤鎵规鍙� */
- batchNo?: string;
- /** 璐㈡斂鎷ㄤ粯閲戦 */
- financeSumAmount?: number;
- /** 骞冲彴鎷ㄤ粯閲戦 */
- transferSumAmount?: number;
- /** 浼佷笟鍏呭�兼�婚 */
- prechargeSumAmount?: number;
- /** 浼佷笟鍑鸿处鎬婚 */
- tradeSumAmount?: number;
- /** 浼佷笟鎻愮幇鎬婚 */
- withDrawalAmount?: number;
- /** 璐︽埛浣欓 */
- remainAmount?: number;
- /** 鏄惁鏀寔骞冲彴鍏呭�� */
- suportPlatRecharge?: boolean;
- /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
- suportWithDraw?: boolean;
- /** 鏄惁鏄剧ず浼佷笟鍏呭�� */
- enablePrecharge?: boolean;
- /** 鏄惁鏄剧ず浼佷笟娑堣垂 */
- enableTrade?: boolean;
- /** 鏄惁鏄剧ず浣欓鍒� */
- enableRemain?: boolean;
- }
-
- interface GetBonusStatisticsListOutputPageOutput {
- pageModel?: Pagination;
- objectData?: any;
- data?: GetBonusStatisticsListOutput[];
}
interface GetBusinessPayInfoInput {
@@ -6767,6 +6986,149 @@
applyAmount?: number;
}
+ interface GetContractDto {
+ /** Id */
+ id?: string;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 瀹㈡埛鍚嶇О */
+ customerName?: string;
+ /** 澶栭儴鍚堝悓Id */
+ outContractId?: string;
+ /** 妯℃澘鍚嶇О */
+ templateName?: string;
+ /** 鏍囬 */
+ title?: string;
+ /** 渚涘簲鍟嗗悎鍚孖d */
+ supplierContractId?: string;
+ /** 绛剧害浜烘暟 */
+ userCount?: number;
+ status?: EnumElectronSignContractStatus;
+ /** 瀹屾垚鏃堕棿 */
+ completedTime?: string;
+ /** 鍚堝悓鏂囦欢鍦板潃 */
+ contactUrl?: string;
+ /** 鍒涘缓鏃堕棿 */
+ creationTime?: string;
+ }
+
+ interface GetContractDtoPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetContractDto[];
+ }
+
+ interface GetContractInfoDto {
+ /** Id */
+ id?: string;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 瀹㈡埛鍚嶇О */
+ customerName?: string;
+ /** 澶栭儴鍚堝悓Id */
+ outContractId?: string;
+ /** 妯℃澘鍚嶇О */
+ templateName?: string;
+ /** 鏍囬 */
+ title?: string;
+ /** 渚涘簲鍟嗗悎鍚孖d */
+ supplierContractId?: string;
+ /** 绛剧害浜烘暟 */
+ userCount?: number;
+ status?: EnumElectronSignContractStatus;
+ /** 瀹屾垚鏃堕棿 */
+ completedTime?: string;
+ /** 鍚堝悓鏂囦欢鍦板潃 */
+ contactUrl?: string;
+ /** 绛剧害鐢ㄦ埛 */
+ users?: GetContractInfoUserDto[];
+ }
+
+ interface GetContractInfoInput {
+ /** Id */
+ id?: string;
+ /** 澶栭儴鍚堝悓Id */
+ outContractId?: string;
+ }
+
+ interface GetContractInfoUserDto {
+ userType?: EnumElectronSignUserType;
+ /** 澶栭儴浼佷笟/鐢ㄦ埛Id */
+ outUserId?: string;
+ /** 鐢ㄦ埛Id */
+ userId?: string;
+ /** 鐢ㄦ埛鍚嶇О */
+ userName?: string;
+ /** 鐢ㄦ埛璇佷欢鍙风爜 */
+ userIdentity?: string;
+ status?: EnumElectronSignContractUserStatus;
+ /** 澶囨敞 */
+ remark?: string;
+ /** 瀹屾垚鏃堕棿 */
+ completedTime?: string;
+ /** 绛剧讲鍚堝悓鐭摼鎺� */
+ signContractShortUrl?: string;
+ /** 绛剧讲鍚堝悓闀块摼鎺� */
+ signContractLongUrl?: string;
+ }
+
+ interface GetContractInput {
+ pageModel?: Pagination;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ status?: EnumElectronSignContractStatus;
+ /** 鍒涘缓寮�濮嬫棩鏈� */
+ creationStartDate?: string;
+ /** 鍒涘缓鎴鏃ユ湡 */
+ creationEndDate?: string;
+ /** 瀹屾垚寮�濮嬫棩鏈� */
+ completedStartDate?: string;
+ /** 瀹屾垚鎴鏃ユ湡 */
+ completedEndDate?: string;
+ }
+
+ interface GetContractTemplateDto {
+ /** Id */
+ id?: string;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 瀹㈡埛鍚嶇О */
+ customerName?: string;
+ supplier?: EnumElectronSignContractSupplier;
+ /** 妯℃澘鍚嶇О */
+ name?: string;
+ /** 妯℃澘缂栧彿 */
+ templateCode?: string;
+ /** 妯℃澘鍙橀噺 */
+ values?: GetContractTemplateValueDto[];
+ }
+
+ interface GetContractTemplateDtoPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetContractTemplateDto[];
+ }
+
+ interface GetContractTemplateInput {
+ pageModel?: Pagination;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ }
+
+ interface GetContractTemplateValueDto {
+ /** 鍚堝悓妯℃澘Id */
+ templateId?: string;
+ type?: EnumElectronSignContractTemplateValueType;
+ recorder?: EnumElectronSignContractTemplateValueRecorder;
+ userType?: EnumElectronSignUserType;
+ /** 鍙橀噺鍚嶇О */
+ label?: string;
+ /** 鍙橀噺浠g爜 */
+ name?: string;
+ /** 鏄惁蹇呭~ */
+ required?: boolean;
+ }
+
interface GetCooperationApplyInput {
pageModel?: Pagination;
status?: CooperationApplyStatusEnum;
@@ -6777,6 +7139,71 @@
applyTimeBegin?: string;
applyTimeEnd?: string;
applyType?: CooperationApplyTypeEnum;
+ }
+
+ interface GetCostDto {
+ /** Id */
+ id?: string;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 瀹㈡埛鍚嶇О */
+ customerName?: string;
+ type?: EnumElectronSignCustomerCostType;
+ /** 鐢ㄦ埛/鍚堝悓Id */
+ relationId?: string;
+ /** 瀵瑰鐢ㄦ埛/鍚堝悓Id */
+ outRelationId?: string;
+ /** 鐢ㄦ埛鍚嶇О/鍚堝悓鏍囬 */
+ relationName?: string;
+ /** 閲戦 */
+ amount?: number;
+ creationTime?: string;
+ }
+
+ interface GetCostDtoPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetCostDto[];
+ }
+
+ interface GetCostInput {
+ pageModel?: Pagination;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ type?: EnumElectronSignCustomerCostType;
+ /** 寮�濮嬫棩鏈� */
+ startDate?: string;
+ /** 鎴鏃ユ湡 */
+ endDate?: string;
+ }
+
+ interface GetCustomerDto {
+ /** Id */
+ id?: string;
+ /** 鍚嶇О */
+ name?: string;
+ /** 绉侀挜 */
+ privateKey?: string;
+ /** 鎺ㄩ�佸湴鍧� */
+ pushAddress?: string;
+ /** 浜鸿劯璁よ瘉鍥炶皟鍦板潃 */
+ faceRealCallbackUrl?: string;
+ /** 寮�閫氭敮浠樺疂淇′换绛� */
+ isSetAlipaySign?: boolean;
+ /** 寮�閫氫笂涓婄 */
+ isSetBestSign?: boolean;
+ /** 瀹炲悕璐圭敤 */
+ realVerifyCost?: number;
+ /** 绛剧害璐圭敤 */
+ signCost?: number;
+ /** 涓�鍙d环 */
+ mergeSignCost?: number;
+ }
+
+ interface GetCustomerDtoPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetCustomerDto[];
}
interface GetCustomerInfoExportInput {
@@ -6800,6 +7227,10 @@
cooperateEndDate?: string;
/** 鐘舵�� */
status?: number;
+ }
+
+ interface GetCustomerInput {
+ pageModel?: Pagination;
}
interface GetCustomerListInput {
@@ -6976,25 +7407,6 @@
data?: GetEnterpriseBuntyTradeDto[];
}
- interface GetEnterpriseConsumptionListOutput {
- id?: string;
- /** 娑堣垂鏃ユ湡 */
- tradeTime?: string;
- /** 娑堣垂绫诲瀷 */
- payRemark?: string;
- /** 娑堣垂閲戦 */
- tradeAmount?: number;
- /** 娑堣垂鍑瘉 */
- payFileUrl?: string;
- financeType?: FinanceTypeEnum;
- }
-
- interface GetEnterpriseConsumptionListOutputPageOutput {
- pageModel?: Pagination;
- objectData?: any;
- data?: GetEnterpriseConsumptionListOutput[];
- }
-
interface GetEnterpriseCredentialDataResponse {
contactMobile?: string;
address?: string;
@@ -7068,24 +7480,6 @@
pageModel?: Pagination;
objectData?: any;
data?: GetEnterpriseDrawWithListOutput[];
- }
-
- interface GetEnterpriseDrawWithOutput {
- id?: string;
- /** 鐢宠鎻愮幇鏃ユ湡 */
- creationTime?: string;
- /** 瀹℃牳閫氳繃鏃ユ湡 */
- checkDateTime?: string;
- /** 鎻愮幇閲戦 */
- withdrawalAmount?: number;
- /** 鎻愮幇鍑瘉 */
- checkFileUrl?: string;
- }
-
- interface GetEnterpriseDrawWithOutputPageOutput {
- pageModel?: Pagination;
- objectData?: any;
- data?: GetEnterpriseDrawWithOutput[];
}
interface GetEnterpriseMonthApplyFileOutput {
@@ -7200,24 +7594,6 @@
creationTime?: string;
}
- interface GetEnterpriseRechargeListOutput {
- id?: string;
- /** 鍏呭�兼棩鏈� */
- creationTime?: string;
- /** 瀹℃牳閫氳繃鏃ユ湡 */
- checkDateTime?: string;
- /** 鍏呭�奸噾棰� */
- prechargeAmount?: number;
- /** 鍏呭�煎嚟璇� */
- rechargeVoucherFileUrl?: string;
- }
-
- interface GetEnterpriseRechargeListOutputPageOutput {
- pageModel?: Pagination;
- objectData?: any;
- data?: GetEnterpriseRechargeListOutput[];
- }
-
interface GetExternalSystemInput {
pageModel?: Pagination;
/** 鍏抽敭瀛� */
@@ -7233,24 +7609,6 @@
account?: string;
/** 婧愭枃浠秈d */
fid?: string;
- }
-
- interface GetFiscalAllocationOutput {
- id?: string;
- /** 鎷ㄤ粯鏃ユ湡 */
- financeToTime?: string;
- /** 鍏ヨ处鏃ユ湡 */
- financeIncomeTime?: string;
- /** 鎷ㄤ粯閲戦 */
- financeSumAmount?: number;
- /** 鍏ヨ处鍑瘉 */
- financeToFileUrl?: string;
- }
-
- interface GetFiscalAllocationOutputPageOutput {
- pageModel?: Pagination;
- objectData?: any;
- data?: GetFiscalAllocationOutput[];
}
interface GetFrontConsultListInput {
@@ -7943,16 +8301,24 @@
}
interface GetInsureProductConsultRequest {
+ /** 涓氬姟韬唤 */
bizIdentity?: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
socialCreditCode?: string;
+ /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級锛汭NITIATIVE_EMPLOYMENT-闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
bizCode?: string;
+ /** 闄╃缂栫爜: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄� */
insuranceTypeCode?: string;
}
interface GetInsureProductConsultResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
+ /** 浜у搧鍒楄〃 */
module?: InsureProductDTO[];
}
@@ -8066,37 +8432,56 @@
}
interface GetInsureQueryUnitPriceRequest {
+ /** 涓氬姟韬唤 */
bizIdentity?: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
socialCreditCode?: string;
+ /** 浜у搧ID */
productId?: string;
+ /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
jobCode?: string;
+ /** 鍛ㄦ湡锛�1D銆�30D銆�360D */
period?: string;
}
interface GetInsureQueryUnitPriceResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
module?: InsureProductDetail;
}
interface GetInsureRefundResultNotifyResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
}
interface GetInsureRefundSendRequest {
+ /** 涓氬姟韬唤 */
bizIdentity?: string;
+ /** 澶栭儴涓氬姟鍙� */
outBizNo?: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
socialCreditCode?: string;
+ /** 鎵规鎶曚繚鑿滈笩璁㈠崟鍙� */
batchOrderNo?: number;
+ /** 閫�淇濊鍗曞彿鍒楄〃 */
orderNoList?: number[];
}
interface GetInsureRefundSendResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
+ /** 閫�淇濆け璐ヨ鍗曞垪琛� */
module?: FailOrderInfo[];
}
@@ -8111,39 +8496,62 @@
}
interface GetInsureResultNotifyRequestInfo {
+ /** 澶栭儴涓氬姟鍙� */
outBizNo?: string;
+ /** 澶栭儴瀛愪笟鍔″彿 */
outSubBizNo?: string;
+ /** 閫氱煡鍗曟嵁绫诲瀷锛歜atch - 鎵规鍗�; detail-鏄庣粏鍗� */
type?: string;
+ /** 缁撴灉: SUCCESS-鎴愬姛; FAIL-澶辫触锛堜笉鍐嶉噸璇曪級; SYSTEM_ERROR-绯荤粺寮傚父锛堜細閲嶈瘯锛� */
resultCode?: string;
+ /** 閿欒鐮� */
errorCode?: string;
+ /** 閿欒鎻忚堪 */
errorMsg?: string;
insurePolicyDTO?: InsurePolicyDTO;
}
interface GetInsureResultNotifyResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
}
interface GetInsureSendRequest {
+ /** 涓氬姟韬唤 */
bizIdentity?: string;
+ /** 澶栭儴涓氬姟鍙凤紙骞傜瓑銆佸紓姝ラ�氱煡鍥炰紶锛� */
outBizNo?: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
socialCreditCode?: string;
+ /** 淇濋櫓鍦烘櫙鐮�: FLEXIBLE_EMPLOYMENT-鏃ュ崟锛堝疄鏃剁敓鏁堬級 INITIATIVE_EMPLOYMENT- 闀挎湡锛堟鏃�0鐐圭敓鏁堬級 */
bizCode?: string;
+ /** 鎶曚繚鐨勯櫓绉嶇紪鐮�: ACCIDENT: 鎰忓闄�, EMPLOYER_LIABILITY: 闆囦富闄� */
insuranceTypeCode?: string;
+ /** 浜у搧ID */
productId?: string;
+ /** 鑱屼笟缂栫爜: default-1-涓�绫昏亴涓�; default-2-浜岀被鑱屼笟;default-3-涓夌被鑱屼笟;default-4-鍥涚被鑱屼笟; */
jobCode?: string;
+ /** 淇濋殰鍛ㄦ湡锛�30D銆�360D锛坆izCode涓洪暱鏈熸椂蹇呬紶锛� */
period?: string;
+ /** 鎺ㄨ崘缂栫爜 */
recomFlowNo?: string;
+ /** 鍦板潃锛坆izCode涓烘棩鍗曞繀浼狅級 */
address?: string;
effectStartTime?: string;
+ /** 鍛樺伐鍒楄〃 */
employeeListmployeeList?: InsureEmployeeDTO[];
}
interface GetInsureSendResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
+ /** 鎶曚繚澶辫触浜哄憳鍒楄〃 */
module?: InsureFailEmployeeDTO[];
}
@@ -8160,7 +8568,9 @@
}
interface GetInsureSignNotifyResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
}
@@ -8170,16 +8580,24 @@
}
interface GetInsureSignUrlRequest {
+ /** 涓氬姟韬唤 */
bizIdentity?: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
socialCreditCode?: string;
+ /** 绛剧害璐﹀彿锛屽鏀粯瀹濈櫥褰曡处鍙� */
authAccount?: string;
+ /** 鑱旂郴鎵嬫満鍙� */
mobile?: string;
+ /** 澶栭儴涓氬姟鍙� */
outBizNo?: string;
}
interface GetInsureSignUrlResponse {
+ /** 鏄惁澶勭悊鎴愬姛 */
success?: boolean;
+ /** 澶勭悊澶辫触鐨勫師鍥� */
message?: string;
module?: SignInfo;
}
@@ -8559,7 +8977,7 @@
/** 浼佷笟鍚�/淇$敤浠g爜 */
searchKeyWord?: string;
transferToStatus?: TransferToStatusEnum;
- financeToStatus?: FinanceStatusEnum;
+ financeStatus?: FinanceStatusEnum;
}
interface GetParkBountyTradeDetailByIdInput {
@@ -8963,24 +9381,6 @@
platformServiceType?: PlatformServiceTypeEnum;
}
- interface GetPlatformAllocationOutput {
- id?: string;
- /** 鍏呭�兼棩鏈� */
- settleTime?: string;
- /** 鍏ヨ处鏃ユ湡 */
- incomeTime?: string;
- /** 鍏呭�奸噾棰� */
- settleSumAmount?: number;
- /** 鍑瘉 */
- settleFileUrl?: string;
- }
-
- interface GetPlatformAllocationOutputPageOutput {
- pageModel?: Pagination;
- objectData?: any;
- data?: GetPlatformAllocationOutput[];
- }
-
interface GetPlatFormPurchasesInput {
pageModel?: Pagination;
/** 绫诲埆Id */
@@ -9080,36 +9480,101 @@
queryCondition?: string;
}
- interface GetRemainAmountOutput {
- id?: string;
- applyMonth?: string;
- /** 鐢虫姤鎵规鍙� */
- batchNo?: string;
- /** 璐㈡斂鎷ㄤ粯浣欓 */
- financeRemain?: number;
- /** 骞冲彴鎷ㄤ粯浣欓 */
- platformRemain?: number;
- /** 棰勫厖鍊间綑棰� */
- prechargeRemain?: number;
- /** 鏄惁鏀寔骞冲彴鍏呭�� */
- suportPlatRecharge?: boolean;
- /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
- suportWithDraw?: boolean;
- }
-
interface GetRewardPercentagesInput {
/** 鎺掑簭淇℃伅锛氶粯璁ゆ寜Up涓荤瓑绾э細UpLevel鍗囧簭 */
orderInput?: OrderInput[];
}
- interface GetRewardsDetailsInput {
+ interface GetRewardStatisticsDetailDto {
+ /** 浼佷笟Id */
+ enterpriseId?: string;
+ /** 缁熻鏈堜唤 */
+ month?: string;
+ scene?: EnumParkRewardStatisticsDetailScene;
+ /** 鍒涘缓鏃ユ湡 */
+ creationTime?: string;
+ /** 瀹℃牳鏃ユ湡 */
+ auditTime?: string;
+ /** 娑堣垂绫诲瀷 */
+ type?: string;
+ /** 閲戦 */
+ amount?: number;
+ /** 鍑瘉鍦板潃 */
+ url?: string;
+ /** 濂栧姳閲戠敵鎶ヨ缁咺d */
+ parkBountyApplyDetailId?: string;
+ /** 鍏宠仈Id */
+ relationId?: string;
+ }
+
+ interface GetRewardStatisticsDetailDtoPageOutput {
pageModel?: Pagination;
- /** 鐢ㄦ埛id */
- id?: string;
- /** 鐢宠鏈堜唤 */
- applyMonth?: string;
+ objectData?: any;
+ data?: GetRewardStatisticsDetailDto[];
+ }
+
+ interface GetRewardStatisticsDetailInput {
+ pageModel?: Pagination;
+ /** 浼佷笟Id */
+ enterpriseId?: string;
+ /** 缁熻鏈堜唤 */
+ month?: string;
+ scene?: EnumParkRewardStatisticsDetailScene;
+ }
+
+ interface GetRewardStatisticsDto {
+ /** 浼佷笟Id */
+ enterpriseId?: string;
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 淇$敤浠g爜 */
+ societyCreditCode?: string;
+ /** 鎵�灞炲洯鍖篒d */
+ industrialParkId?: string;
+ /** 鎵�灞炲洯鍖� */
+ industrialParkName?: string;
+ /** 鑱旂郴浜� */
+ contact?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ contactPhone?: string;
+ /** 鐢虫姤鏈堜唤 */
+ month?: string;
/** 鐢虫姤鎵规鍙� */
batchNo?: string;
+ /** 璐㈡斂鎷ㄤ粯鎬婚 */
+ sumFinanceAmount?: number;
+ /** 骞冲彴鎷ㄤ粯鎬婚 */
+ sumTransferAmount?: number;
+ /** 浼佷笟鍏呭�兼�婚 */
+ sumRechargeAmount?: number;
+ /** 浼佷笟鎻愮幇鎬婚 */
+ sumDrawWithAmount?: number;
+ /** 浼佷笟娑堣垂鎬婚 */
+ sumTradeAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯浣欓 */
+ financeAmount?: number;
+ /** 骞冲彴鎷ㄤ粯浣欓 */
+ bountyAmount?: number;
+ /** 棰勫厖鍊间綑棰� */
+ rechargeAmount?: number;
+ /** 璐︽埛浣欓 */
+ amount?: number;
+ }
+
+ interface GetRewardStatisticsDtoPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetRewardStatisticsDto[];
+ }
+
+ interface GetRewardStatisticsInput {
+ pageModel?: Pagination;
+ /** 鏈堜唤 */
+ month?: string;
+ /** 鎵�灞炲洯鍖篒d */
+ industrialParkId?: string;
+ /** 鍏抽敭瀛� */
+ keywords?: string;
}
interface GetRolesInput {
@@ -9606,6 +10071,40 @@
fontColor?: string;
}
+ interface GetUserDto {
+ /** Id */
+ id?: string;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 瀹㈡埛鍚嶇О */
+ customerName?: string;
+ /** 澶栭儴浼佷笟/涓汉Id */
+ outUserId?: string;
+ userType?: EnumElectronSignUserType;
+ realMethod?: EnumElectronSignPersonalRealMethod;
+ /** 浼佷笟鍏ㄧО */
+ enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉濮撳悕 */
+ name?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉韬唤璇佸彿 */
+ identity?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉鎵嬫満鍙� */
+ mobile?: string;
+ status?: EnumElectronSignRealStatus;
+ /** 鍒涘缓鏃堕棿 */
+ creationTime?: string;
+ /** 瀹屾垚鏃堕棿 */
+ completedTime?: string;
+ }
+
+ interface GetUserDtoPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: GetUserDto[];
+ }
+
interface GetUserFileMetaSDKDataResponse {
fid?: string;
fname?: string;
@@ -9635,6 +10134,66 @@
totalFollowUser?: number;
/** 浜掑叧 */
totalMutualFollow?: number;
+ }
+
+ interface GetUserInfoDto {
+ /** Id */
+ id?: string;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 瀹㈡埛鍚嶇О */
+ customerName?: string;
+ /** 澶栭儴浼佷笟/涓汉Id */
+ outUserId?: string;
+ userType?: EnumElectronSignUserType;
+ /** 鏄惁濮旀墭缁忓姙浜� */
+ proxy?: boolean;
+ realMethod?: EnumElectronSignPersonalRealMethod;
+ /** 浼佷笟鍏ㄧО */
+ enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
+ /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+ licenseUrl?: string;
+ /** 娉曚汉濮撳悕 */
+ legalPerson?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉濮撳悕 */
+ name?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉韬唤璇佸彿 */
+ identity?: string;
+ /** 韬唤璇佷汉鍍忛潰Url */
+ identityImgUrl?: string;
+ /** 韬唤璇佸浗寰介潰Url */
+ identityBackImgUrl?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉閾惰鍗″彿 */
+ bankCard?: string;
+ /** 閾惰鍗$収鐗� */
+ bankCardImgUrl?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉鎵嬫満鍙� */
+ mobile?: string;
+ /** 浼佷笟鎺堟潈涔� */
+ proxyPowerAttorneyUrl?: string;
+ /** 浜鸿劯璁よ瘉鍦板潃 */
+ faceUrl?: string;
+ status?: EnumElectronSignRealStatus;
+ /** 鍒涘缓鏃堕棿 */
+ creationTime?: string;
+ /** 瀹屾垚鏃堕棿 */
+ completedTime?: string;
+ }
+
+ interface GetUserInfoInput {
+ /** Id */
+ id?: string;
+ /** 澶栭儴浼佷笟/涓汉Id */
+ outUserId?: string;
+ }
+
+ interface GetUserInput {
+ pageModel?: Pagination;
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ userType?: EnumElectronSignUserType;
}
interface GetUserOrderSignPayListInput {
@@ -9963,20 +10522,56 @@
}
interface HOResultSet4047RItem {
+ /** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
sThirdVoucher: string;
+ /** 瀹㈡埛鑷畾涔夊嚟璇佸彿 涓婇�佸垯杩斿洖锛屼紒涓氳嚜瀹氫箟 */
cstInnerFlowNo?: string;
+ /** 浠栬鏍囧織 Y锛氫粬琛� N锛氬悓琛� 涓虹┖鏃堕粯璁ゅ悓琛� 浠d粯鏀寔鍚岃 */
othBankFlag?: string;
+ /** 寮傚湴鏍囧織 Y锛氬紓鍦� N锛氬綋鍦� 涓虹┖榛樿褰撳湴 */
othAreaFlag?: string;
+ /** 瀵规柟璇佷欢绫诲瀷 鏍¢獙璇佷欢鏃跺繀杈�
+璇佷欢绫诲瀷锛�
+1 韬唤璇�
+2 鍐涗汉鍐涘畼璇�
+3 娓境鍙板眳姘戦�氳璇�
+4 涓浗鎶ょ収
+5 鍗曚綅缁熶竴浠g爜
+6 鏈櫥璁拌瘉浠�
+7 鏆備綇璇�
+8 姝﹁璀﹀畼璇�
+9 涓存椂韬唤璇�
+10 鑱斿悕鎴�
+11 鎴峰彛绨�
+12 涓浗灞呮皯鍏朵粬璇�
+13 鍐涗汉澹叺璇�
+14 鍐涗汉鏂囪亴骞查儴璇�
+15 鍐涗汉鍏朵粬璇佷欢
+16 姝﹁澹叺璇�
+17 姝﹁鏂囪亴骞查儴璇�
+18 姝﹁鍏朵粬璇佷欢
+19 澶栧浗鎶ょ収
+20 澶栧浗鍏皯鍏朵粬璇佷欢 */
idType?: string;
+ /** 瀵规柟璇佷欢鍙风爜 鏍¢獙璇佷欢鏃跺繀杈撳搴旂殑璇佷欢绫诲瀷鍙风爜 */
idNo?: string;
+ /** 瀵规柟寮�鎴疯鍚� 璺ㄨ寤鸿蹇呰緭 */
oppBankName?: string;
+ /** 瀵规柟甯愬彿 */
oppAccNo: string;
+ /** 瀵规柟鎴峰悕 */
oppAccName: string;
+ /** 瀵规柟鑱旇鍙� 璺ㄨ寤鸿蹇呰緭 */
oppBranchId?: string;
+ /** 鐪佷唤 */
province?: string;
+ /** 鍩庡競 */
city?: string;
+ /** 閲戦 */
amount: string;
+ /** 闄勮█銆佸娉� */
postScript?: string;
+ /** 鍥界睄/甯搁┗鍦板尯 鑻ヤ紒涓氭湭涓婇�併�佹垨閫佺┖锛屽垯琛ㄧず璇ヤ唬鍙戠敤鎴烽潪澶栫睄鎴栨腐婢冲彴灞呮皯,瑙侀檮褰� */
countryCode?: string;
}
@@ -10277,6 +10872,10 @@
url?: string;
/** 濂栧姳閲戠敵璇稩d */
parkBountyApplyId?: string;
+ /** 璐㈡斂鍏ヨ处鍑瘉 */
+ financeToFileUrl?: string;
+ /** 骞冲彴鍏ヨ处鍑瘉 */
+ transferToFileUrl?: string;
}
interface ImportBountyApplyDataOutput {
@@ -10375,6 +10974,13 @@
listTrueStaff?: ImportInsStaffAnalysisList[];
listErrorStaff?: ImportInsStaffAnalysisList[];
listUseEmploer?: UseEmploerDto[];
+ }
+
+ interface ImportParkBountyAppalyAmountInput {
+ /** 瀵煎叆鍦板潃 */
+ url?: string;
+ /** 濂栧姳閲戠敵璇稩d */
+ parkBountyApplyId?: string;
}
interface IncentivePaymentsManageListOutput {
@@ -11569,50 +12175,90 @@
}
interface InquiryAccountStopItem {
+ /** 姝粯缂栧彿 */
stopPayFlw?: string;
+ /** 鍐荤粨璧峰鏃ユ湡 */
startDate?: string;
+ /** 鍐荤粨缁撴潫鏃ユ湡 */
endDate?: string;
+ /** 澶囨敞 */
remark?: string;
+ /** 姝粯浠g爜 02-涓存椂姝粯 */
stopCode?: string;
+ /** 姝粯鐘舵�� 0-鏈夋晥 1-鏃犳晥 */
freezeStatu?: string;
}
interface InquiryAccountStopPaymentDetailsInput {
+ /** 浼佷笟閾朵紒鐩磋仈鏍囧噯浠g爜 閾惰鎻愪緵缁欎紒涓氱殑20浣嶅敮涓�鐨勬爣璇嗕唬鐮� */
mrchCode: string;
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐︽埛 */
accountNo: string;
+ /** 椤电爜 浠�1寮�濮嬮�掑锛岄粯璁�1 */
pageNo?: string;
}
interface InquiryAccountStopPaymentDetailsOutput {
+ /** 褰撳墠椤佃褰曟暟閲� */
cSize?: string;
+ /** 缈婚〉缁撴潫鏍囧織 N-鏈粨鏉燂紝鏈変笅涓�椤碉紝椤甸潰閫掑锛沋-宸茬粨鏉� */
endFlag?: string;
list?: InquiryAccountStopItem[];
}
interface InquiryIntoTheCurrentDetailsOfMainSubaccountAccountOutput {
+ /** 褰撳墠椤佃緭鍑鸿褰曟潯鏁� */
count?: string;
+ /** 婊¤冻杈撳叆鏉′欢鐨勬墍鏈夎褰曟暟 */
allCount?: string;
+ /** 缁撴潫鏍囧織 Y-鏄� N-鍚� */
isEnd?: string;
list?: PrimaryAcctDetialItemOne[];
}
interface InquiryIntoTheCurrentDetailsOfMainSubaccountAccountTwoInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 鏌ヨ鏂瑰紡
+1-鎸夋櫤鑳芥竻鍒嗗笎鍙�
+2-鎸夋竻鍒嗗彴璐︾紪鐮佹煡璇� */
opFlag: string;
+ /** 娓呭垎鍙拌处缂栫爜 OpFlag=2鏃讹紝蹇呴』杈撳叆 */
reqSubAccount?: string;
+ /** 寮�濮嬫棩鏈� yyyyMMdd
+yyyyMMddHHmmss
+yyyyMMddHHmmss
+澶囨敞:鏌ヨ鏃堕棿浠呯簿纭嚦鏃ユ湡 */
startTime: string;
+ /** 缁撴潫鏃ユ湡 yyyyMMddHHmmss
+yyyyMMddHHmmss
+澶囨敞:鏌ヨ鏃堕棿浠呯簿纭嚦鏃ユ湡 */
endTime: string;
+ /** 澶囨敞 */
remark?: string;
+ /** 鍊熻捶鏍囧織 */
dcFlag?: string;
+ /** 椤电爜 */
pageNo: string;
+ /** 姣忛〉璁板綍鏁� 榛樿100锛屾敮鎸佽嚜瀹氫箟锛屽繀椤诲湪100~1000鍐咃紙鍖呮嫭锛� */
pageSize?: string;
}
@@ -12316,17 +12962,26 @@
}
interface InsureEmployeeDTO {
+ /** 濮撳悕 */
name?: string;
+ /** 韬唤璇佸彿 */
certNo?: string;
+ /** 鎵嬫満鍙� */
mobile?: string;
+ /** 澶栭儴鏄庣粏涓氬姟鍙凤紙鎶曚繚缁撴灉閫氱煡浼氬洖浼狅級 */
outSubBizNo?: string;
}
interface InsureFailEmployeeDTO {
+ /** 濮撳悕 */
name?: string;
+ /** 韬唤璇佸彿 */
certNo?: string;
+ /** 澶栭儴鏄庣粏涓氬姟鍙� */
outSubBizNo?: string;
+ /** 澶辫触鍘熷洜 */
failReason?: string;
+ /** 鍛樺伐Id */
staffId?: string;
}
@@ -12996,11 +13651,17 @@
}
interface InsurePolicyDTO {
+ /** 鑿滈笩璁㈠崟鍙� */
orderNo?: number;
+ /** 淇濆崟鍙� */
policyNo?: string;
+ /** 淇濆崟鐢熸晥鏃堕棿 */
effectStartTime?: string;
+ /** 淇濆崟澶辨晥鏃堕棿 */
effectEndTime?: string;
+ /** 鎬讳繚棰濓紙鍒嗭級 */
sumInsured?: number;
+ /** 淇濊垂锛堝垎锛� */
premium?: number;
}
@@ -13012,6 +13673,7 @@
}
interface InsureProductDetail {
+ /** 浠锋牸 */
price?: number;
}
@@ -13039,14 +13701,23 @@
}
interface InsureProductDTO {
+ /** 浜у搧鍚嶇О */
name?: string;
+ /** 浜у搧Id */
productId?: string;
+ /** 闄╃缂栫爜: ACCIDENT: 鎰忓闄�; EMPLOYER_LIABILITY: 闆囦富闄� */
insuranceTypeCode?: string;
+ /** 鎺ㄨ崘缂栫爜 */
recomFlowNo?: string;
+ /** 鏈�浣庝环鏍硷紙鍒嗭級 */
premium?: string;
+ /** 淇濋锛堝垎锛� */
sumInsured?: number;
+ /** 濂楅绫诲瀷: common-鎰忓闄╅�氱敤锛沘llowance-鎰忓闄╂触璐�; suddenDeath-鎰忓闄╃対姝�; liabilityCommon-闆囦富闄╁熀纭�; liabilityThird-闆囦富闄╀笁鑰�; liabilityBuilding-闆囦富闄╁缓绛� */
type?: string;
+ /** 淇濋殰鑼冨洿锛堜粎闆囦富闄╂湁锛�: work-宸ヤ綔鏃堕棿; allDay-24灏忔椂 */
scope?: string;
+ /** 淇濋櫓鐗堟湰绫诲瀷锛歜asic-鍩虹鐗�; upgrade-鍗囩骇鐗� */
level?: string;
}
@@ -13175,33 +13846,62 @@
type InvoicingTypeEnum = 0 | 10 | 20;
interface IssuanceSingleTransactionRegulatorsInput {
+ /** 浼佷笟閾朵紒鐩磋仈鏍囧噯浠g爜 閾惰鎻愪緵缁欎紒涓氱殑20浣嶅敮涓�鐨勬爣璇嗕唬鐮� */
mrchCode: string;
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 杞处鍑瘉鍙� 鏍囩ず浜ゆ槗鍞竴鎬э紝鍚屼竴瀹㈡埛涓婇�佺殑涓嶅彲閲嶅锛屽缓璁牸寮忥細yyyymmddHHSS+8浣嶇郴鍒椼�傝姹�6涓湀鍐呭敮涓�銆� */
thirdVoucher: string;
+ /** 璐у竵绫诲瀷 RMB-浜烘皯甯� */
ccyCode: string;
+ /** 浠樻浜鸿处鎴� 鎵f璐︽埛 */
outAcctNo: string;
+ /** 鏀舵浜哄紑鎴疯琛屽彿 璺ㄨ杞处寤鸿蹇呰緭銆備负浜鸿鐧昏鍦ㄥ唽鐨勫晢涓氶摱琛屽彿锛岃嫢杈撳叆鍒欓暱搴﹀繀椤诲湪4 ~12浣嶄箣闂达紱 */
inAcctBankNode?: string;
+ /** 鏀舵浜鸿处鎴� */
inAcctNo: string;
+ /** 鏀舵浜鸿处鎴锋埛鍚� */
inAcctName: string;
+ /** 杞嚭閲戦 濡備负XML鎶ユ枃锛屽垯鐩存帴杈撳叆杈撳嚭浠ュ厓涓哄崟浣嶇殑娴偣鏁板�硷紝濡�2.50 (涓ゅ厓浜旇) */
tranAmount: string;
+ /** 璧勯噾鐢ㄩ�� 100涓眽瀛楋紝瀵规柟鑳藉惁鐪嬪埌姝ょ敤閫旇鏀舵鏂归摱琛岀殑鏀寔銆� */
useEx?: string;
+ /** 姝粯缂栧彿 */
freezeNo: string;
+ /** 濮旀墭鍗曚綅鍗忚鍙� */
dfAgreementNo: string;
+ /** 鍥界睄 鍙湁璺ㄨ浠e彂涓旀敹娆句汉鏄绫嶆垨娓境鍙版墠闇�瑕佸~鍐� */
nationalityCode?: string;
+ /** 璐归」缂栫爜 */
agreementCode: string;
}
interface IssuanceSingleTransactionRegulatorsOutput {
+ /** 杞处鍑瘉鍙� */
thirdVoucher?: string;
+ /** 閾惰娴佹按鍙� 閾惰涓氬姟娴佹按鍙凤紱鍙互鐢ㄤ簬瀵硅处 */
frontLogNo?: string;
+ /** 璐у竵绫诲瀷 */
ccyCode?: string;
+ /** 浠樻浜鸿处鎴� */
outAcctNo?: string;
+ /** 鏀舵浜鸿处鎴� */
inAcctNo?: string;
+ /** 鏀舵浜鸿处鎴锋埛鍚� */
inAcctName?: string;
+ /** 杞嚭閲戦 */
tranAmount?: string;
+ /** 浜ゆ槗鐘舵�佹爣蹇�
+20锛氫氦鏄撴垚鍔�
+30锛氬け璐ワ紱
+鍏朵粬涓洪摱琛屽彈鐞嗘垚鍔熷鐞嗕腑锛岃浣跨敤鈥滀氦鏄撹繘搴︽煡璇GF005鈥濇帴鍙h幏鍙栨渶缁堢姸鎬� */
stt?: string;
}
@@ -13377,9 +14077,13 @@
}
interface LgGigWorkerSignOptions {
+ /** 鎴峰悕 */
accountName?: string;
+ /** 閾惰璐︽埛 */
accountNo?: string;
+ /** 寮�鎴疯 */
bankName?: string;
+ /** 杞处澶囨敞 */
remark?: string;
}
@@ -13545,129 +14249,264 @@
}
interface MaintainInquireSmartClearingAccountInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 甯佺 */
ccy: string;
+ /** 鍔熻兘鐮�
+A-澧炲姞 D-鍒犻櫎 Q-鏌ヨ
+Q-鏌ヨ锛屾敮鎸佸洓绉嶇粍鍚�
+a銆佹寜涓�涓淮鎶ゅ笎鍙锋煡
+b銆佹寜涓�涓淮鎶よ处鍙�+瀵规墜鏂瑰笎鍙锋煡
+c銆佹寜涓�涓淮鎶よ处鎴峰彿+鍊熻捶鏍囧織鏌�
+d銆佹寜涓�涓淮鎶ゅ笎鍙�+鐧藉悕鍗曠被鍨嬫煡 */
functionCode: string;
+ /** 娓呭垎鍙拌处缂栫爜 缁存姢鐨勫瓙璐︽埛 */
subAcctNo: string;
+ /** 鍗曠瑪璐锋柟闄愬埗浜ゆ槗閲戦 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶉檺鍒讹紝闄愬埗鍗曠瑪璐锋柟浜ゆ槗閲戦 涓嶈兘鍜屸�滃崟绗旀敹娆句氦鏄撴渶灏忛噾棰濃�濄�佲�滃崟绗旀敹娆句氦鏄撴渶澶ч噾棰濃�濆悓鏃惰缃�� */
daiTxAmt?: string;
+ /** 鍏佽璐锋柟浜ゆ槗缁堟鏃� 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶉檺鍒讹紝鍏佽鍗曠瑪浜ゆ槗璐锋柟缁撴潫鏃ャ�傜淮鎶や簡璇ユ棩鏈燂紝浜ゆ槗鏃ユ湡澶т簬璇ユ棩鏈燂紝鎷掔粷浜ゆ槗 */
daiTxStopDate?: string;
+ /** 鍏佽浜ゆ槗娆℃暟 闈為浂闈炵┖鎵嶉檺鍒跺厑璁歌捶鏂逛氦鏄撶疮璁℃鏁� */
allowTxCts?: string;
+ /** 绱鏀舵鎬婚檺棰� 闈為浂闈炵┖鎵嶉檺鍒� */
totalRcvLimit?: string;
+ /** 鍗曠瑪鏀舵浜ゆ槗鏈�灏忛噾棰� 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶇敓鏁堛�傜敓鏁堝悗鍒欐敹娆鹃噾棰濆皬浜庤鍙傛暟锛屽垯浜ゆ槗鎷掔粷 */
singleTxLimitAmt?: string;
+ /** 鍗曠瑪鏀舵浜ゆ槗鏈�澶ч噾棰� 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶇敓鏁堛�傜敓鏁堝悗鍒欐敹娆鹃噾棰濆ぇ浜庤鍙傛暟锛屽垯浜ゆ槗鎷掔粷 */
singleTxMaxAmt?: string;
}
interface MaintainInquireSmartClearingAccountOutput {
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 甯佺 */
ccy?: string;
+ /** 鍔熻兘鐮� A:鏂板 D:鍒犻櫎 U:淇敼 Q:鏌ヨ */
functionCode?: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
subAcctNo?: string;
+ /** 鎴峰悕 */
acctName?: string;
+ /** 鍗忚鐘舵�� N-姝e父,S-鑷姩缁堟 */
agreeStatuts?: string;
+ /** 绛剧害鏃ユ湡 */
signDate?: string;
+ /** 鐢熸晥鏃ユ湡 */
effectDate?: string;
+ /** 瑙g害鏃ユ湡 */
cancelDate?: string;
+ /** 鍗曠瑪璐锋柟闄愬埗浜ゆ槗閲戦 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶉檺鍒讹紝闄愬埗鍗曠瑪璐锋柟浜ゆ槗閲戦 */
daiTxAmt?: string;
+ /** 鍏佽璐锋柟浜ゆ槗缁堟鏃� 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶉檺鍒讹紝鍏佽鍗曠瑪浜ゆ槗璐锋柟缁撴潫鏃� */
daiTxStopDate?: string;
+ /** 鍏佽浜ゆ槗娆℃暟 闈為浂闈炵┖鎵嶉檺鍒� */
allowTxCts?: string;
+ /** 鍏佽鏌ヨ浜ゆ槗鏄庣粏鏍囧織 */
allowQueryTxDetailFlag?: string;
+ /** 鍏佽鏌ヨ璞佸厤绯荤粺鍒楄〃 */
allowQueryHuoMianList?: string;
+ /** 绱鏀舵鎬婚檺棰� 闈為浂闈炵┖鎵嶉檺鍒� */
totalRcvLimit?: string;
+ /** 鍗曠瑪浜ゆ槗鏈�灏忛噾棰� 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶇敓鏁堛�傜敓鏁堝悗鍒欐敹娆鹃噾棰濆皬浜庤鍙傛暟锛屽垯浜ゆ槗鎷掔粷 */
singleTxLimitAmt?: string;
+ /** 鍗曠瑪浜ゆ槗鏈�澶ч噾棰� 澶т簬绛変簬闆讹紝闈為浂闈炵┖鎵嶇敓鏁堛�傜敓鏁堝悗鍒欐敹娆鹃噾棰濆ぇ浜庤鍙傛暟锛屽垯浜ゆ槗鎷掔粷 */
singleTxMaxAmt?: string;
}
interface MaintainTransferCounterpartyWhiteListInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 楠岃瘉鏍囧織 */
validationFlag?: string;
+ /** 鍔熻兘鐮�
+A-澧炲姞 D-鍒犻櫎 Q-鏌ヨ
+Q-鏌ヨ锛屾敮鎸佸洓绉嶇粍鍚�
+a銆佹寜涓�涓淮鎶ゅ笎鍙锋煡
+b銆佹寜涓�涓淮鎶よ处鍙�+瀵规墜鏂瑰笎鍙锋煡
+c銆佹寜涓�涓淮鎶よ处鎴峰彿+鍊熻捶鏍囧織鏌�
+d銆佹寜涓�涓淮鎶ゅ笎鍙�+鐧藉悕鍗曠被鍨嬫煡 */
functionCode: string;
+ /** 澶氭潯璁板綍 */
tranItemArray?: MaintainTransferItem[];
}
interface MaintainTransferCounterpartyWhiteListOutput {
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 楠岃瘉鏍囧織 */
validationFlag?: string;
+ /** 鍔熻兘鐮�
+A-澧炲姞 D-鍒犻櫎 Q-鏌ヨ */
functionCode?: string;
+ /** 澶氭潯璁板綍 */
list?: MaintainTransferOutputItem[];
}
interface MaintainTransferItem {
+ /** 缁存姢璐﹀彿 鏅鸿兘璐﹀彿鎴栨竻鍒嗗彴璐︾紪鐮� */
signAcctNo: string;
+ /** 甯佺 鍗曡处鎴峰甯佺璐︽埛蹇呰緭 */
ccy?: string;
+ /** 鏍¢獙绫诲瀷
+1-鎸夎处鍙�
+2-鎸夋埛鍚�
+3-鎸夎处鍙峰姞鎴峰悕
+鍔熻兘鐮�-A 澧炲姞 蹇呰緭 */
checkType?: string;
+ /** 鐧藉悕鍗曠被鍨�
+1-鏅鸿兘璐﹀彿鏀舵鐧藉悕鍗�
+2-鏅鸿兘璐﹀彿浠樻鐧藉悕鍗�
+3-娓呭垎鍙拌处缂栫爜鏀舵鐧藉悕鍗�
+4-娓呭垎鍙拌处缂栫爜浠樻鐧藉悕鍗�
+鐧藉悕鍗曠被鍨嬪拰鍊熻捶鏍囧織蹇呰緭鍏朵竴锛屽悓鏃惰緭鍏ラ』淇濊瘉鍖归厤 */
whiteListType?: string;
+ /** 瀵规墜鏂硅处鍙� */
counterpartyAcctNo?: string;
+ /** 鍊熻捶鏍囧織
+C - 璐凤紙鏀舵锛�
+D - 鍊� 锛堜粯娆撅級
+鐧藉悕鍗曠被鍨嬪拰鍊熻捶鏍囧織蹇呰緭鍏朵竴锛屽悓鏃惰緭鍏ラ』淇濊瘉鍖归厤 */
drcrFlag?: string;
+ /** 瀵规墜鏂硅处鍙峰悕绉� */
counterpartyAcctName?: string;
+ /** 瀵规墜鏂瑰紑鎴疯 */
counterpartyOpenBranchID?: string;
}
interface MaintainTransferOutputItem {
+ /** 缁存姢璐﹀彿 */
signAcctNo?: string;
+ /** 甯佺 */
ccy?: string;
+ /** 缁存姢璐﹀彿鍚嶇О */
signAcctName?: string;
+ /** 鐧藉悕鍗曠被鍨� */
whiteListType?: string;
+ /** 鏍¢獙绫诲瀷 */
checkType?: string;
+ /** 鏅鸿兘娓呭垎甯愬彿 */
aconRecvAcctNo?: string;
+ /** 鏅鸿兘娓呭垎甯愬彿鍚嶇О */
aconRecvAcctName?: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
clearingSubAcctNo?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 */
clearingSubAcctName?: string;
+ /** 瀵规墜鏂硅处鍙� */
counterpartyAcctNo?: string;
+ /** 鍊熻捶鏍囧織 */
drcrFlag?: string;
+ /** 瀵规墜鏂硅处鍙峰悕绉� */
counterpartyAcctName?: string;
+ /** 瀵规墜鏂瑰紑鎴疯 */
counterpartyOpenBranchID?: string;
}
interface MaintainVosAcctAutomaticClearingRuleInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 楠岃瘉鏍囧織 */
validationFlag?: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 甯佺 */
ccy: string;
+ /** 鍔熻兘鐮�
+A-澧炲姞 D-鍒犻櫎 Q-鏌ヨ
+Q-鏌ヨ锛屾敮鎸佸洓绉嶇粍鍚�
+a銆佹寜涓�涓淮鎶ゅ笎鍙锋煡
+b銆佹寜涓�涓淮鎶よ处鍙�+瀵规墜鏂瑰笎鍙锋煡
+c銆佹寜涓�涓淮鎶よ处鎴峰彿+鍊熻捶鏍囧織鏌�
+d銆佹寜涓�涓淮鎶ゅ笎鍙�+鐧藉悕鍗曠被鍨嬫煡 */
functionCode: string;
+ /** 鍒楄〃鏁伴噺 */
listNum: string;
+ /** 澶氭潯璁板綍 */
tranItemArray?: MaintainVosAcctItem[];
}
interface MaintainVosAcctAutomaticClearingRuleOutput {
+ /** 楠岃瘉鏍囧織 */
validationFlag?: string;
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 甯佺 */
ccy?: string;
+ /** 鍔熻兘鐮�
+A-澧炲姞 D-鍒犻櫎 Q-鏌ヨ */
functionCode?: string;
+ /** 鍒楄〃鏁伴噺 瀵瑰簲涓嬪垪鏁扮粍鐨勬暟閲忋�� */
listNum?: string;
+ /** 鎴愬姛璁板綍鏁� 瀵瑰簲涓嬭堪鏁扮粍鎿嶄綔鎴愬姛鐨勬暟閲忋�� */
successRecordNum?: string;
+ /** 澶氭潯璁板綍 */
list?: MaintainVosAcctOutputItem[];
}
interface MaintainVosAcctItem {
+ /** 娓呭垎鍙拌处缂栫爜 */
subAcctNo: string;
+ /** 缁戝畾鏉ヨ处璐﹀彿
+澶氫釜璐﹀彿鐢�;闅斿紑銆傚搴旂晫闈笂鍘熷褰曞叆淇℃伅 */
bindVosAcctNo?: string;
+ /** 缁戝畾鏉ヨ处闄勮█
+澶氫釜闄勮█淇℃伅鐢�;闅斿紑銆傚搴旂晫闈笂鍘熷褰曞叆淇℃伅銆� */
bindVosAcctAddMsg?: string;
+ /** 鏉ヨ处闄勮█鏄惁鍖呭惈娓呭垎鍙拌处缂栫爜 0-鍚︼紝1-鏄� */
whetherFlag?: string;
+ /** 娓呭垎鍙拌处缂栫爜浣嶇疆鏄剧ず
+1-闄勮█鍓嶆柟鏄剧ず锛�2-闄勮█鍚庢柟鏄剧ず锛�3-闄勮█鍓嶆柟鎴栧悗鏂规樉绀� */
subAcctNoPosition?: string;
+ /** 璁剧疆ID 鎿嶄綔绫诲瀷涓烘柊澧炴椂锛屾湰瀛楁涓虹┖銆傛搷浣滅被鍨嬩负淇敼銆佸垹闄ゆ椂锛屾湰瀛楁闈炵┖锛屽搴旀煡璇㈡椂杩斿洖鐨勫�笺�� */
setID?: string;
}
interface MaintainVosAcctOutputItem {
+ /** 璁剧疆ID 鐢ㄤ簬鍞竴瀹氫綅涓�鏉¤缃俊鎭�� */
setID?: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
subAcctNo?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 */
subAccountName?: string;
+ /** 缁戝畾鏉ヨ处璐﹀彿 */
bindVosAcctNo?: string;
+ /** 缁戝畾鏉ヨ处闄勮█ */
bindVosAcctAddMsg?: string;
+ /** 鏉ヨ处闄勮█鏄惁鍖呭惈娓呭垎鍙拌处缂栫爜 0-鍚︼紝1-鏄� */
whetherFlag?: string;
+ /** 娓呭垎鍙拌处缂栫爜浣嶇疆鏄剧ず 1-闄勮█鍓嶆柟鏄剧ず锛�2-闄勮█鍚庢柟鏄剧ず锛�3-闄勮█鍓嶆柟鎴栧悗鏂规樉绀� */
subAcctNoPosition?: string;
+ /** 褰曞叆鏃ユ湡 */
inputDate?: string;
+ /** 褰撳墠鎿嶄綔閿欒浠g爜 瀵瑰簲褰撳墠鎿嶄綔鐨勯敊璇爜銆傚綋鍓嶆搷浣滄垚鍔熸椂涓虹┖銆� */
errorCode?: string;
+ /** 褰撳墠鎿嶄綔閿欒淇℃伅 瀵瑰簲褰撳墠鎿嶄綔鐨勮繑鍥炰俊鎭�傚綋鍓嶆搷浣滄垚鍔熸椂涓虹┖銆� */
errorMsg?: string;
}
@@ -13978,24 +14817,38 @@
}
interface MonthlyStatementItem {
+ /** 鏂囦欢鍚嶇О */
fileName?: string;
+ /** 鏂囦欢瀵嗙爜 */
filePwd?: string;
+ /** 璐﹀彿 */
acctNo?: string;
+ /** 鏌ヨ鏃ユ湡 */
queryDate?: string;
+ /** udmpId */
docID?: string;
}
interface MonthlyStatementQueryNewInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐﹀彿 */
acctNo: string;
+ /** 鏌ヨ鏈堜唤 鏍煎紡yyyyMM */
queryMonth: string;
+ /** 鍥炲崟绫诲瀷 榛樿涓�0 0- PDF 1- Excel琛ㄦ牸 */
fileType?: string;
}
interface MonthlyStatementQueryNewOutput {
+ /** 杩斿洖璁板綍鎬绘暟 */
queryCts?: string;
list?: MonthlyStatementItem[];
}
@@ -14772,21 +15625,40 @@
| 42;
interface OrderChangedBzContentInput {
+ /** 鍟嗘埛绔殑鍞竴璁㈠崟鍙� */
outBizNo?: string;
+ /** 閿�鍞骇鍝佺爜锛屽晢瀹跺拰鏀粯瀹濈绾︾殑浜у搧鐮併�� STD_RED_PACKET锛氱幇閲戠孩鍖咃紱 TRANS_ACCOUNT_NO_PWD锛氬崟绗旀棤瀵嗚浆璐� */
productCode?: string;
+ /** 鎻忚堪鐗瑰畾鐨勪笟鍔″満鏅紝濡傛灉浼犻�掍簡out_biz_no鍒欒瀛楁涓哄繀浼犮�傚彲鍙栫殑涓氬姟鍦烘櫙濡備笅锛� PERSONAL_PAY锛欳2C鐜伴噾绾㈠寘-鍙戠孩鍖咃紱 PERSONAL_COLLECTION锛欳2C鐜伴噾绾㈠寘-棰嗙孩鍖咃紱 REFUND锛欳2C鐜伴噾绾㈠寘-绾㈠寘閫�鍥烇紱 DIRECT_TRANSFER锛欱2C鐜伴噾绾㈠寘銆佸崟绗旀棤瀵嗚浆璐� */
bizScene?: string;
+ /** 璇锋眰鏉ユ簮鐨勬帴鍙� */
originInterface?: string;
+ /** 鏀粯瀹濊浆璐﹀崟鎹彿 */
orderId?: string;
+ /** 杞处鍗曟嵁鐘舵�併�傚彲鑳藉嚭鐜扮殑鐘舵�佸涓嬶細 SUCCESS锛氳浆璐︽垚鍔燂紱 WAIT_PAY锛氱瓑寰呮敮浠橈紱 CLOSED锛氳鍗曡秴鏃跺叧闂紱 REFUND锛氶��绁紱 DEALING锛氳浆璐﹀埌閾惰鍗″鐞嗕腑锛�
+FAIL锛氳浆璐﹀け璐ワ紱 alipay.fund.trans.app.pay娑夊強鐨勭姸鎬侊細 WAIT_PAY SUCCESS CLOSED alipay.fund.trans.uni.transfer銆乤lipay.fund.trans.refund娑夊強鐨勭姸鎬侊細SUCCESS REFUND DEALING FAIL 涓嶅悓鐨勮浆璐︽帴鍙f秹鍙婁笉鍚岀殑鍗曟嵁鐘舵�侊紝浠ュ疄闄呭満鏅负鍑� */
status?: string;
+ /** 璧勯噾璁㈠崟鐨勬搷浣滅被鍨嬶紝 CREATE-鍒涘缓锛� FINISH- 璁㈠崟澶勭悊宸插畬缁� CLOSE-瓒呮椂鍏抽棴 锛� */
actionType?: string;
+ /** 杞处閲戦,鍗曚綅鍏� */
transAmount?: string;
+ /** 閲戣瀺鏈烘瀯鍙戣捣绛剧害绫汇�佹敮浠樼被銆佸樊閿欑被涓氬姟鏃讹紝搴斾负姣忕瑪涓氬姟鍒嗛厤鍞竴鐨勪氦鏄撴祦姘村彿銆�31浣嶄氦鏄撴祦姘村彿缁勬垚瑙勫垯涓猴細
+鈥�8浣嶆棩鏈熲��+鈥�16浣嶅簭鍒楀彿鈥�+鈥�1浣嶉鐣欎綅鈥�+鈥�6浣嶆帶鍒朵綅鈥濓紝鍏朵腑锛� a锛夆��8浣嶆棩鏈熲�濅负绯荤粺褰撳墠鏃ユ湡锛孖SODate鏍煎紡锛氣�淵YYYMMDD鈥� b锛�
+鈥�16浣嶅簭鍒楀彿鈥濈敱閲戣瀺鏈烘瀯鐢熸垚锛岄噾铻嶆満鏋勫簲纭繚璇ュ�煎湪缃戣仈褰撴棩鍞竴 c锛夆��1浣嶉鐣欎綅鈥濈敱骞冲彴鍒嗛厤 d锛夆��6浣嶆帶鍒朵綅鈥濈敱閲戣瀺鏈烘瀯閫氳繃骞冲彴鑾峰彇 渚嬪锛�2023052993044491260542090100400 */
settleSerialNo?: string;
+ /** 澶辫触瀛愬崟鍏蜂綋鐘舵�� */
subOrderStatus?: string;
+ /** 鐗规畩鍦烘櫙鎻愪緵锛屽綋瀛愬崟鍑虹幇寮傚父瀵艰嚧涓诲崟澶辫触鎴栬�呴��娆炬椂锛屼細鎻愪緵姝ゅ瓧娈碉紝鐢ㄤ簬閫忓嚭瀛愬崟鍏蜂綋鐨勯敊璇満鏅� */
subOrderErrorCode?: string;
+ /** 鐗规畩鍦烘櫙鎻愪緵锛屽綋瀛愬崟鍑虹幇寮傚父瀵艰嚧涓诲崟澶辫触鎴栬�呴��娆炬椂锛屼細鎻愪緵姝ゅ瓧娈碉紝鐢ㄤ簬閫忓嚭瀛愬崟鍏蜂綋鐨勯敊璇満鏅� */
subOrderFailReason?: string;
+ /** 鏀粯瀹濇敮浠樿祫閲戞祦姘村彿锛屼粎褰撹浆璐︽垚鍔熸墠浼氳繑鍥炶鍙傛暟 */
payFundOrderId?: string;
+ /** 鏀粯瀹屾垚鏃堕棿 */
payDate?: string;
+ /** 鑷姩閫�娆炬椂闂� */
refundDate?: string;
+ /** 鏃犲咖鏀跺満鏅笅鐨勫彈鐞嗗崟鍙� */
entrustOrderId?: string;
}
@@ -15181,6 +16053,8 @@
parkName?: string;
/** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
suportEnterpriseUpload?: boolean;
+ /** 鏄惁鏀寔骞冲彴鍏呭�� */
+ suportPlatRecharge?: boolean;
/** 鐢宠鍥尯绫诲瀷 */
parkTypeName?: string;
/** 鐢宠濂栧姳閲戞湀浠� */
@@ -15214,6 +16088,8 @@
/** 鍏呭�奸噾棰� */
financeToAmount?: number;
parkBountyApplyId?: string;
+ /** 璐㈡斂鍏ヨ处鍑瘉 */
+ financeToFileUrl?: string;
}
interface ParkBountyApplyBatchTransferInput {
@@ -15221,6 +16097,8 @@
/** 鍏ヨ处閲戦 */
transferToAmount?: number;
parkBountyApplyId?: string;
+ /** 鍏ヨ处鍑瘉 */
+ transferToFileUrl?: string;
}
interface ParkBountyApplyDetailInfo {
@@ -15229,6 +16107,10 @@
enterpriseId?: string;
/** 鐢虫姤閲戦 */
applyAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯閲戦 */
+ financeAmount?: number;
+ /** 骞冲彴鎷ㄤ粯閲戦 */
+ transferAmount?: number;
userName?: string;
/** 浼佷笟鍚嶇О */
enterpriseName?: string;
@@ -15295,6 +16177,8 @@
/** 璐㈡斂鎷ㄤ粯 */
bountyAmount?: number;
parkBountyApplyId?: string;
+ /** 璐㈡斂鍏ヨ处鍑瘉 */
+ financeToFileUrl?: string;
}
interface ParkBountyApplySettleInput {
@@ -15334,9 +16218,22 @@
personTaxRatePayUrl?: string;
authType?: EnterpriseTypeEnum;
transferToStatus?: TransferToStatusEnum;
- /** 鍏ヨ处閲戦 */
+ /** 骞冲彴鎷ㄤ粯閲戦 */
+ transferAmount?: number;
+ /** 骞冲彴鎷ㄤ粯鍏ヨ处閲戦 */
transferToAmount?: number;
- /** 鍏ヨ处鏃堕棿 */
+ /** 骞冲彴鎷ㄤ粯涓嬫鍏ヨ处閲戦 */
+ transferNextAmount?: number;
+ settleStatus?: SettleStatusEnum;
+ /** 骞冲彴鎷ㄤ粯鐧昏鏃堕棿 */
+ settleTime?: string;
+ /** 骞冲彴鎷ㄤ粯鐧昏閲戦 */
+ settleSumAmount?: number;
+ /** 骞冲彴鎷ㄤ粯鐧昏鍑瘉 */
+ transferFileUrl?: string;
+ /** 骞冲彴鎷ㄤ粯鐧昏鎿嶄綔鐢ㄦ埛 */
+ transferUserId?: string;
+ /** 骞冲彴鎷ㄤ粯鍏ヨ处鏃堕棿 */
transferToTime?: string;
parkBountyApplyDetailId?: string;
/** 鐢虫姤閲戦 */
@@ -15344,6 +16241,19 @@
/** 鍏ヨ处鍑瘉 */
transferToFileUrl?: string;
financeToStatus?: FinanceStatusEnum;
+ /** 璐㈡斂鎷ㄤ粯閲戦 */
+ financeAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯鐧昏閲戦 */
+ financeSumAmount?: number;
+ /** 璐㈡斂鎷ㄤ粯涓嬫鍏ヨ处閲戦 */
+ financeNextAmount?: number;
+ financeStatus?: FinanceStatusEnum;
+ /** 璐㈡斂鎷ㄤ粯鐧昏鏃堕棿 */
+ financeTime?: string;
+ /** 璐㈡斂鎷ㄤ粯鐧昏鍑瘉 */
+ financeFileUrl?: string;
+ /** 璐㈡斂鎷ㄤ粯鐧昏鎿嶄綔鐢ㄦ埛 */
+ financeUserId?: string;
/** 璐㈡斂鍏ヨ处閲戦 */
financeToAmount?: number;
/** 璐㈡斂鍏ヨ处鏃堕棿 */
@@ -15371,6 +16281,8 @@
/** 鍏ヨ处閲戦 */
transferToAmount?: number;
parkBountyApplyId?: string;
+ /** 鍏ヨ处鍑瘉 */
+ transferToFileUrl?: string;
}
type ParkBountyTradeAccessEnum = 1;
@@ -16124,33 +17036,60 @@
type PayCreditedStatusEnum = 10 | 20 | 30;
interface PaymentOrderStatusQueryInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 杞处鍑瘉鍙�
+鎺ㄨ崘浣跨敤锛� 浣跨敤4004鎴朇005鎺ュ彛涓婇�佺殑ThirdVoucher */
origThirdVoucher?: string;
+ /** 閾惰娴佹按鍙� 閾惰杩斿洖鐨勪笟鍔℃祦姘村彿 */
origFrontLogNo?: string;
}
interface PaymentOrderStatusQueryOutput {
+ /** 杞处鍑瘉鍙� */
origThirdVoucher?: string;
+ /** 閾惰娴佹按鍙� 閾惰涓氬姟娴佹按鍙� */
frontLogNo?: string;
+ /** 瀹㈡埛鑷畾涔夊嚟璇佸彿 瀹㈡埛涓婇�佸垯杩斿洖 */
cstInnerFlowNo?: string;
+ /** 璐у竵绫诲瀷 */
ccyCode?: string;
+ /** 杞嚭璐︽埛 */
outAcctNo?: string;
+ /** 杞叆璐︽埛缃戠偣鍚嶇О */
inAcctBankName?: string;
+ /** 杞叆璐︽埛 */
inAcctNo?: string;
+ /** 杞叆璐︽埛鎴峰悕 */
inAcctName?: string;
+ /** 浜ゆ槗閲戦 */
tranAmount?: string;
+ /** 琛屽唴璺ㄨ鏍囧織 */
unionFlag?: string;
+ /** 浜ゆ槗鐘舵�佹爣蹇� */
stt?: string;
+ /** 杞处閫�绁ㄦ爣蹇� */
isBack?: string;
+ /** 鏀粯澶辫触鎴栭��绁ㄥ師鍥犳弿杩� */
backRem?: string;
+ /** 閾惰澶勭悊缁撴灉 */
yhcljg?: string;
+ /** 杞处鍔犳�ユ爣蹇� */
sysFlag?: string;
+ /** 杞处鎵嬬画璐� */
fee?: string;
+ /** 浜ゆ槗鍙楃悊鏃堕棿 */
submitTime?: string;
+ /** 璁拌处鏃ユ湡 */
accountDate?: string;
+ /** 涓绘満璁拌处娴佹按鍙� */
hostFlowNo?: string;
}
@@ -16806,96 +17745,181 @@
}
interface PrimaryAcctDetialInputBase {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 鏌ヨ鏂瑰紡
+1-鎸夋櫤鑳芥竻鍒嗗笎鍙�
+2-鎸夋竻鍒嗗彴璐︾紪鐮佹煡璇� */
opFlag: string;
+ /** 娓呭垎鍙拌处缂栫爜 OpFlag=2鏃讹紝蹇呴』杈撳叆 */
reqSubAccount?: string;
+ /** 寮�濮嬫棩鏈� yyyyMMdd */
startDate: string;
+ /** 缁撴潫鏃ユ湡 yyyyMMdd */
endDate: string;
+ /** 鏈�鍚庝竴绗旀竻鍒嗗彴璐︾紪鐮�
+绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastSubAccNo: string;
+ /** 鏈�鍚庝竴绗旀棩鏈�
+绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastDate: string;
+ /** 鏈�鍚庝竴绗旀棩蹇楀彿 绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastJNo: string;
+ /** 鏈�鍚庝竴绗旈『搴忓彿 绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastSeq: string;
+ /** 姣忛〉璁板綍鏁� 榛樿100锛屾敮鎸佽嚜瀹氫箟锛屽繀椤诲湪100~1000鍐咃紙鍖呮嫭锛� */
pageSize?: string;
}
interface PrimaryAcctDetialItemBase {
+ /** 娓呭垎鍙拌处缂栫爜 */
subAccount?: string;
+ /** 浼氳鏃ユ湡 yyyyMMdd */
accountDate?: string;
+ /** 鏃ュ織鍙� 閾惰涓绘満璁拌处娴佹按 */
journalNo?: string;
+ /** 椤哄簭鍙� */
seqNo?: string;
+ /** 浜ゆ槗鏃堕棿 HHmmss */
tranTime?: string;
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 鏅鸿兘璐﹀彿鎴峰悕 */
mainAccountName?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 */
subAccoutName?: string;
+ /** 鍊熻捶鏍囪瘑 D 鍊� C 璐� */
dcFlag?: string;
+ /** 璐у竵 */
ccyCode?: string;
+ /** 浜ゆ槗閲戦 */
tranAmount?: string;
+ /** 璋冩暣浜ゆ槗鏍囪瘑 T 杞处 C 浣欓璋冩暣 */
txFlag?: string;
+ /** 瀵规柟璐﹀彿锛堝疄浣擄級 */
oppAccountNo?: string;
+ /** 瀵规柟璐︽埛鎴峰悕 */
oppAccountName?: string;
+ /** 瀵规柟琛屽悕 */
oppBankName?: string;
+ /** 澶囨敞 */
remark?: string;
+ /** 浜ゆ槗鍚庝綑棰� */
balance?: string;
+ /** 浜ゆ槗娴佹按鍙� */
bizFlowNo?: string;
+ /** 鎽樿 */
abstract?: string;
+ /** 涓氬姟鎽樿浠g爜 */
abstractCode?: string;
+ /** 浜ゆ槗鏃ユ湡 */
tranDate?: string;
}
interface PrimaryAcctDetialItemOne {
+ /** 瀵规柟琛屽彿 */
oppBankNo?: string;
}
interface PrimaryAcctDetialQueryInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 鏌ヨ鏂瑰紡
+1-鎸夋櫤鑳芥竻鍒嗗笎鍙�
+2-鎸夋竻鍒嗗彴璐︾紪鐮佹煡璇� */
opFlag: string;
+ /** 娓呭垎鍙拌处缂栫爜 OpFlag=2鏃讹紝蹇呴』杈撳叆 */
reqSubAccount?: string;
+ /** 寮�濮嬫棩鏈� yyyyMMdd */
startDate: string;
+ /** 缁撴潫鏃ユ湡 yyyyMMdd */
endDate: string;
+ /** 鏈�鍚庝竴绗旀竻鍒嗗彴璐︾紪鐮�
+绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastSubAccNo: string;
+ /** 鏈�鍚庝竴绗旀棩鏈�
+绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastDate: string;
+ /** 鏈�鍚庝竴绗旀棩蹇楀彿 绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastJNo: string;
+ /** 鏈�鍚庝竴绗旈『搴忓彿 绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑娓呭垎鍙拌处缂栫爜+鏃ユ湡+鏃ュ織鍙�+椤哄簭鍙� */
reqLastSeq: string;
+ /** 姣忛〉璁板綍鏁� 榛樿100锛屾敮鎸佽嚜瀹氫箟锛屽繀椤诲湪100~1000鍐咃紙鍖呮嫭锛� */
pageSize?: string;
+ /** 閾惰涓绘満娴佹按鍙� 杈撳叆鍒欒繃婊よ繑鍥炲搴斾富鏈烘祦姘寸殑鏄庣粏 */
hostFlowNo?: string;
}
interface PrimaryAcctDetialQueryOutput {
+ /** 褰撳墠椤佃緭鍑鸿褰曟潯鏁� */
count?: string;
+ /** 婊¤冻杈撳叆鏉′欢鐨勬墍鏈夎褰曟暟 */
allCount?: string;
+ /** 缁撴潫鏍囧織 Y-鏄� N-鍚� */
isEnd?: string;
list?: PrimaryAcctDetialItemBase[];
}
interface PrimaryAcctRelationshipQueryInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 甯佺 */
ccyCode?: string;
+ /** 娓呭垎鍙拌处缂栫爜
+绗竴娆℃煡璇紝杈撳叆0锛屽惁鍒欒緭鍏ヨ繑鍥炴渶鍚庝竴绗旂殑鏅鸿兘娓呭垎鍙拌处缂栫爜杩涜鍒嗛〉鏌ヨ 娉�:鍒嗛〉涓嶅缓璁甊eqSubAccountNo瀛楁锛屽缓璁敤PageNo瀛楁锛� */
reqSubAccountNo: string;
+ /** 椤电爜
+1锛氱涓�椤碉紝渚濇閫掑 娉�:鍒嗛〉寤鸿鐢≒ageNo瀛楁锛涘鏋滅敤PageNo鍒嗛〉锛孯eqSubAccountNo瀛楁灏嗗け鏁堬紱 */
pageNo: string;
}
interface PrimaryAcctRelationshipQueryOutput {
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 甯佺 */
ccyCode?: string;
+ /** 褰卞瓙娓呭垎鍙拌处缂栫爜鍒悕 */
accountName?: string;
+ /** 鐘舵�� N 姝e父 C 鍒犻櫎 */
stt?: string;
+ /** 鏈�鍚庣淮鎶ゆ棩鏈� */
lastModifyDate?: string;
+ /** 鍏徃鐮� 浜斾綅鍏徃鐮� */
corId?: string;
+ /** 褰卞瓙娓呭垎鍙拌处缂栫爜 绛剧害鏅鸿兘娓呭垎鍚庤嚜鍔ㄧ敓鎴� */
shadowAcctNo?: string;
+ /** 娓呭垎鍙拌处缂栫爜鏁伴噺 */
subAccNum?: string;
+ /** 鏄惁缁撴潫鏍囧織 */
isEnd?: string;
+ /** 杈撳嚭璁板綍鏉℃暟 */
count?: string;
list?: SubAccountItem[];
}
@@ -17518,22 +18542,37 @@
}
interface QueryInterfaceOfPDFReturnSingleFileOnSameDayNewInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐﹀彿 */
account: string;
+ /** 鏍稿績娴佹按鍙� 閾惰涓绘満璁拌处娴佹按鍙� */
seqNO: string;
+ /** 璁板綍璧峰 榛樿涓�1 */
startRecord?: string;
+ /** 璁板綍鏁� 榛樿涓�20锛屾渶澶у�间负20 */
recordNum?: string;
}
interface QueryInterfaceOfPDFReturnSingleFileOnSameDayNewOutput {
+ /** 鏂囦欢鍚嶇О */
fileName?: string;
+ /** 闅忔満瀵嗙爜 */
randomPwd?: string;
+ /** 鏈鏄惁鍏ㄩ儴瀹屾垚鏍囪 Y/N */
stt?: string;
+ /** 璁板綍璧峰鍊� */
returnBeginNo?: string;
+ /** 璁板綍鏁� */
returnCount?: string;
+ /** udmpId */
docId?: string;
}
@@ -17792,30 +18831,53 @@
}
interface QueryVosAcctAutomaticClearingRuleInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 楠岃瘉鏍囧織 */
validationFlag?: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 甯佺 */
ccy: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
subAcctNo?: string;
+ /** 缁戝畾鏉ヨ处璐﹀彿 */
bindVosAcctNo?: string;
+ /** 缁戝畾鏉ヨ处闄勮█ */
bindVosAcctAddMsg?: string;
+ /** 鏉ヨ处闄勮█鏄惁鍖呭惈娓呭垎鍙拌处缂栫爜 0-鍚︼紝1-鏄� */
whetherFlag?: string;
+ /** 娓呭垎鍙拌处缂栫爜浣嶇疆鏄剧ず 1-闄勮█鍓嶆柟鏄剧ず锛�2-闄勮█鍚庢柟鏄剧ず锛�3-闄勮█鍓嶆柟鎴栧悗鏂规樉绀� */
subAcctNoPosition?: string;
+ /** 璁剧疆ID 榛樿涓虹┖锛岃嫢闇�瑕佹煡璇㈡煇涓寚瀹氳缃甀D鐨勬暟鎹椂鍙~鍏ャ�� */
setID?: string;
+ /** 椤电爜 1锛氱涓�椤碉紝渚濇閫掑 */
pageNo?: string;
+ /** 姣忛〉鏄庣粏鏁伴噺 榛樿姣忛〉30鏉¤褰曪紝鏀寔鏈�澶ф瘡椤�100鏉★紝鑻ヤ笂閫丳ageSize>100鏃犳晥锛岀瓑鍚�100锛� */
pageSize?: string;
}
interface QueryVosAcctAutomaticClearingRuleOutput {
+ /** 楠岃瘉鏍囧織 */
validationFlag?: string;
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 甯佺 */
ccy?: string;
+ /** 椤电爜 */
pageNo?: string;
+ /** 褰撳墠椤佃褰曟暟 */
count?: string;
+ /** 鏄惁缈婚〉缁撴潫 Y-缁撴潫锛汵-鏈粨鏉� */
isEnd?: string;
+ /** 鍒楄〃鏁伴噺 瀵瑰簲涓嬪垪鏁扮粍鐨勬暟閲忋�� */
listNum?: string;
list?: VosAcctAutomaticClearingItem[];
}
@@ -17937,6 +18999,48 @@
orderId?: string;
/** 鎺ュ崟浜篒d */
takenUserId?: string;
+ }
+
+ interface RealEnterpriseInput {
+ /** 澶栭儴浼佷笟Id */
+ outUserId: string;
+ /** 鏄惁濮旀墭缁忓姙浜� */
+ proxy?: boolean;
+ realMethod: EnumElectronSignPersonalRealMethod;
+ /** 浼佷笟鍏ㄧО */
+ enterpriseName: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode: string;
+ /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+ licenseUrl: string;
+ /** 娉曚汉濮撳悕 */
+ legalPerson: string;
+ /** 娉曚汉鎴栫粡鍔炰汉濮撳悕 */
+ name: string;
+ /** 娉曚汉鎴栫粡鍔炰汉韬唤璇佸彿 */
+ identity: string;
+ /** 韬唤璇佷汉鍍忛潰Url */
+ identityImgUrl: string;
+ /** 韬唤璇佸浗寰介潰Url */
+ identityBackImgUrl: string;
+ /** 娉曚汉鎴栫粡鍔炰汉閾惰鍗″彿 */
+ bankCard?: string;
+ /** 閾惰鍗$収鐗� */
+ bankCardImgUrl?: string;
+ /** 娉曚汉鎴栫粡鍔炰汉鎵嬫満鍙� */
+ mobile?: string;
+ /** 楠岃瘉鐮� */
+ vCode?: string;
+ /** 浼佷笟鎺堟潈涔� */
+ proxyPowerAttorneyUrl?: string;
+ }
+
+ interface RealEnterpriseOutput {
+ /** 璁よ瘉娴佹按鍙� */
+ id?: string;
+ /** 浜鸿劯璁よ瘉鍦板潃 */
+ faceUrl?: string;
+ status?: EnumElectronSignRealStatus;
}
interface RealNameEnterpriseCorporateAccountAuditInput {
@@ -18158,6 +19262,36 @@
bankCard?: string;
}
+ interface RealPersonalInput {
+ /** 瀵瑰涓汉Id */
+ outUserId: string;
+ realMethod: EnumElectronSignPersonalRealMethod;
+ /** 濮撳悕 */
+ name: string;
+ /** 韬唤璇佸彿 */
+ identity?: string;
+ /** 韬唤璇佷汉鍍忛潰Url */
+ identityImgUrl: string;
+ /** 韬唤璇佸浗寰介潰Url */
+ identityBackImgUrl: string;
+ /** 閾惰鍗″彿 */
+ bankCard?: string;
+ /** 閾惰鍗$収鐗� */
+ bankCardImgUrl?: string;
+ /** 鎵嬫満鍙� */
+ mobile?: string;
+ /** 楠岃瘉鐮� */
+ vCode?: string;
+ }
+
+ interface RealPersonalOutput {
+ /** 璁よ瘉娴佹按鍙� */
+ id?: string;
+ /** 浜鸿劯璁よ瘉鍦板潃 */
+ faceUrl?: string;
+ status?: EnumElectronSignRealStatus;
+ }
+
interface RechargeDto {
/** 鐢ㄦ埛Id */
userId?: string;
@@ -18241,6 +19375,22 @@
sex?: number;
password: string;
appName: string;
+ }
+
+ interface RegOrUpdateUserInput {
+ /** 澶栭儴浼佷笟Id */
+ outUserId: string;
+ userType: EnumElectronSignUserType;
+ /** 浼佷笟鍚嶇О */
+ enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
+ societyCreditCode?: string;
+ /** 涓汉鎴栨硶浜烘垨缁忓姙浜哄鍚� */
+ name?: string;
+ /** 涓汉鎴栨硶浜烘垨缁忓姙浜鸿韩浠借瘉鍙� */
+ identity?: string;
+ /** 涓汉鎴栨硶浜烘垨缁忓姙浜烘墜鏈哄彿 */
+ mobile?: string;
}
type RelationalTypeEnum = 10 | 20;
@@ -18567,23 +19717,53 @@
}
interface SameDayHistoryReceiptDataQueryInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐﹀彿 */
outAccNo: string;
+ /** 璁拌处璧峰鏃ユ湡 鏌ヨ褰撴棩鏃犻渶杈撳叆姝ゅ瓧娈� 鏌ヨ鍘嗗彶鍥炲崟蹇呰緭(寮�濮嬬粨鏉熼兘闇�瑕佽緭鍏ワ紝蹇呴』鏄巻鍙叉棩鏈�)鏍煎紡YYYYMMDD */
accountBeginDate?: string;
+ /** 璁拌处缁撴潫鏃ユ湡 鏌ヨ褰撴棩鏃犻渶杈撳叆姝ゅ瓧娈垫煡璇㈠巻鍙插洖鍗曞繀杈�(寮�濮嬬粨鏉熼兘闇�瑕佽緭鍏ワ紝蹇呴』鏄巻鍙叉棩鏈�)鏍煎紡YYYYMMDD */
accountEndDate?: string;
+ /** 鏍稿績娴佹按鍙� 閾惰鏍稿績娴佹按鍙枫�侀摱琛屼富鏈烘祦姘村彿銆傚鍙�4005杩斿洖鐨凥ostFlowNo锛�4013杩斿洖鐨凥ostFlowNo. */
hostFlow?: string;
+ /** 璧峰浜ゆ槗閲戦 */
startTranAmt?: string;
+ /** 缁撴潫浜ゆ槗閲戦 */
endTranAmt?: string;
+ /** 鏀舵甯愬彿 瀵规柟甯愬彿 */
inAccNo?: string;
+ /** 鍊熻捶鏍囧織 D:鍊� C:璐� */
dcFlag?: string;
+ /** 鎺掑簭鏂瑰紡
+0锛氶粯璁ゆ帓搴�
+1:浜ゆ槗鏃堕棿浠庤繎鑷宠繙
+2:浜ゆ槗鏃堕棿浠庤繙鑷宠繎
+3:閲戦鍗囧簭(浠庡皬鑷冲ぇ)
+4:閲戦闄嶅簭(浠庡ぇ鑷冲皬)
+5:鍥炲崟鍙峰崌搴�
+6:鍥炲崟鍙烽檷搴�
+7:涓氬姟缂栧彿鍗囧簭
+8:涓氬姟缂栧彿闄嶅簭
+9:鏍稿績娴佹按鍙蜂粠杩戝埌杩�
+10:鏍稿績娴佹按鍙蜂粠杩滃埌杩� */
sortType?: string;
+ /** 甯佺 榛樿RMB */
ccy?: string;
+ /** 鍥炲崟绫诲瀷 榛樿涓篈LL 鍏ㄩ儴锛屽叿浣撳弬鑰�3.9浠g爜瀵圭収琛� */
receiptType?: string;
+ /** 瀛愬洖鍗曠被鍨� 榛樿涓篈LL 鍏ㄩ儴锛屽叿浣撳弬鑰�3.9浠g爜瀵圭収琛� */
subReceiptType?: string;
+ /** 璁板綍璧峰鍙� 璁板綍璧峰鍙� 鐢ㄤ簬鍒嗛〉榛樿锛�1 */
recordStartNo?: string;
+ /** 璇锋眰璁板綍鏁� 鍒嗛〉鏉℃暟鏈�澶�100鏉� 榛樿锛�100 */
recordNumber?: string;
}
@@ -18596,25 +19776,45 @@
}
interface SameDayHistoryReceiptItem {
+ /** 璁板綍搴忓彿 */
seqNo?: string;
+ /** 鍥炲崟鍙� */
receiptNo?: string;
+ /** 楠岃瘉鐮� */
validateNo?: string;
+ /** 鍥炲崟绫诲瀷 */
receiptType?: string;
+ /** 鍥炲崟瀛愮被 */
subReceiptType?: string;
+ /** 璁拌处鏃ユ湡 璁拌处鏃ユ湡锛屾牸寮弝yyyMMdd */
accountDate?: string;
+ /** 涓诲紶鍙� */
mainAcc?: string;
+ /** 瀛愬笎鍙� */
subAccNo?: string;
+ /** 浠樻璐︽埛 */
outAccNo?: string;
+ /** 浠樻鎴峰悕 */
outAccName?: string;
+ /** 浠樻閾惰鍚嶇О */
outBranchName?: string;
+ /** 鍊熻捶鏍囧織 */
dcFlag?: string;
+ /** 鏀舵鏂硅处鎴� */
inAccNo?: string;
+ /** 鏀舵鏂规埛鍚� */
inAccName?: string;
+ /** 鏀舵鏂归摱琛屽悕绉� */
inBranchName?: string;
+ /** 浜ゆ槗閲戦 */
amount?: string;
+ /** 甯佺 */
ccyCode?: string;
+ /** 澶囨敞 */
remark?: string;
+ /** 涓绘満娴佹按 */
hostFlowNo?: string;
+ /** 鍥炲崟鍚嶇О */
receiptName?: string;
}
@@ -18677,45 +19877,73 @@
}
interface SealBatchQueryInput {
+ /** 鍗扮珷id */
sealId?: string;
+ /** 鍗扮珷鍚嶇О */
sealName?: string;
+ /** 椤垫暟锛岄粯璁�1锛屽繀椤诲ぇ浜�0 */
pageNo?: number;
+ /** 椤甸潰澶у皬锛岄粯璁�200锛屽繀椤诲ぇ浜�0 */
pageSize?: number;
}
interface SealBatchQueryOutput {
+ /** 涓氬姟鐮侊紝10000琛ㄧず鎴愬姛 */
code?: string;
+ /** 寮傚父淇℃伅 */
subMsg?: string;
+ /** 椤垫暟锛岄粯璁�1锛屽繀椤诲ぇ浜�0 */
pageNo?: number;
+ /** 椤甸潰澶у皬锛岄粯璁�200 */
pageSize?: number;
+ /** 鎬绘暟 */
totalCount?: number;
+ /** 鍗扮珷鍒楄〃 */
sealList?: SealInfo[];
}
interface SealInfo {
+ /** 鍗扮珷ID */
sealId?: string;
+ /** 鍗扮珷鍚嶇О */
sealName?: string;
+ /** 鍗扮珷绫诲瀷 */
sealType?: string;
+ /** 鍗扮珷鐘舵�侊紝INIT-鍒濆鍖栵紝NORMAL-姝e父鍙敤锛孉PPROVING-鎺堟潈涓紝CANCEL-澶辨晥涓嶅彲鐢� */
sealStatus?: string;
+ /** 鍗扮珷棰勮閾炬帴 */
previewUrl?: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
enterpriseCertNo?: string;
+ /** 鍒涘缓鏃堕棿 */
gmtCreate?: string;
+ /** 鏇存柊鏃堕棿 */
gmtModified?: string;
}
interface SealSaveInput {
+ /** 鍗扮珷id锛屼负绌烘椂琛ㄧず娣诲姞锛屼笉涓虹┖鏃惰〃绀轰慨鏀� */
sealId?: string;
+ /** 鍗扮珷鍚嶇О */
sealName: string;
+ /** 鍗扮珷鎻忚堪 */
sealDescription: string;
+ /** 鍗扮珷绫诲瀷锛孍NTERPRISE-浼佷笟鍏珷锛孍NTERPRISE_WITH_CODE-甯︽湁缁熶竴绀句細浠g爜鐨勪紒涓氬叕绔狅紝CONTRACT-鍚堝悓涓撶敤绔� */
sealType: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
enterpriseCertNo: string;
}
interface SealSaveOutput {
+ /** 涓氬姟鐮侊紝10000琛ㄧず鎴愬姛 */
code?: string;
+ /** 寮傚父淇℃伅 */
subMsg?: string;
+ /** 鍗扮珷ID */
sealId?: string;
}
@@ -18744,6 +19972,52 @@
/** 閾惰鍗″彿 */
bankCard: string;
businessType?: VerificationCodeBusinessTypeEnum;
+ }
+
+ interface SendCallbackInput {
+ /** 瀹㈡埛Id */
+ customerId?: string;
+ /** 鏂规硶鍚嶇О */
+ action?: string;
+ /** 鏄惁鎴愬姛 */
+ success?: boolean;
+ /** 鍥炶皟鐮� */
+ code?: string;
+ /** 鍥炶皟娑堟伅 */
+ message?: string;
+ /** 鍏宠仈Id */
+ relationId?: string;
+ /** 鍥炰紶鏁版嵁 */
+ data?: any;
+ }
+
+ interface SendContractInput {
+ /** 澶栭儴鍚堝悓Id */
+ outContractId: string;
+ /** 妯℃澘Id */
+ templateId: string;
+ /** 鏍囬 */
+ title: string;
+ /** 鍙戣捣浜�/褰撳墠绛剧讲浜虹殑澶栭儴浼佷笟/鐢ㄦ埛Id */
+ outUserId: string;
+ /** 鍙戣捣浜�/褰撳墠绛剧讲浜烘墍闇�鍙橀噺 */
+ values: SendContractInputValue[];
+ /** 绛剧害鎬讳汉鏁� */
+ userCount: number;
+ }
+
+ interface SendContractInputValue {
+ /** 鍙橀噺鍚� */
+ name?: string;
+ /** 鍊� */
+ value?: string;
+ }
+
+ interface SendContractOutput {
+ /** 绛剧讲鍚堝悓鐭摼鎺� */
+ signContractShortUrl?: string;
+ /** 绛剧讲鍚堝悓闀块摼鎺� */
+ signContractLongUrl?: string;
}
interface SendEmailVerificationCodeByBusinessTypeInput {
@@ -18788,6 +20062,21 @@
interface SendPhoneVerificationCodeInput {
/** 鎵嬫満鍙� */
phoneNumber: string;
+ }
+
+ interface SendRealSmsInput {
+ userType: EnumElectronSignUserType;
+ /** 瀵瑰浼佷笟/涓汉Id */
+ outUserId: string;
+ realMethod: EnumElectronSignPersonalRealMethod;
+ /** 濮撳悕 */
+ name: string;
+ /** 璇佷欢鍙风爜 */
+ identity: string;
+ /** 鎵嬫満鍙风爜 */
+ mobile: string;
+ /** 閾惰鍗″彿 */
+ bankCard?: string;
}
interface SendUserCertificationPayInvoicingEmailInput {
@@ -18974,6 +20263,7 @@
interface SetNormalStatusInput {
id?: string;
+ /** 0锛氱鐢� 1锛� 姝e父 */
status?: number;
}
@@ -19202,21 +20492,31 @@
type SignChannelEnum = 10 | 20;
interface SignInfo {
+ /** 绛剧害鍦板潃 */
signUrl?: string;
}
interface SignorderQueryExtInfo {
+ /** 鍚堝悓鏂囦欢鍒楄〃 */
fileList?: FileDetail[];
}
interface SignorderQueryOutput {
+ /** 涓氬姟鐮侊紝10000琛ㄧず鎴愬姛 */
code?: string;
+ /** 寮傚父淇℃伅 */
subMsg?: string;
+ /** 绛剧害璁㈠崟鍙� */
signOrderNo?: string;
+ /** 璁㈠崟鐘舵�侊細INIT-鍒濆鍖栵紝FAIL-绛剧害澶辫触锛孲UCCESS-绛剧害鎴愬姛 */
orderStatus?: string;
+ /** 绛剧害鏂规鐮� */
solutionCode?: string;
+ /** 鍒涘缓鏃堕棿 */
gmtCreate?: string;
+ /** 鏇存柊鏃堕棿 */
gmtModified?: string;
+ /** 鎵╁睍淇℃伅json */
extInfoStr?: string;
extInfo?: SignorderQueryExtInfo;
}
@@ -19230,173 +20530,333 @@
}
interface SingleApplicationSuspensionPaymentInput {
+ /** 浼佷笟閾朵紒鐩磋仈鏍囧噯浠g爜 閾惰鎻愪緵缁欎紒涓氱殑20浣嶅敮涓�鐨勬爣璇嗕唬鐮� */
mrchCode: string;
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 杞处鍑瘉鍙� 鏍囩ず浜ゆ槗鍞竴鎬э紝鍚屼竴瀹㈡埛涓婇�佺殑涓嶅彲閲嶅锛屽缓璁牸寮忥細yyyymmddHHSS+8浣嶇郴鍒椼�傝姹�6涓湀鍐呭敮涓�銆� */
thirdVoucher: string;
+ /** 鎵规鍙� 閾惰姣忔棩鎸夋壒娆″彿浜х敓鏄庣粏鍥炲崟锛岃嫢鏈夋壒娆″洖鍗曢渶姹傦紝闇�瑕佷笂閫佹鎵规鍙枫�備笉鍚岀殑鎵规鍙蜂骇鐢熶笉鍚屽洖鍗曘�� */
batchNo?: string;
+ /** 姝粯缂栧彿 鏈夋晥鐘舵�佺殑骞冲畨鏄撴浠樼紪鍙凤紝浠嶫GF001姝粯鍚庤繑鍥炵殑 */
freezeNo: string;
+ /** 瀹㈡埛鑷畾涔夊嚟璇佸彿 鐢ㄤ簬瀹㈡埛杞处鐧昏鍜屽唴閮ㄨ瘑鍒紝閫氳繃杞处缁撴灉鏌ヨ鍙互杩斿洖銆傞摱琛屼笉妫�鏌ュ敮涓�鎬� */
cstInnerFlowNo?: string;
+ /** 璐у竵绫诲瀷 RMB-浜烘皯甯� */
ccyCode: string;
+ /** 浠樻浜鸿处鎴� 鎵f璐︽埛锛堟浠樼姸鎬佺殑璐︽埛锛� */
outAcctNo: string;
+ /** 浠樻浜哄悕绉� 浠樻璐︽埛鎴峰悕 */
outAcctName: string;
+ /** 浠樻浜哄湴鍧� 寤鸿濉啓浠樻璐︽埛鐨勫垎琛屻�佺綉鐐瑰悕绉� */
outAcctAddr?: string;
+ /** 鏀舵浜哄紑鎴疯琛屽彿 璺ㄨ杞处寤鸿蹇呰緭銆備负浜鸿鐧昏鍦ㄥ唽鐨勫晢涓氶摱琛屽彿锛岃嫢杈撳叆鍒欓暱搴﹀繀椤诲湪4 ~12浣嶄箣闂达紱 */
inAcctBankNode?: string;
+ /** 鎺ユ敹琛岃鍙� 寤鸿鍚屾敹娆句汉寮�鎴疯琛屽彿 */
inAcctRecCode?: string;
+ /** 鏀舵浜鸿处鎴� */
inAcctNo?: string;
+ /** 鏀舵浜鸿处鎴锋埛鍚� */
inAcctName: string;
+ /** 鏀舵浜哄紑鎴疯鍚嶇О 寤鸿鏍煎紡锛歺xx閾惰 */
inAcctBankName: string;
+ /** 鏀舵璐︽埛閾惰寮�鎴风渷浠g爜鎴栫渷鍚嶇О 寤鸿璺ㄨ杞处杈撳叆锛涘鐓х爜鍙傝�冣�滈檮褰�-鐪佸鐓ц〃鈥濓紱涔熷彲杈撳叆鈥滈檮褰�-鐪佸鐓ц〃鈥濅腑鐨勭渷鍚嶇О銆� */
inAcctProvinceCode?: string;
+ /** 鏀舵璐︽埛寮�鎴峰競 寤鸿璺ㄨ杞处杈撳叆锛� */
inAcctCityName?: string;
+ /** 杞嚭閲戦 濡備负XML鎶ユ枃锛屽垯鐩存帴杈撳叆杈撳嚭浠ュ厓涓哄崟浣嶇殑娴偣鏁板�硷紝濡�2.50 (涓ゅ厓浜旇) */
tranAmount: string;
+ /** 璧勯噾鐢ㄩ�� 100涓眽瀛楋紝瀵规柟鑳藉惁鐪嬪埌姝ょ敤閫旇鏀舵鏂归摱琛岀殑鏀寔銆� */
useEx?: string;
+ /** 琛屽唴璺ㄨ鏍囧織 1锛氳鍐呰浆璐︼紝0锛氳法琛岃浆璐� */
unionFlag: string;
+ /** 杞处鍔犳�ユ爣蹇� N锛氭櫘閫氾紙澶у皬棰濊嚜鍔ㄩ�夋嫨锛夛紝榛樿鍊硷紱Y锛氬姞鎬� 锛堝ぇ棰濓級锛�
+ S锛氱壒鎬�(瓒呯骇缃戦摱)锛�
+T1锛氭繁鍦冲悓鍩庢櫘閫氾紱
+T2锛氭繁鍦冲悓鍩庡疄鏃讹紱
+榛樿涓篘 */
sysFlag?: string;
+ /** 鍚屽煄/寮傚湴鏍囧織 鈥�1鈥濃�斿悓鍩� 鈥�2鈥濃�斿紓鍦帮紱鑻ユ棤娉曞尯鍒嗭紝鍙粯璁ら��1-鍚屽煄銆� */
addrFlag: string;
}
interface SingleApplicationSuspensionPaymentOutput {
+ /** 杞处鍑瘉鍙� */
thirdVoucher?: string;
+ /** 閾惰娴佹按鍙� 閾惰涓氬姟娴佹按鍙凤紱鍙互鐢ㄤ簬瀵硅处 */
frontLogNo?: string;
+ /** 瀹㈡埛鑷畾涔夊嚟璇佸彿 鐢ㄤ簬瀹㈡埛杞处鐧昏鍜屽唴閮ㄨ瘑鍒紝閫氳繃杞处缁撴灉鏌ヨ鍙互杩斿洖銆傞摱琛屼笉妫�鏌ュ敮涓�鎬� */
cstInnerFlowNo?: string;
+ /** 璐у竵绫诲瀷 */
ccyCode?: string;
+ /** 浠樻浜鸿处鎴峰悕绉� */
outAcctName?: string;
+ /** 浠樻浜鸿处鎴� */
outAcctNo?: string;
+ /** 鏀舵浜哄紑鎴疯鍚嶇О */
inAcctBankName?: string;
+ /** 鏀舵浜鸿处鎴� */
inAcctNo?: string;
+ /** 鏀舵浜鸿处鎴锋埛鍚� */
inAcctName?: string;
+ /** 浜ゆ槗閲戦 */
tranAmount?: string;
+ /** 琛屽唴璺ㄨ鏍囧織 1锛氳鍐呰浆璐︼紝0锛氳法琛岃浆璐� */
unionFlag?: string;
+ /** 鎵嬬画璐� 杞处鎵嬬画璐归绠楋紝瀹為檯鎵嬬画璐圭敤浠ュ疄闄呮墸鍙栫殑涓哄噯銆� */
fee1?: string;
+ /** 閭數璐� */
fee2?: string;
+ /** 閾惰杩斿洖娴佹按鍙� 閾惰璁拌处娴佹按鍙凤紱杞处鎴愬姛鍚庯紝閾惰杩斿洖鐨勬祦姘村彿銆� */
hostFlowNo?: string;
+ /** 璁拌处鏃ユ湡 閾惰浜ゆ槗鎴愬姛鍚庣殑璁拌处鏃ユ湡锛屼粎瀵硅鍐呭疄鏃惰浆璐︿氦鏄撴湁鏁堛�� */
hostTxDate?: string;
+ /** 浜ゆ槗鐘舵�佹爣蹇� 20锛氫氦鏄撴垚鍔� 30锛氬け璐ワ紱鍏朵粬涓洪摱琛屽彈鐞嗘垚鍔熷鐞嗕腑锛岃浣跨敤鈥滀氦鏄撹繘搴︽煡璇�4005鈥濇帴鍙h幏鍙栨渶缁堢姸鎬� */
stt?: string;
}
interface SingleDataItem {
+ /** 鍥炲崟鍙� */
receiptNo?: string;
+ /** 楠岃瘉鐮� */
checkCode?: string;
+ /** 鍥炲崟绫诲瀷 */
receiptType?: string;
+ /** 鍥炲崟瀛愮被 */
subType?: string;
+ /** 璁拌处鏃ユ湡 */
bookingDate?: string;
+ /** 浠樻浜哄悕绉� */
payerName?: string;
+ /** 鏀舵浜哄悕绉� */
payeeName?: string;
+ /** 浠樻浜鸿处鍙� */
payerAccNo?: string;
+ /** 鏀舵浜鸿处鍙� */
payeeAccNo?: string;
+ /** 浠樻浜哄紑鎴疯 */
payerAcctOpenBranchID?: string;
+ /** 鏀舵浜哄紑鎴疯 */
payeeAcctOpenBranchID?: string;
+ /** 浠樻浜哄紑鎴疯鍚嶇О */
payerAcctOpenBranchName?: string;
+ /** 鏀舵浜哄紑鎴疯鍚嶇О */
payeeAcctOpenBranchName?: string;
+ /** 涓昏处鍙� */
mainAcctNo?: string;
+ /** 瀛愯处鍙� */
subAcctNo?: string;
+ /** 鍘熻处鍙� */
oldAcctNo?: string;
+ /** 甯佺 */
ccy?: string;
+ /** 浜ゆ槗閲戦 */
tranAmt?: number;
+ /** 缃戠偣鍙� */
subBranchID?: string;
+ /** 鍊熻捶鏍囧織 */
drCrFlag?: string;
+ /** 璧勯噾鐢ㄩ�� */
crpp?: string;
+ /** 鏈噾 */
corpus?: number;
+ /** 瀛樻鍒╃巼 */
depositIntRate?: number;
+ /** 瀛樺崟鍙� */
depositReceiptNo?: string;
+ /** 璧峰鏈� */
startPeriod?: string;
+ /** 缁撴潫鏈� */
endPeriod?: string;
+ /** 鍒╂伅绋� */
interestTax?: number;
+ /** 鍒╂伅 */
intInterest?: number;
+ /** 閫忔敮鍒╂伅 */
overdraftInterest?: number;
+ /** 绋庣巼 */
taxRate?: number;
+ /** 璐锋璐﹀彿 */
loanAcctNo?: string;
+ /** 鍊熸嵁鍙� */
duebillNo?: string;
+ /** 杩樻閲戦 */
paidAmt?: number;
+ /** 杩樻鏈噾 */
repayCorpus?: number;
+ /** 杩樻鍒╂伅 */
replyInterest?: number;
+ /** 澶嶅埄 */
comInterest?: number;
+ /** 鏈噾浣欓 */
corpusBalance?: number;
+ /** 搴旇繕鏈噾 */
dueRepayCorpus?: number;
+ /** 杩樻鏈熸暟 */
repayCount?: number;
+ /** 鎵嬬画璐归噾棰� */
commission?: number;
+ /** 宸ユ湰璐� */
materialFee?: number;
+ /** 绋庡悗鍒╂伅 */
taxedInterest?: number;
+ /** 涓绘満娴佹按鍙� */
hostSeqNo?: string;
+ /** 璐锋鍒╃巼 */
loanIntRate?: number;
+ /** 搴旀敹鍒╂伅 */
receivableInterest?: number;
+ /** 鏌滃憳鍙� */
tellerNo?: string;
+ /** 鎺堟潈鏌滃憳鍙� */
authTellerNo?: string;
+ /** 鎵撳嵃瀹㈡埛绔悕绉� */
printClientName?: string;
+ /** 鎵撳嵃鏃堕棿 */
printTime?: string;
+ /** 鎵撳嵃娆℃暟 */
printTimes?: number;
+ /** 鍦板尯鍙� */
regionNo?: string;
+ /** 缁堢鍙� */
termNo?: string;
+ /** 鎵撳嵃鑺傜偣 */
printNote?: string;
+ /** 涓氬姟绫诲瀷 */
bussType?: string;
+ /** 缁撴伅璐﹀彿 */
intSettleAcctNo?: string;
+ /** 璐︽埛寮�鎴疯琛屽彿 */
acctOpenBranchID?: string;
+ /** 浜ゆ槗鏃ユ湡 */
tranDate?: string;
+ /** 浜ゆ槗鏃堕棿 */
tranTime?: string;
+ /** 鏈烘瀯鍙� */
branchId?: string;
+ /** 椤哄簭鍙� */
serialNo?: string;
+ /** 璁板綍绫诲瀷 */
recordType?: string;
+ /** 鍓嶇疆鏈轰唬鐮� */
frontEndCode?: string;
+ /** 鎽樿鐮� */
remarkCode?: string;
+ /** 鎽樿 */
summary?: string;
}
interface SingleDataQueryInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐﹀彿 */
acctNo: string;
+ /** 鍥炲崟绫诲瀷 鍙傜収鍥炲崟绫诲瀷 娉細鏌ュ叏閮ㄥ彲閫佲�淎LL鈥� */
receiptType: string;
+ /** 瀛愮被鍨� 鍙傜収鍥炲崟绫诲瀷 娉細鏌ュ叏閮ㄥ彲閫佲�淎LL鈥� */
subType: string;
+ /** 璧峰鏃ユ湡 鏍煎紡yyyyMMdd锛堣璐︽棩鏈燂級 */
startDate: string;
+ /** 缁撴潫鏃ユ湡 鏍煎紡yyyyMMdd锛堣璐︽棩鏈燂級 */
endDate: string;
+ /** 璧峰璁板綍鏁� 璧峰鍊间负1锛屼笉鑳介��0 */
startRecord: number;
+ /** 鏈壒璁板綍鏁� */
recordNum: number;
+ /** 寮�濮嬮噾棰� 锛堜氦鏄撻噾棰濓級double(20,4) */
startAmt?: number;
+ /** 缁撴潫閲戦 锛堜氦鏄撻噾棰濓級double(20,5) */
entAmt?: number;
+ /** 鎺掑簭鏂瑰紡 001锛氫氦鏄撴椂闂翠粠杩戝埌杩�
+002锛氫氦鏄撴椂闂翠粠杩滃埌杩�
+003锛氶噾棰濆崌搴忥紙浠庡皬鍒板ぇ锛�
+004锛氶噾棰濋檷搴忥紙浠庡ぇ鍒板皬锛�
+005锛氬洖鍗曞彿鍗囧簭
+006锛氬洖鍗曞彿闄嶅簭 */
orderMode?: string;
+ /** 鏀舵浜鸿处鍙� */
payeeAcctNo?: string;
+ /** 鏀舵浜哄悕绉� */
payeeName?: string;
+ /** 鍊熻捶鏍囧織 D锛氬�熸柟浜ゆ槗 C锛氳捶鏂逛氦鏄� */
drCrFlag?: string;
+ /** 甯佺 */
ccy?: string;
+ /** 椤哄簭鍙� */
serialNo?: string;
+ /** 鎵撳嵃缃戠偣 浠g爜閲岄潰娌℃湁 */
printBranchId?: string;
+ /** 鍥炲崟鍙� */
receiptNo?: string;
+ /** 鎵撳嵃鏍囧織 0锛氶娆℃墦鍗� 1锛氳ˉ鎵� */
printFlag?: string;
}
interface SingleDataQueryOutput {
+ /** 璁板綍鎬绘暟 */
recordTotalCount?: string;
+ /** 璧峰璁板綍鏁� */
startRecord?: string;
+ /** 鏈杩斿洖璁板綍鏁� */
resultNum?: string;
+ /** 缁撴潫鏍囧織 Y:鏃犲墿浣欒褰� N:鏈夊墿浣欒褰� */
endFlag?: string;
list?: SingleDataItem[];
}
interface SingleOrBatchReceiptItem {
+ /** 璁板綍搴忓彿 鍙朎LC009鎺ュ彛搴旂瓟鐨刲ist. SeqNo */
seqNo: string;
+ /** 璁拌处鏃ユ湡 鍙朎LC009鎺ュ彛搴旂瓟鐨刲ist.AccountDate */
accountDate: string;
+ /** 鍥炲崟绫诲瀷 鍙朎LC009鎺ュ彛搴旂瓟鐨刲ist. ReceiptType */
recepitType: string;
}
interface SingleOrBatchReceiptPDFMergeDownloadNewInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 璐﹀彿 */
outAccNo: string;
+ /** 璁拌处璧峰鏃ユ湡 鏌ヨ鍘嗗彶鍥炲崟蹇呰緭淇濇寔鍜孍CL009鏌ヨ鏃ユ湡鐩稿悓 鏍煎紡YYYYMMDD */
accountBeginDate?: string;
+ /** 璁拌处缁撴潫鏃ユ湡 鏌ヨ鍘嗗彶鍥炲崟蹇呰緭 淇濇寔鍜孍CL009鏌ヨ鏃ユ湡鐩稿悓鏍煎紡YYYYMMDD */
accountEndDate?: string;
+ /** 鐢熸垚PDF姣忛〉鏉℃暟璁剧疆
+N锛氫竴椤祊df鏄剧ず涓�鏉″洖鍗曡褰曪紙榛樿锛�
+Y锛氫竴椤祊df鏄剧ず鍥涙潯鍥炲崟璁板綍
+T锛氫竴椤祊df鏄剧ず涓夋潯鍥炲崟璁板綍 */
pdfNum?: string;
list?: SingleOrBatchReceiptItem[];
}
interface SingleOrBatchReceiptPDFMergeDownloadNewOutput {
+ /** 鏂囦欢鍚嶇О */
fileName?: string;
+ /** 闅忔満瀵嗙爜 */
randomPwd?: string;
+ /** udmpId */
docID?: string;
}
@@ -19430,135 +20890,267 @@
}
interface StopPaymentAndSettlementAccountsInput {
+ /** 浼佷笟閾朵紒鐩磋仈鏍囧噯浠g爜 閾惰鎻愪緵缁欎紒涓氱殑20浣嶅敮涓�鐨勬爣璇嗕唬鐮� */
mrchCode: string;
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 瀹㈡埛娴佹按鍙� 鍞竴鏍囧織璇ョ瑪浜ゆ槗鐨勬祦姘村彿锛屼笉鍙噸澶嶏紝闀垮害蹇呴』澶т簬10浣� */
seqNo: string;
+ /** 姝粯璐︽埛 */
accountNo: string;
+ /** 鎿嶄綔绫诲瀷 A-姝粯 D-瑙i櫎姝粯 */
opType: string;
+ /** 姝粯缂栧彿 瑙i櫎姝粯蹇呴』涓婇�� */
stopPayFlw?: string;
+ /** 澶囨敞 */
remark?: string;
+ /** 甯佺 */
ccyCode?: string;
}
interface StopPaymentAndSettlementAccountsOutput {
+ /** 瀹㈡埛娴佹按鍙� */
seqNo?: string;
+ /** 閾惰涓氬姟娴佹按 */
bizSeqNo?: string;
+ /** 鍐荤粨姝粯缂栧彿 */
stopPayFlw?: string;
+ /** 鐘舵�佺爜 */
stt?: string;
+ /** 鐘舵�佹弿杩� */
sttDesc?: string;
}
interface SubAccountBalanceQueryInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 */
mainAccount: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
reqSubAccountNo: string;
+ /** 甯佺 */
ccyCode?: string;
}
interface SubAccountBalanceQueryOutput {
+ /** 娓呭垎鍙拌处缂栫爜 */
subAccountNo?: string;
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 甯佺 */
ccyCode?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 */
subAccountName?: string;
+ /** 娓呭垎鍙拌处缂栫爜浣欓 */
subAccBalance?: string;
+ /** 姝㈡敹姝粯鐘舵�� 1-姝㈡敹锛�2-姝粯锛�3-姝㈡敹姝粯 */
zszfStatus?: string;
+ /** 娓呭垎鍙拌处缂栫爜鐘舵�� A--姝e父 C--閿�鎴� */
stt?: string;
+ /** 鏈�鍚庣淮鎶ゆ棩鏈� */
lastModifyDate?: string;
}
interface SubAccountItem {
+ /** 娓呭垎鍙拌处缂栫爜 */
subAccountNo?: string;
+ /** 娓呭垎鍙拌处缂栫爜鐘舵�� N 姝e父 C 鍒犻櫎 */
subStt?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 */
subAccName?: string;
+ /** 娓呭垎鍙拌处缂栫爜浣欓 */
subAccBalance?: string;
}
interface SubAcctBalanceAdjustInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏀粯娴佹按鍙� 鍞竴鏍囪瘑璇ョ瑪浜ゆ槗鐨勬祦姘村彿 */
thirdVoucher: string;
+ /** 浼佷笟鑷畾涔夊嚟璇佸彿/璁㈠崟鍙� */
cstInnerFlowNo?: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 鏅鸿兘璐﹀彿鎴峰悕 璐︽埛鎴峰悕 */
mainAccountName: string;
+ /** 甯佺 */
ccyCode?: string;
+ /** 浠樻娓呭垎鍙拌处缂栫爜 */
outSubAccount: string;
+ /** 浠樻娓呭垎鍙拌处缂栫爜鍒悕 娓呭垎鍙拌处缂栫爜鍒悕 */
outSubAccountName: string;
+ /** 浠樻閲戦 */
tranAmount: string;
+ /** 鏀舵娓呭垎鍙拌处缂栫爜 */
inSubAccNo: string;
+ /** 鏀舵娓呭垎鍙拌处缂栫爜鍒悕 */
inSubAccName: string;
+ /** 杞处闄勮█ */
useEx: string;
}
interface SubAcctBalanceAdjustOutput {
+ /** 鏀粯娴佹按鍙� 鍞竴鏍囪瘑璇ョ瑪浜ゆ槗鐨勬祦姘村彿 */
thirdVoucher?: string;
+ /** 閾惰娴佹按鍙� 閾惰鐢熸垚鐨勬祦姘村彿 */
frontFlowNo?: string;
+ /** 浼佷笟鑷畾涔夊嚟璇佸彿 */
cstInnerFlowNo?: string;
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 浠樻娓呭垎鍙拌处缂栫爜 */
outSubAccount?: string;
+ /** 浠樻娓呭垎鍙拌处缂栫爜鍒悕 */
outSubAccountName?: string;
+ /** 浠樻娓呭垎鍙拌处缂栫爜浣欓 */
outSubAccBalance?: string;
+ /** 甯佺 */
ccyCode?: string;
+ /** 浠樻閲戦 */
tranAmount?: string;
+ /** 鏀舵娓呭垎鍙拌处缂栫爜 */
inSubAccNo?: string;
+ /** 鏀舵娓呭垎鍙拌处缂栫爜鍒悕 */
inSubAccName?: string;
+ /** 鏀舵娓呭垎鍙拌处缂栫爜浣欓 */
inSubAccBalance?: string;
}
interface SubAcctMaintenanceInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 */
mainAccount: string;
+ /** 甯佺 */
ccyCode?: string;
+ /** 娓呭垎鍙拌处缂栫爜搴忓彿
+鍏綅搴忓垪鍙枫�佸崄浣嶅簭鍙�
+1銆� 褰撳姛鑳界爜涓篈-鏂板缓锛氬繀杈�
+2銆� 褰撳姛鑳界爜涓篣-淇敼銆丷-鎭㈠锛氫笉鍏佽杈撳叆
+3銆� 褰撳姛鑳界爜涓篋-鍒犻櫎锛氫笉鍏佽杈撳叆 */
subAccountSeq?: string;
+ /** 娓呭垎鍙拌处缂栫爜
+1銆� 褰撳姛鑳界爜涓篈-鏂板缓锛氫笉鍏佽杈撳叆
+2銆� 褰撳姛鑳界爜涓篣-淇敼銆丷-鎭㈠锛氬繀杈�;
+3銆� 褰撳姛鑳界爜涓篋-鍒犻櫎锛氬繀杈�; */
subAccount?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 闀垮害闄愬埗锛�200瀛楃 */
subAccountName?: string;
+ /** 娓呭垎鍙拌处缂栫爜鑻辨枃鍒悕 闀垮害闄愬埗锛�200瀛楃 */
subAccountNameEn?: string;
+ /** 鍔熻兘鐮�
+A-鏂板缓
+U-淇敼
+D-鍒犻櫎
+R-鎭㈠
+B-鍚屾娓呭垎鍙拌处缂栫爜鏉冮檺锛氭竻鍒嗗彴璐︾紪鐮佸鍒舵櫤鑳借处鍙风殑鏉冮檺锛屾鍔熻兘鍦ˋ銆乁鏃朵篃鏈夋晥銆� */
opFlag: string;
+ /** 娓呭垎鍙拌处缂栫爜閫忔敮鏍囧織
+N-闈為�忔敮
+Y-閫忔敮
+榛樿涓篘闈為�忔敮 */
odFlag?: string;
+ /** 鍐呴儴璁℃伅鏍囧織
+Y-鏄�
+N-鍚�
+榛樿鍊硷細N */
interestFlag?: string;
+ /** 鍐呴儴璁℃伅鍛ㄦ湡
+D-鎸夋棩
+M-鎸夋湀
+Q-鎸夊
+Y-鎸夊勾
+榛樿鍊硷細Q锛屼笉鍙洿鏀� */
settleInterestCycle?: string;
+ /** 璁℃伅鍒╃巼 榛樿鍊硷細0 */
rate?: string;
+ /** 姝㈡敹姝粯鐘舵�� 1-姝㈡敹锛�2-姝粯锛�3-姝㈡敹姝粯锛�0-鍙栨秷姝㈡敹姝粯 */
zszfStatus?: string;
}
interface SubAcctMaintenanceOutput {
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
subAccountNo?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 */
subAccountName?: string;
+ /** 娓呭垎鍙拌处缂栫爜鐘舵�� N 姝e父 C 鍒犻櫎 */
stt?: string;
+ /** 鏈�鍚庣淮鎶ゆ棩鏈� */
lastModifyDate?: string;
+ /** 鍐呴儴璁℃伅鏍囧織 Y-鏄� N-鍚� */
interestFlag?: string;
+ /** 鍐呴儴璁℃伅鍛ㄦ湡
+D-鎸夋棩
+M-鎸夋湀
+Q-鎸夊
+Y-鎸夊勾 */
settleInterestCycle?: string;
+ /** 璁℃伅鍒╃巼 */
rate?: string;
}
interface SubAcctSettlementInput {
+ /** 鎺ユ敹鎶ユ枃闀垮害 鎶ユ枃鏁版嵁闀垮害锛涗笉鍖呮嫭闄勪欢鍐呭銆佺鍚嶅唴瀹圭殑闀垮害锛屼笉澶熷乏琛�0 */
recvLength?: number;
+ /** 浜ゆ槗鏃ユ湡(yyyyMMdd) */
tradeDate?: number;
+ /** 浜ゆ槗鏃堕棿 hhmmss */
tradeTime?: number;
+ /** 璇锋眰鏂圭郴缁熸祦姘村彿
+鍞竴鏍囪瘑涓�绗斾氦鏄� 澶囨敞锛氾紙濡傛灉鏌愮浜ゆ槗瑕佹湁澶氭璇锋眰鐨勬墠鑳藉畬鎴愮殑锛屽涓氦鏄撹姹傚寘娴佹按鍙疯淇濇寔涓�鑷达級 */
cnsmrSeqNo: string;
+ /** 鏅鸿兘璐﹀彿 绛剧害璐︽埛 */
mainAccount: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
subAccountNo: string;
}
interface SubAcctSettlementOutput {
+ /** 鏅鸿兘璐﹀彿 */
mainAccount?: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
subAccountNo?: string;
+ /** 棰勮鎭� */
preSettleInterest?: string;
+ /** 鏈鎭Н鏁� */
unSettleProduct?: string;
+ /** 璁℃伅鍒╃巼 */
rate?: string;
+ /** 璁℃伅鍩哄噯澶╂暟 */
settleDays?: string;
+ /** 缁撴伅鍒╂伅 */
settleInterest?: string;
+ /** 娓呭垎鍙拌处缂栫爜缁撴伅鍚庝綑棰� */
balance?: string;
}
@@ -19584,6 +21176,7 @@
}
interface SyncParkBountyTradeDetailOutput {
+ id?: string;
enterpriseId?: string;
amount?: number;
payType?: EnterpriseBountyPayTypeEnum;
@@ -19593,6 +21186,11 @@
remianAmount?: number;
payFileUrl?: string;
creationTime?: string;
+ auditStatus?: EnumParkBountyTradeDetailAuditStatus;
+ /** 瀹℃牳鍚屾Id */
+ auditById?: string;
+ /** 瀹℃牳鏃堕棿 */
+ auditTime?: string;
}
interface SysOrgDetailOutput {
@@ -19779,28 +21377,42 @@
}
interface TemplateBatchQueryInput {
+ /** 妯℃澘ID锛堝彲閫夛級 */
templateId?: string;
+ /** 妯℃澘鍚嶇О锛堝彲閫夛級 */
templateName?: string;
+ /** 椤垫暟锛岄粯璁�1锛屽繀椤诲ぇ浜�0锛堝彲閫夛級 */
pageNo?: number;
+ /** 椤甸潰澶у皬锛岄粯璁�200锛堝彲閫夛級 */
pageSize?: number;
}
interface TemplateBatchQueryOutput {
+ /** 涓氬姟鐮侊紝10000琛ㄧず鎴愬姛 */
code?: string;
+ /** 寮傚父淇℃伅 */
subMsg?: string;
+ /** 鏁版嵁鍒楄〃 */
dataList?: TemplateInfo[];
}
interface TemplateInfo {
+ /** 鍚堝悓妯℃澘ID */
templateId?: string;
+ /** 鍚堝悓妯℃澘鍚嶇О */
templateName?: string;
+ /** 鍚堝悓妯℃澘鎻忚堪 */
templateMemo?: string;
+ /** 鍚堝悓妯℃澘绫诲瀷 */
templateType?: string;
}
interface TemplateSaveOutput {
+ /** 涓氬姟鐮侊紝10000琛ㄧず鎴愬姛 */
code?: string;
+ /** 寮傚父淇℃伅 */
subMsg?: string;
+ /** 鍚堝悓妯℃澘ID锛屽悗缁敤浜庨厤缃绾︽柟妗� */
templateId?: string;
}
@@ -20186,6 +21798,13 @@
id?: string;
/** 鐢虫姤閲戦 */
applyAmount?: number;
+ }
+
+ interface UpdateEnterpriseSealInput {
+ /** 鐢ㄦ埛Id */
+ id?: string;
+ /** 鍗扮珷Id */
+ sealId?: string;
}
interface UpdateFeatureDto {
@@ -22220,17 +23839,29 @@
}
interface UserWalletBalanceInfoOutput {
+ /** 鏄惁寮�閫氳绫诲瀷鐨勯挶鍖呰处鎴� */
isWalletAccountOpen?: boolean;
+ /** 閽卞寘id */
walletMainId?: string;
+ /** 璐﹀彿 */
acctNo?: string;
+ /** 鎴峰悕 */
acctName?: string;
+ /** 寮�鎴烽摱琛屾敮琛� */
opentBankNodeAddress?: string;
+ /** 鍙敤浣欓 */
canUseMoneyTotal?: number;
+ /** 瀹氬悜璧勯噾 */
directMoneyTotal?: number;
+ /** 鍙戣柂閽卞寘 */
salaryMoneyTotal?: number;
+ /** 涓嶅彲鐢ㄤ綑棰� */
canNotUseMoneyTotal?: number;
+ /** 鍐荤粨浣欓 */
freezeMoneyTotal?: number;
+ /** 璧勯噾鎬婚 */
allMoneyTotal?: number;
+ /** 閾惰鍚嶇О */
bankName?: string;
}
@@ -22341,14 +23972,23 @@
}
interface VosAcctAutomaticClearingItem {
+ /** 璁剧疆ID */
setID?: string;
+ /** 娓呭垎鍙拌处缂栫爜 */
subAcctNo?: string;
+ /** 娓呭垎鍙拌处缂栫爜鍒悕 */
subAccountName?: string;
+ /** 缁戝畾鏉ヨ处璐﹀彿 澶氫釜璐﹀彿鐢�;闅斿紑 */
bindVosAcctNo?: string;
+ /** 缁戝畾鏉ヨ处闄勮█ 澶氫釜闄勮█淇℃伅鐢�;闅斿紑 */
bindVosAcctAddMsg?: string;
+ /** 鏉ヨ处闄勮█鏄惁鍖呭惈娓呭垎鍙拌处缂栫爜 0-鍚︼紝1-鏄� */
whetherFlag?: string;
+ /** 娓呭垎鍙拌处缂栫爜浣嶇疆鏄剧ず 1-闄勮█鍓嶆柟鏄剧ず锛�2-闄勮█鍚庢柟鏄剧ず锛�3-闄勮█鍓嶆柟鎴栧悗鏂规樉绀� */
subAcctNoPosition?: string;
+ /** 褰曞叆鏃ユ湡 */
inputDate?: string;
+ /** 娓呭垎鍙拌处缂栫爜璐﹀彿鐘舵�� A--姝e父 C--閿�鎴� */
subAcctStatus?: string;
}
@@ -22506,26 +24146,44 @@
interface WalletAccountTypeOpenInfoOutput {
walletAccountOpenId?: string;
walletAccountType?: WalletAccountTypeEnum;
+ /** 璐﹀彿 */
acctNo?: string;
+ /** 璐﹀彿鍚嶇О */
acctName?: string;
+ /** 浼佷笟鍚嶇О */
enterpriseName?: string;
+ /** 寮�鎴烽摱琛� */
opentBankNode?: string;
+ /** 缁熶竴绀句細淇$敤浠g爜 */
societyCreditCode?: string;
+ /** 鏄惁寮�鎴� */
isWalletAccountOpen?: boolean;
+ /** 寮�鎴烽摱琛屽湴鍧� */
opentBankNodeAddress?: string;
+ /** 閾惰鍚嶇О */
bankName?: string;
}
interface WalletBalanceDetailOutput {
+ /** 璐﹀彿 */
acctNo?: string;
+ /** 寮�鎴疯 */
bankName?: string;
+ /** 閾惰鍗¤祫閲戞�婚 */
allMoneyTotal?: number;
+ /** 閾惰鍗¤祫閲戞�婚 */
bankMoneyTotal?: number;
+ /** 閾惰鍗℃槰鏃ユ�讳綑棰� */
yesterdayBankMoneyTotal?: number;
+ /** 鏀粯瀹濊处鍙� */
alipayAccount?: string;
+ /** 鏀粯瀹濅綑棰� */
alipayMoneyTotal?: number;
+ /** 鏀粯瀹濇槰鏃ユ�讳綑棰� */
alipayYesterdayMoneyTotal?: number;
+ /** 閾惰鍐荤粨浣欓 */
bankFreezeMoneyTotal?: number;
+ /** 鏀粯瀹濆喕缁撲綑棰� */
alipayFreezeMoneyTotal?: number;
status?: WalletMainStatusEnum;
}
diff --git a/src/utils/common/file.ts b/src/utils/common/file.ts
index a4434bf..eff24c0 100644
--- a/src/utils/common/file.ts
+++ b/src/utils/common/file.ts
@@ -56,3 +56,10 @@
// 濡傛灉闇�瑕佷繚鐣欐洿澶氬皬鏁颁綅锛屽彲浠ヨ皟鏁磘oFixed鐨勫弬鏁�
return parseFloat((bytes / Math.pow(k, i)).toFixed(2)) + ' ' + sizes[i];
}
+
+export function convertFormUrl2ApiBySeparator<T extends { path?: string }>(
+ urls: T[],
+ separator = '|'
+) {
+ return convertFormUrl2Api(urls).join(separator);
+}
diff --git a/src/views/MaterialReview/MaterialReviewAudit.vue b/src/views/MaterialReview/MaterialReviewAudit.vue
index 7773e91..6c5eb87 100644
--- a/src/views/MaterialReview/MaterialReviewAudit.vue
+++ b/src/views/MaterialReview/MaterialReviewAudit.vue
@@ -1,7 +1,7 @@
<template>
<LoadingLayout>
<AppContainer>
- <PageFormLayout title="鏉愭枡瀹℃牳">
+ <PageFormLayout title="鐢虫姤瀹℃牳">
<DetailView :form="form" :has-form="true">
<ChunkCellV2 title="鐢虫姤浼佷笟鍚嶅崟" class="chunk-cell-table">
<DeclareEnterpriseTableView
@@ -9,6 +9,7 @@
:extra-param-state="extraParamState"
:pro-table-props="proTableProps"
:reset="reset"
+ :column="addRewardApplyStep3Columns"
:operationBtns="operationBtns"
></DeclareEnterpriseTableView>
<MateriaDetailDialog
@@ -73,15 +74,12 @@
ProFormTextArea,
ProFormRadio,
LoadingLayout,
- UploadUserFile,
PageFormLayout,
- useTable,
- useFormDialog,
} from '@bole-core/components';
import {
- EnterpriseTypeText,
BountyCheckStatusEnum,
BountyCheckStatusEnumTextForAudit,
+ useAddRewardApplyStep3Columns,
} from '@/constants';
import ChunkCellV2 from '@/components/Layout/ChunkCellV2.vue';
import DetailView from '@/components/commonView/DetailView.vue';
@@ -89,17 +87,13 @@
import MateriaDetailDialog from '@/components/commonView/MateriaDetailDialog.vue';
import { useQuery, useQueryClient } from '@tanstack/vue-query';
import * as parkBountyApplyServices from '@/services/api/ParkBountyApply';
-import * as enterpriseApplyFileServices from '@/services/api/EnterpriseApplyFile';
-import { convertApi2FormUrlObjectBySeparator, setOSSLink } from '@/utils';
import { useDeclareEnterpriseTable, useGlobalEventContext, useRouteView } from '@/hooks';
import { FormInstance } from 'element-plus';
-import { Message, OrderInputType } from '@bole-core/core';
-import { FourStreamsMaterialFileTableItem } from '@/components/commonView/types';
+import { Message } from '@bole-core/core';
import { useIndustrialParkDropDownList } from '@/hooks/industrialPark';
import {
CustomerApplyFileTypeListItem,
EnterpriseApplyFileUtils,
- FourStreamsMaterialUtils,
} from '@/components/commonView/utils';
defineOptions({
@@ -116,11 +110,19 @@
parkTypeName: '',
applyMonth: '',
applySumAmount: 0,
+ financeSumAmount: 0,
+ settleSumAmount: 0,
parkCollectFileList: [] as CustomerApplyFileTypeListItem[],
calculationFileList: [] as CustomerApplyFileTypeListItem[],
status: '' as any as BountyCheckStatusEnum,
remark: '',
+
+ suportPlatRecharge: false,
+});
+
+const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({
+ suportPlatRecharge: toRef(form, 'suportPlatRecharge'),
});
const { extraParamState, getList, reset, proTableProps, operationBtns, dialogProps } =
@@ -139,13 +141,15 @@
}
);
},
- placeholderData: () => ({} as API.ParkBountyApplyBaseInfo),
+ placeholderData: () => ({} as API.OutCheckParkBountyApplyBaseInfo),
onSuccess(data) {
form.batchNo = data.batchNo;
form.parkName = data.parkName;
form.parkTypeName = data.parkTypeName;
form.applyMonth = data.applyMonth;
form.applySumAmount = data.applySumAmount;
+ form.financeSumAmount = data.financeSumAmount;
+ form.settleSumAmount = data.settleSumAmount;
form.parkCollectFileList = EnterpriseApplyFileUtils.convertApiFileToParkCollectFileList(
data.listFiles
);
@@ -153,6 +157,8 @@
data.collectCountListFiles
);
+ form.suportPlatRecharge = data.suportPlatRecharge;
+
getList();
},
});
diff --git a/src/views/MaterialReview/MaterialReviewDetail.vue b/src/views/MaterialReview/MaterialReviewDetail.vue
index 8a0f348..5bf5369 100644
--- a/src/views/MaterialReview/MaterialReviewDetail.vue
+++ b/src/views/MaterialReview/MaterialReviewDetail.vue
@@ -82,17 +82,19 @@
parkTypeName: '',
applyMonth: '',
applySumAmount: 0,
+ financeSumAmount: 0,
+ settleSumAmount: 0,
parkCollectFileList: [] as CustomerApplyFileTypeListItem[],
calculationFileList: [] as CustomerApplyFileTypeListItem[],
outCheckStatus: '' as any as BountyCheckStatusEnum,
outCheckRemark: '',
- suportEnterpriseUpload: false,
+ suportPlatRecharge: false,
});
const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({
- suportEnterpriseUpload: toRef(form, 'suportEnterpriseUpload'),
+ suportPlatRecharge: toRef(form, 'suportPlatRecharge'),
});
const { extraParamState, getList, reset, proTableProps, operationBtns, dialogProps } =
@@ -120,6 +122,8 @@
form.parkTypeName = data.parkTypeName;
form.applyMonth = data.applyMonth;
form.applySumAmount = data.applySumAmount;
+ form.financeSumAmount = data.financeSumAmount;
+ form.settleSumAmount = data.settleSumAmount;
form.outCheckStatus = data.outCheckStatus;
form.outCheckRemark = data.outCheckRemark;
form.parkCollectFileList = EnterpriseApplyFileUtils.convertApiFileToParkCollectFileList(
@@ -129,7 +133,7 @@
data.collectCountListFiles
);
- form.suportEnterpriseUpload = data.suportEnterpriseUpload;
+ form.suportPlatRecharge = data.suportPlatRecharge;
getList();
},
diff --git a/src/views/Reward/RewardDeclareDetail.vue b/src/views/Reward/RewardDeclareDetail.vue
index 6c481f1..6e9d5c5 100644
--- a/src/views/Reward/RewardDeclareDetail.vue
+++ b/src/views/Reward/RewardDeclareDetail.vue
@@ -57,13 +57,15 @@
parkTypeName: '',
applyMonth: '',
applySumAmount: 0,
+ financeSumAmount: 0,
+ settleSumAmount: 0,
parkCollectFileList: [] as CustomerApplyFileTypeListItem[],
calculationFileList: [] as CustomerApplyFileTypeListItem[],
- suportEnterpriseUpload: false,
+ suportPlatRecharge: false,
});
const { addRewardApplyStep3Columns } = useAddRewardApplyStep3Columns({
- suportEnterpriseUpload: toRef(form, 'suportEnterpriseUpload'),
+ suportPlatRecharge: toRef(form, 'suportPlatRecharge'),
});
const { extraParamState, getList, reset, proTableProps, operationBtns, dialogProps } =
@@ -89,19 +91,19 @@
form.parkTypeName = data.parkTypeName;
form.applyMonth = data.applyMonth;
form.applySumAmount = data.applySumAmount;
+ form.financeSumAmount = data.financeSumAmount;
+ form.settleSumAmount = data.settleSumAmount;
form.parkCollectFileList = EnterpriseApplyFileUtils.convertApiFileToParkCollectFileList(
data.listFiles
);
form.calculationFileList = EnterpriseApplyFileUtils.convertApiFileToParkCollectFileList(
data.collectCountListFiles
);
- form.suportEnterpriseUpload = data.suportEnterpriseUpload;
+ form.suportPlatRecharge = data.suportPlatRecharge;
getList();
},
});
-
-const { getIndustrialParkTypeNameById } = useIndustrialParkDropDownList();
function handleBack() {
closeViewPush(route, {
diff --git a/src/views/Reward/RewardGrantRegister.vue b/src/views/Reward/RewardGrantRegister.vue
index c096eb3..d80a889 100644
--- a/src/views/Reward/RewardGrantRegister.vue
+++ b/src/views/Reward/RewardGrantRegister.vue
@@ -11,6 +11,7 @@
:reset="reset"
:operationBtns="registerOperationBtns"
:column="rewardGrantRegisterColumns"
+ :showFinanceStatus="true"
>
<template #btn>
<el-button type="primary" link @click="downloadTemp()">涓嬭浇妯℃澘</el-button>
@@ -34,7 +35,6 @@
</ChunkCellV2>
</DetailView>
<template #footer>
- <el-button @click="handleBack">鍙栨秷</el-button>
<el-button @click="handleBack" type="primary">纭</el-button>
</template>
</PageFormLayout>
@@ -61,7 +61,6 @@
import { useQuery } from '@tanstack/vue-query';
import * as parkBountyApplyServices from '@/services/api/ParkBountyApply';
import { useRouteView } from '@/hooks';
-import { useIndustrialParkDropDownList } from '@/hooks/industrialPark';
import {
CustomerApplyFileTypeListItem,
EnterpriseApplyFileUtils,
@@ -79,7 +78,7 @@
import RegisterGrantDialog from './components/RegisterGrantDialog.vue';
import BatchRegisterDialog from './components/BatchRegisterDialog.vue';
import UploadFileDialog from './components/UploadFileDialog.vue';
-import { downloadFileByUrl } from '@/utils';
+import { convertFormUrl2ApiBySeparator, downloadFileByUrl } from '@/utils';
import { Message } from '@bole-core/core';
import { ImportParkBountyDataHeaderMap } from './constants';
@@ -96,9 +95,12 @@
parkTypeName: '',
applyMonth: '',
applySumAmount: 0,
+ financeSumAmount: 0,
+ settleSumAmount: 0,
parkCollectFileList: [] as CustomerApplyFileTypeListItem[],
calculationFileList: [] as CustomerApplyFileTypeListItem[],
- suportEnterpriseUpload: false,
+
+ suportPlatRecharge: false,
});
const { extraParamState, paginationState, getList, reset, proTableProps } =
@@ -115,6 +117,13 @@
},
emits: {
onClick: (row) => openRegisterGrantDialog(row),
+ },
+ extraProps: {
+ hide: (row: API.ParkBountyApplyTransferDetailInfo) =>
+ !(
+ row.settleStatus === SettleStatusEnum.WaitForSettle ||
+ row.financeStatus === FinanceStatusEnum.WaitForIncome
+ ),
},
},
{
@@ -145,25 +154,26 @@
form.parkTypeName = data.parkTypeName;
form.applyMonth = data.applyMonth;
form.applySumAmount = data.applySumAmount;
+ form.financeSumAmount = data.financeSumAmount;
+ form.settleSumAmount = data.settleSumAmount;
form.parkCollectFileList = EnterpriseApplyFileUtils.convertApiFileToParkCollectFileList(
data.listFiles
);
form.calculationFileList = EnterpriseApplyFileUtils.convertApiFileToParkCollectFileList(
data.collectCountListFiles
);
- form.suportEnterpriseUpload = data.suportEnterpriseUpload;
+ form.suportPlatRecharge = data.suportPlatRecharge;
getList();
},
});
-
-const { getIndustrialParkTypeNameById } = useIndustrialParkDropDownList();
const { dialogProps: dialogMaterialFileProps, handleAdd: handleMaterialFileAdd } = useFormDialog({
defaultFormParams: {
list: [] as TransferFileEnumInRewardGrandTableItem[],
},
});
+
function openMaterialFileDialog(row: API.GetParkBountyApplyListOutput) {
handleMaterialFileAdd({
list: FourStreamsMaterialUtils.initApplyRewardGrandFileList(row),
@@ -179,42 +189,88 @@
defaultFormParams: {
incomeType: '' as any as IncomeTypeEnum,
parkBountyApplyId: '',
+ parkBountyApplyDetailId: '',
fileUrl: [] as UploadUserFile[],
- financeSumAmount: 0,
+ amount: 0,
showSuportPlatRecharge: false,
showSuportFiscalRecharge: false,
},
});
-function openRegisterGrantDialog(row?: API.GetParkBountyApplyListOutput) {
+function openRegisterGrantDialog(row?: API.ParkBountyApplyTransferDetailInfo) {
handleRegisterGrantEdit({
incomeType: '' as any as IncomeTypeEnum,
fileUrl: [] as UploadUserFile[],
showSuportPlatRecharge: row.settleStatus === SettleStatusEnum.WaitForSettle,
showSuportFiscalRecharge: row.financeStatus === FinanceStatusEnum.WaitForIncome,
- parkBountyApplyId: row.id,
- financeSumAmount: 0,
+ parkBountyApplyId: row.parkBountyApplyId,
+ parkBountyApplyDetailId: row.parkBountyApplyDetailId,
+ amount: 0,
});
}
-async function handleRegisterGrant() {}
+async function handleRegisterGrant() {
+ if (editRegisterForm.incomeType === IncomeTypeEnum.Fiscal) {
+ await parkBountyApplyFinanceReg();
+ } else {
+ await parkBountyApplyTransferReg();
+ }
+}
-const { dialogProps: dialogUploadFileProps, handleAdd: handleUploadFileAdd } = useFormDialog({
+async function parkBountyApplyFinanceReg() {
+ try {
+ let params: API.ParkBountyApplyRechargeInput = {
+ parkBountyApplyDetailId: editRegisterForm.parkBountyApplyDetailId,
+ bountyAmount: editRegisterForm.amount,
+ parkBountyApplyId: editRegisterForm.parkBountyApplyId,
+ financeToFileUrl: convertFormUrl2ApiBySeparator(editRegisterForm.fileUrl),
+ };
+ let res = await parkBountyApplyServices.parkBountyApplyFinanceReg(params);
+ if (res) {
+ Message.successMessage('鎿嶄綔鎴愬姛');
+ getList(paginationState.pageIndex);
+ }
+ } catch (error) {}
+}
+async function parkBountyApplyTransferReg() {
+ try {
+ let params: API.ParkBountyApplyTransferInput = {
+ parkBountyApplyDetailId: id,
+ transferToAmount: editRegisterForm.amount,
+ parkBountyApplyId: editRegisterForm.parkBountyApplyId,
+ transferToFileUrl: convertFormUrl2ApiBySeparator(editRegisterForm.fileUrl),
+ };
+ let res = await parkBountyApplyServices.parkBountyApplyTransferReg(params);
+ if (res) {
+ Message.successMessage('鎿嶄綔鎴愬姛');
+ getList(paginationState.pageIndex);
+ }
+ } catch (error) {}
+}
+
+const {
+ dialogProps: dialogUploadFileProps,
+ handleAdd: handleUploadFileAdd,
+ editForm: uploadFileForm,
+} = useFormDialog({
onConfirm: handleImportParkBountyData,
defaultFormParams: {
parkBountyApplyId: '',
url: [] as UploadUserFile[],
- certificateUrl: [] as UploadUserFile[],
+ financeToFileUrl: [] as UploadUserFile[],
+ transferToFileUrl: [] as UploadUserFile[],
},
});
async function handleImportParkBountyData(response: UploadUserFile) {
try {
let params: API.ImportBountyApplyDataInput = {
- parkBountyApplyId: id,
+ parkBountyApplyId: uploadFileForm.parkBountyApplyId,
url: response.url,
+ financeToFileUrl: convertFormUrl2ApiBySeparator(uploadFileForm.financeToFileUrl),
+ transferToFileUrl: convertFormUrl2ApiBySeparator(uploadFileForm.transferToFileUrl),
};
- let res = await parkBountyApplyServices.importParkBountyData(params, {
+ let res = await parkBountyApplyServices.importParkBountyDataReg(params, {
timeout: 100000000,
});
if (res.error.length > 0) {
@@ -233,7 +289,8 @@
handleUploadFileAdd({
parkBountyApplyId: id,
url: [] as UploadUserFile[],
- certificateUrl: [] as UploadUserFile[],
+ financeToFileUrl: [] as UploadUserFile[],
+ transferToFileUrl: [] as UploadUserFile[],
});
}
@@ -241,7 +298,7 @@
try {
handleBatchRegisterAdd({
parkBountyApplyId: id,
- showSuportPlatRecharge: false,
+ showSuportPlatRecharge: form.suportPlatRecharge,
});
} catch (error) {}
}
@@ -260,11 +317,49 @@
parkBountyApplyId: '',
showSuportPlatRecharge: false,
- certificateUrl: [] as UploadUserFile[],
+ fileUrl: [] as UploadUserFile[],
},
});
-async function handleBatchRegister() {}
+async function handleBatchRegister() {
+ if (batchRegisterEditForm.incomeType === IncomeTypeEnum.Fiscal) {
+ await parkBountyApplyBatchFinanceReg();
+ } else {
+ await parkBountyApplyBatchTransferReg();
+ }
+}
+
+async function parkBountyApplyBatchFinanceReg() {
+ try {
+ let params: API.ParkBountyApplyBatchFinanceInput = {
+ parkBountyApplyDetailId: batchRegisterEditForm.parkBountyApplyDetailIds,
+ financeToAmount: batchRegisterEditForm.amount,
+ parkBountyApplyId: id,
+ financeToFileUrl: convertFormUrl2ApiBySeparator(batchRegisterEditForm.fileUrl),
+ };
+ let res = await parkBountyApplyServices.parkBountyApplyBatchFinanceReg(params);
+ if (res) {
+ Message.successMessage('鎿嶄綔鎴愬姛');
+ getList(paginationState.pageIndex);
+ }
+ } catch (error) {}
+}
+
+async function parkBountyApplyBatchTransferReg() {
+ try {
+ let params: API.ParkBountyApplyBatchTransferInput = {
+ parkBountyApplyDetailId: batchRegisterEditForm.parkBountyApplyDetailIds,
+ transferToAmount: batchRegisterEditForm.amount,
+ parkBountyApplyId: id,
+ transferToFileUrl: convertFormUrl2ApiBySeparator(batchRegisterEditForm.fileUrl),
+ };
+ let res = await parkBountyApplyServices.parkBountyApplyBatchTransferReg(params);
+ if (res) {
+ Message.successMessage('鎿嶄綔鎴愬姛');
+ getList(paginationState.pageIndex);
+ }
+ } catch (error) {}
+}
function downloadTemp() {
downloadFileByUrl(BountyBatchApplyTransferTemp, '鐧昏妯℃澘');
diff --git a/src/views/Reward/components/BatchRegisterDialog.vue b/src/views/Reward/components/BatchRegisterDialog.vue
index a3f1014..9d1e70a 100644
--- a/src/views/Reward/components/BatchRegisterDialog.vue
+++ b/src/views/Reward/components/BatchRegisterDialog.vue
@@ -45,11 +45,11 @@
</ProFormItemV2>
<ProFormItemV2
label="涓婁紶鐧昏鍑瘉:"
- prop="certificateUrl"
+ prop="fileUrl"
:check-rules="[{ message: '璇蜂笂浼犵櫥璁板嚟璇�', type: 'upload' }]"
>
<ProFormUpload
- v-model:file-url="form.certificateUrl"
+ v-model:file-url="form.fileUrl"
:limitFileSize="50"
accept="doc,docx,pdf,xls,xlsx,jpg/jpeg,png"
></ProFormUpload>
@@ -103,7 +103,7 @@
parkBountyApplyId: string;
showSuportPlatRecharge: boolean;
- certificateUrl: UploadUserFile[];
+ fileUrl: UploadUserFile[];
};
const form = defineModel<Form>('form');
diff --git a/src/views/Reward/components/RegisterGrantDialog.vue b/src/views/Reward/components/RegisterGrantDialog.vue
index 4a135dc..c866e8a 100644
--- a/src/views/Reward/components/RegisterGrantDialog.vue
+++ b/src/views/Reward/components/RegisterGrantDialog.vue
@@ -21,11 +21,11 @@
</ProFormItemV2>
<ProFormItemV2
label="杈撳叆閲戦:"
- prop="financeSumAmount"
+ prop="amount"
:check-rules="[{ message: '璇疯緭鍏ラ噾棰�', type: 'number' }]"
>
<ProFormInputNumber
- v-model="form.financeSumAmount"
+ v-model="form.amount"
:controls="false"
:min="0"
unit="鍏�"
@@ -74,7 +74,7 @@
type Form = {
title?: string;
- financeSumAmount: number;
+ amount: number;
fileUrl: UploadUserFile[];
incomeType: IncomeTypeEnum;
showSuportPlatRecharge: boolean;
diff --git a/src/views/Reward/components/UploadFileDialog.vue b/src/views/Reward/components/UploadFileDialog.vue
index 23785ab..b01c8e7 100644
--- a/src/views/Reward/components/UploadFileDialog.vue
+++ b/src/views/Reward/components/UploadFileDialog.vue
@@ -13,15 +13,26 @@
prop="url"
:check-rules="[{ message: '璇蜂笂浼犳枃浠�', type: 'upload' }]"
>
- <ProFormUpload v-model:file-url="form.url" accept="xlsx,xls"></ProFormUpload>
+ <ProFormUpload v-model:file-url="form.url" accept="xlsx,xls" :limit="1"></ProFormUpload>
</ProFormItemV2>
<ProFormItemV2
- label="涓婁紶鍑瘉:"
- prop="certificateUrl"
- :check-rules="[{ message: '璇蜂笂浼犲嚟璇�', type: 'upload' }]"
+ label="璐㈡斂鎷ㄤ粯鍑瘉:"
+ prop="financeToFileUrl"
+ :check-rules="[{ message: '璇蜂笂浼犺储鏀挎嫧浠樺嚟璇�', type: 'upload' }]"
>
<ProFormUpload
- v-model:file-url="form.certificateUrl"
+ v-model:file-url="form.financeToFileUrl"
+ :limitFileSize="50"
+ accept="doc,docx,pdf,xls,xlsx,jpg/jpeg,png"
+ ></ProFormUpload>
+ </ProFormItemV2>
+ <ProFormItemV2
+ label="骞冲彴鎷ㄤ粯鍑瘉:"
+ prop="transferToFileUrl"
+ :check-rules="[{ message: '璇蜂笂浼犲钩鍙版嫧浠樺嚟璇�', type: 'upload' }]"
+ >
+ <ProFormUpload
+ v-model:file-url="form.transferToFileUrl"
:limitFileSize="50"
accept="doc,docx,pdf,xls,xlsx,jpg/jpeg,png"
></ProFormUpload>
@@ -54,7 +65,8 @@
type Form = {
title?: string;
- certificateUrl: UploadUserFile[];
+ financeToFileUrl: UploadUserFile[];
+ transferToFileUrl: UploadUserFile[];
url: UploadUserFile[];
parkBountyApplyId: string;
};
diff --git a/src/views/Reward/constants/columns.ts b/src/views/Reward/constants/columns.ts
index 8fbb5fa..86b1089 100644
--- a/src/views/Reward/constants/columns.ts
+++ b/src/views/Reward/constants/columns.ts
@@ -11,13 +11,13 @@
id: '2',
enCode: 'enterpriseName',
name: '浼佷笟鍚嶇О',
- width: 160,
+ width: 250,
},
{
id: '3',
enCode: 'societyCreditCode',
name: '淇$敤浠g爜',
- width: 160,
+ width: 200,
},
{
id: '4',
@@ -35,18 +35,19 @@
id: '6',
enCode: 'parkName',
name: '鎵�灞炲洯鍖�',
- width: 160,
+ width: 250,
},
{
id: '7',
enCode: 'parkTypeName',
name: '鍥尯绫诲瀷',
+ width: 120,
},
{
id: '8',
enCode: 'auditStatus',
name: '瀹℃牳鐘舵��',
- width: 160,
+ width: 120,
},
{
id: '9',
@@ -64,19 +65,19 @@
id: '11',
enCode: 'tradeTime',
name: '鐢宠鍑鸿处鏃堕棿',
- width: 160,
+ width: 180,
},
{
id: '12',
enCode: 'remianAmount',
name: '璧勯噾浣欓',
- width: 160,
+ width: 120,
},
{
id: '13',
enCode: 'a',
name: '瀹℃牳鏃堕棿',
- width: 160,
+ width: 180,
},
]);
@@ -93,65 +94,78 @@
id: '1',
enCode: 'userName',
name: '甯愬彿',
+ width: 160,
},
{
id: '2',
enCode: 'enterpriseName',
name: '浼佷笟鍚嶇О',
+ width: 250,
},
{
id: '3',
enCode: 'societyCreditCode',
name: '淇$敤浠g爜',
+ width: 200,
},
{
id: '4',
enCode: 'contactPhone',
name: '鐢佃瘽',
+ width: 160,
},
{
id: '5',
enCode: 'authType',
name: '浼佷笟绫诲瀷',
+ width: 160,
},
{
id: '6',
enCode: 'parkName',
name: '鎵�灞炲洯鍖�',
+ width: 250,
},
{
id: '7',
enCode: 'parkTypeName',
name: '鍥尯绫诲瀷',
+ width: 120,
},
{
id: '8',
enCode: 'payRemark',
name: '娑堣垂绫诲瀷',
+ width: 160,
},
{
id: '9',
enCode: 'tradeAmount',
name: '鐢宠鍑鸿处閲戦',
+ width: 160,
},
{
id: '10',
enCode: 'tradeTime',
name: '鍑鸿处瀹℃牳鏃ユ湡',
+ width: 180,
},
{
id: '11',
enCode: 'remianAmount',
name: '璧勯噾浣欓',
+ width: 160,
},
{
id: '12',
enCode: 'auditStatus',
name: '璐㈠姟瀹℃牳鐘舵��',
+ width: 160,
},
{
id: '13',
enCode: 'a',
name: '瀹℃牳鏃堕棿',
+ width: 180,
},
]);
--
Gitblit v1.9.1