{
"pageIndex": "string",
"pageSize": "string",
"deptId": "string",
"isFromAccountManagement": "string",
"isShowDisableAcc": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//cwBankTransactionRecord/scDeptAccountList.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": "string",
"pageSize": "string",
"deptId": "string",
"isFromAccountManagement": "string",
"isShowDisableAcc": "string"
}'
{
"data": {
"cpage": 1,
"totalitem": 2,
"totalpage": 1,
"pagesize": 10,
"nextpage": 1,
"previouspage": 1,
"hasnextpage": false,
"hasprevioupage": false,
"hasfristpage": false,
"hasendpage": false,
"list": [
{
"account": "测试账户001【工商银行(36977777)】",
"id": "2c288e4f878e543b01878e5f5aa50009"
},
{
"account": "测试账户002【工商银行(999888555444)】",
"id": "2c288e4f878e805701878ecda243001d"
}
]
},
"msg": "成功",
"code": 0,
"success": true
}