MOD:uat强制仅接受银行流水
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -1512,6 +1512,8 @@ class SECMSView(GenericView): | ... | @@ -1512,6 +1512,8 @@ class SECMSView(GenericView): |
1512 | 1512 | ||
1513 | args = request.data | 1513 | args = request.data |
1514 | cms_info = args.get('content', {}) | 1514 | cms_info = args.get('content', {}) |
1515 | # uat 强制"仅接受银行流水" | ||
1516 | cms_info['autoApprovedDetails']['PolicyComments'] = '仅接受银行流水' | ||
1515 | business_type = consts.AFC_PREFIX if cms_info.get('financeCompany', '').startswith( | 1517 | business_type = consts.AFC_PREFIX if cms_info.get('financeCompany', '').startswith( |
1516 | '宝马') else consts.HIL_PREFIX | 1518 | '宝马') else consts.HIL_PREFIX |
1517 | src_application_id = cms_info.get('settlemnetVerification', {}).get('applicationNo', '') | 1519 | src_application_id = cms_info.get('settlemnetVerification', {}).get('applicationNo', '') | ... | ... |
-
Please register or sign in to post a comment