From 2da102ed153f2f32c0db3074d16ec5e9b79fe009 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 13 十月 2025 16:29:43 +0800 Subject: [PATCH] feat: 微信支付配置 --- .eslintrc-auto-import.json | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 58b65b5..0b7c318 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -117,6 +117,28 @@ "EnumUserWalletTransactionTypeText": true, "EnumWalletTransactionStatus": true, "EnumWalletTransactionStatusText": true, + "EnumWeChatPayApplymentBankAccountType": true, + "EnumWeChatPayApplymentBankAccountTypeText": true, + "EnumWeChatPayApplymentCertType": true, + "EnumWeChatPayApplymentCertTypeTextForSHZZ": true, + "EnumWeChatPayApplymentCertTypeTextForSYDW": true, + "EnumWeChatPayApplymentCertTypeTextForZFJG": true, + "EnumWeChatPayApplymentContactType": true, + "EnumWeChatPayApplymentContactTypeText": true, + "EnumWeChatPayApplymentContactTypeTextForZFJG": true, + "EnumWeChatPayApplymentFinanceType": true, + "EnumWeChatPayApplymentIdDocType": true, + "EnumWeChatPayApplymentIdDocTypeText": true, + "EnumWeChatPayApplymentIdHolderType": true, + "EnumWeChatPayApplymentIdHolderTypeText": true, + "EnumWeChatPayApplymentIdHolderTypeTextOnlyLEGAL": true, + "EnumWeChatPayApplymentSalesScenesType": true, + "EnumWeChatPayApplymentSalesScenesTypeText": true, + "EnumWeChatPayApplymentState": true, + "EnumWeChatPayApplymentSubjectType": true, + "EnumWeChatPayApplymentSubjectTypeText": true, + "EnumWeChatPaySettlementModifyVerifyResult": true, + "EnumWeChatPaySettlementVerifyResult": true, "ExtractDefaultPropTypes": true, "ExtractPropTypes": true, "ExtractPublicPropTypes": true, @@ -287,6 +309,8 @@ "useUser": true, "useVModel": true, "useVModels": true, + "userCredentialVerifyOcrIDCard": true, + "vatLicense": true, "watch": true, "watchEffect": true, "watchPostEffect": true, -- Gitblit v1.9.1