新增涉疑交易明细查询导出并补充对手方证件信息

This commit is contained in:
wkc
2026-03-27 17:31:11 +08:00
parent 5e968c8716
commit cf36b5f05a
28 changed files with 961 additions and 5 deletions

View File

@@ -85,6 +85,8 @@ def _build_statement(
customer_account_mask_no: str = "9558800000000001",
bank_comments: str = "",
customer_bank: str = "",
customer_cert_no: str = "",
customer_social_credit_code: str = "",
) -> Dict:
trans_amount = round(dr_amount if dr_amount > 0 else cr_amount, 2)
balance_amount = round(80000000 + cr_amount - dr_amount, 2)
@@ -114,6 +116,8 @@ def _build_statement(
"customerId": -1,
"customerName": customer_name,
"customerReference": "",
"customerCertNo": customer_cert_no,
"customerSocialCreditCode": customer_social_credit_code,
"downPaymentFlag": 0,
"drAmount": round(dr_amount, 2),
"exceptionType": "",