获取对账表格数据表尾合计数据
开发中
POST
/getReconciliationGridFooterData
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/getReconciliationGridFooterData'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
object
必需
renovaGridColumns
array [object {7}]
必需
renovaGridData
array [object {6}]
必需
page
object
必需
summary
object
必需
示例
{
"msg": "获取成功",
"code": 200,
"data": {
"renovaGridColumns": [
{
"field": "id",
"title": "票据号/单号",
"width": 180
},
{
"field": "customerName",
"title": "业主姓名",
"width": 100
},
{
"field": "phone",
"title": "电话",
"width": 120
},
{
"field": "address",
"title": "业主地址",
"minWidth": 200
},
{
"field": "amount",
"title": "金额",
"width": 100,
"align": "right",
"formatter": "money"
},
{
"field": "status",
"title": "状态",
"width": 100,
"cellClassName": "status-cell"
}
],
"renovaGridData": [
{
"id": "PO172517046797639121",
"customerName": "鄢萍",
"phone": "18988927868",
"address": "花都区中旅·名门府2栋1202",
"amount": 9880,
"status": "完全对不上"
},
{
"id": "PO172518013463018601",
"customerName": "孟定发",
"phone": "18899837289",
"address": "天河区天河星作6号502室",
"amount": 3880,
"status": "完全对不上"
},
{
"id": "PO172518021304491301",
"customerName": "陈振宇",
"phone": "18955574821",
"address": "南沙风雅山1号1704室",
"amount": 2112,
"status": "疑似对上"
},
{
"id": "PO172518021304491302",
"customerName": "陈振宇",
"phone": "18988574442",
"address": "天河区华海·悦湾2107房",
"amount": 2112,
"status": "完全对上"
},
{
"id": "PO172518021304491303",
"customerName": "陈振宇",
"phone": "18988928379",
"address": "天河区珠江源昌花园1栋1206",
"amount": 2112,
"status": "完全对上"
},
{
"id": "PO172518094930608282",
"customerName": "陈振宇",
"phone": "18977829323",
"address": "天河区仙山悦海园区6栋605",
"amount": 2112,
"status": "手工核对"
}
],
"page": {
"current": 1,
"size": 10,
"total": 12
},
"summary": {
"amount": 32380
}
}
}
修改于 2025-04-15 10:11:46