curl --location --request GET '/adminapi/finance/user_invoice/config'
{
"code": 0,
"msg": "ok",
"data": {
"status_config": {
"1": "审核通过",
"2": "待审核",
"3": "审核未通过"
},
"title_type_config": {
"1": "个人",
"2": "企业"
},
"errcode": 0,
"message": ""
}
}