文档
测试

查询交易汇总

POST
http://127.0.0.1:8085/dgp_api/fxq/fctMonRiskPnList/querySummary

请求头

参数名
类型
描述
必填
Authorization
String
token
必填

请求参数param

参数名
类型
描述
必填
pagination
object
分页信息
必填
pageNumber
int
页码/1
必填
pageSize
int
显示数量/10
必填
sortOrder
String
排序
必填
sortName
string
排序字段
必填
search
object
查询条件
必填
cstIpId
string
客户内码
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:查询成功
必填
obj
array
必填
cstIpId
string
客户内码
必填
transAcctNO
string
账号
必填
cnt
int
交易笔数
必填
ac17cncdNm
string
交易渠道
必填
cntThree
string
近三个月交易笔数
必填
amtThree
string
近三个月交易金额
必填
ac17cncd
string
渠道码
必填
flag
string
显示1 有查看明细 0 没有查看明细
必填

说明 / 示例

{ "success": true, "msg": "查询成功", "obj": [ { "acgDt": null, "cstIpId": "1991112", "transAcctNo": "23022319980402", "ac17cncd": null, "ac17cncdNm": "线上", "cnt": 8, "ac10amt": 120000.000000, "flag": null, "cntThree": 0, "amtThree": null }, { "acgDt": null, "cstIpId": "1991112", "transAcctNo": "2307289346826378", "ac17cncd": null, "ac17cncdNm": "线下", "cnt": 20, "ac10amt": 12220000.000000, "flag": null, "cntThree": 0, "amtThree": null } ] }