- API接口
- 商户后台
- 运营后台
- 商户管理
- 交易中心
- 账单中心
- 资金账户
- 下啦接口
- 缓存
- 定时
- 其他
- 平台提现管理-详情GET
- 平台资金账户(手续费账户)分页GET
平台资金账户 手续费账号分页
开发中
GET
/acct/account/plat/acct/page
请求参数
Query 参数
size
string
每页个数
示例值:
10
current
string
页数
示例值:
1
times
array[string]
搜索时间数组
示例值:
["2022-12-01","2023-03-14"]
inOutType
string
收支方向
platNo
string
交易订单号
userNo
string
用户账号
示例值:
001167056592
示例代码
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-15 21:41:04",
"flowNo": "1222",
"flowType": "12",
"inOutType": "00",
"amt": 1.71,
"platNo": "MOCK_PON_20230215010001200"
},
{
"flowTime": "2023-02-15 16:47:52",
"flowNo": "1216",
"flowType": "12",
"inOutType": "00",
"amt": 0.08,
"platNo": "MOCK_PON_20230215010000998"
},
{
"flowTime": "2023-02-15 15:10:06",
"flowNo": "1207",
"flowType": "12",
"inOutType": "00",
"amt": 19.07,
"platNo": "MOCK_PON_20230215010000701"
},
{
"flowTime": "2023-02-15 13:08:16",
"flowNo": "1189",
"flowType": "12",
"inOutType": "00",
"amt": 0.14,
"platNo": "MOCK_PON_20230215010000053"
},
{
"flowTime": "2023-02-15 13:01:50",
"flowNo": "1195",
"flowType": "12",
"inOutType": "00",
"amt": 15.6,
"platNo": "MOCK_PON_20230215010000299"
},
{
"flowTime": "2023-02-15 11:17:05",
"flowNo": "1225",
"flowType": "12",
"inOutType": "00",
"amt": 0.18,
"platNo": "MOCK_PON_20230215010001291"
},
{
"flowTime": "2023-02-15 10:21:25",
"flowNo": "1240",
"flowType": "12",
"inOutType": "00",
"amt": 0.14,
"platNo": "MOCK_PON_20230215010001862"
},
{
"flowTime": "2023-02-15 09:06:06",
"flowNo": "1219",
"flowType": "12",
"inOutType": "00",
"amt": 9.49,
"platNo": "MOCK_PON_20230215010001098"
},
{
"flowTime": "2023-02-15 08:24:58",
"flowNo": "1228",
"flowType": "12",
"inOutType": "00",
"amt": 0.23,
"platNo": "MOCK_PON_20230215010001381"
},
{
"flowTime": "2023-02-15 07:23:56",
"flowNo": "1213",
"flowType": "12",
"inOutType": "00",
"amt": 10.67,
"platNo": "MOCK_PON_20230215010000900"
}
],
"total": 360,
"size": 10,
"current": 1,
"orders": [],
"hitCount": false,
"searchCount": true,
"pages": 36
}
}
修改于 2023-02-15 02:57:25