## 响应示例
### 成功响应
```
{
"tranId": "xxxxxxxxx",
"identityVerification": "一致",
"reportUrl": "http://xxx.com/manager/index.html#/v-report?tranId=xxxxxxxx"
"gjjBaseInfo": {
"name": "xx",
"idType": "身份证",
"idNumber": "xxxxxxxxx",
"phoneNumber": "xxxxx",
"personalAccount": "xxx",
"accountStatus": "封存",
"accountBalance": "31,619.19",
"personalContrBase": "3,000.00",
"employerContrRate": "10",
"personalContrRate": "10",
"employerMonthlyContr": "300.00",
"personalMonthlyContr": "300.00",
"centerName": "xxxxxx",
"centerCode": "340100000000000",
"employerName": "xxxxxxx"
},
"depositData": [
{
"serialNumber": "1",
"oprDate": "2025-02-20",
"businessType": "汇缴",
"depositAmount": "600.00",
"accountBalance": "31,170.31"
},
....
],
"balanceDataMore": [
{
"serialNumber": "1",
"oprDate": "2025-06-30",
"businessType": "年终结息",
"incurredAmount": "448.88",
"accountBalance": "31,619.19"
},
....
],
"depositDataMore": [
{
"serialNumber": "1",
"oprDate": "2025-02-20",
"businessType": "汇缴",
"depositAmount": "600.00",
"accountBalance": "31,170.31"
},
.....
]
}
```