Implement credit parse result polling and sentinel handling

This commit is contained in:
wkc
2026-05-18 10:56:25 +08:00
parent 9917d10e59
commit 1fadb38d99
25 changed files with 918 additions and 81 deletions

View File

@@ -112,17 +112,17 @@
},
{
"domain": "lx_debt",
"field": "uncle_credit_cart_bal",
"field": "uncle_credit_card_bal",
"type": "amount"
},
{
"domain": "lx_debt",
"field": "uncle_credit_cart_lmt",
"field": "uncle_credit_card_lmt",
"type": "amount"
},
{
"domain": "lx_debt",
"field": "uncle_credit_cart_state",
"field": "uncle_credit_card_state",
"type": "status",
"options": ["正常", "逾期", "不良"]
},