变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-10-27 | fain mo | 路由变更:/user/userTax/getTaxInfo 变更 /user/tax/info | |
V1.5.0 | 2024-06-17 | fain mo | 下线 |
curl --location --request GET '/user/tax/info?uuid='
{
"code": 0,
"data": {
"addressInfo": {
"property1": {},
"property2": {}
},
"financeInfo": {
"property1": {},
"property2": {}
},
"personalInfo": {
"property1": {},
"property2": {}
}
},
"msg": "string",
"success": true,
"traceId": "string"
}