新增涉疑交易明细查询导出并补充对手方证件信息
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user