- API接口
- 商户后台
- 运营后台
- 商户管理
- 交易中心
- 账单中心
- 资金账户
- 下啦接口
- 缓存
- 定时
- 其他
- 平台提现管理-详情GET
- 平台资 金账户(手续费账户)分页GET
平台资金账户(手续费账户)分页
开发中
GET
/acct/account/plat/acct/page
请求参数
Query 参数
size
string
每页个数
示例值:
10
current
string
页数
示例值:
1
times
array[string]
搜索时间数组
示例值:
["2022-12-01","2023-02-12"]
inOutType
string
可选
platNo
string
交易订单号
userNo
string
用户号
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/acct/account/plat/acct/page'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
null
必需
data
object
必需
records
array [object {6}]
必需
total
integer
必需
size
integer
必需
current
integer
必需
orders
array[string]
必需
hitCount
boolean
必需
searchCount
boolean
必需
pages
integer
必需
示例
{
"code": 0,
"msg": null,
"data": {
"records": [
{
"flowTime": "2023-02-07 19:40:36",
"flowNo": "852",
"flowType": "12",
"inOutType": "00",
"amt": 3.28,
"platNo": "MOCK_PON_20230207010000313"
},
{
"flowTime": "2023-02-07 14:08:47",
"flowNo": "858",
"flowType": "12",
"inOutType": "00",
"amt": 0.02,
"platNo": "MOCK_PON_20230207010000536"
},
{
"flowTime": "2023-02-07 14:04:41",
"flowNo": "876",
"flowType": "12",
"inOutType": "00",
"amt": 0.55,
"platNo": "MOCK_PON_20230207010001157"
},
{
"flowTime": "2023-02-07 13:30:04",
"flowNo": "846",
"flowType": "12",
"inOutType": "00",
"amt": 0.12,
"platNo": "MOCK_PON_20230207010000054"
},
{
"flowTime": "2023-02-07 12:04:15",
"flowNo": "867",
"flowType": "12",
"inOutType": "00",
"amt": 0.05,
"platNo": "MOCK_PON_20230207010000873"
},
{
"flowTime": "2023-02-07 11:38:38",
"flowNo": "849",
"flowType": "12",
"inOutType": "00",
"amt": 0.04,
"platNo": "MOCK_PON_20230207010000185"
},
{
"flowTime": "2023-02-07 10:12:18",
"flowNo": "855",
"flowType": "12",
"inOutType": "00",
"amt": 0.11,
"platNo": "MOCK_PON_20230207010000443"
},
{
"flowTime": "2023-02-07 09:58:12",
"flowNo": "870",
"flowType": "12",
"inOutType": "00",
"amt": 0.08,
"platNo": "MOCK_PON_20230207010000970"
},
{
"flowTime": "2023-02-07 09:40:28",
"flowNo": "864",
"flowType": "12",
"inOutType": "00",
"amt": 0.04,
"platNo": "MOCK_PON_20230207010000767"
},
{
"flowTime": "2023-02-07 06:37:10",
"flowNo": "879",
"flowType": "12",
"inOutType": "00",
"amt": 3.69,
"platNo": "MOCK_PON_20230207010001251"
}
],
"total": 250,
"size": 10,
"current": 1,
"orders": [],
"hitCount": false,
"searchCount": true,
"pages": 25
}
}
修改于 2023-02-15 02:22:15