变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|
2023-09-11 | XXX | 初始化文档 |
{
"from": "string",
"operationMode": [
"string"
],
"operationType": [
"string"
],
"orderSerial": "string",
"page": 0,
"pagesize": 0,
"to": "string",
"uuid": "string",
"walletId": "string",
"walletType": "string"
}
curl --location --request POST '/pub-fund/v1/wallet/flow' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"operationMode": [
"string"
],
"operationType": [
"string"
],
"orderSerial": "string",
"page": 0,
"pagesize": 0,
"to": "string",
"uuid": "string",
"walletId": "string",
"walletType": "string"
}'
{
"code": 0,
"data": {
"data": [
{
"agents": "string",
"auditRate": 0,
"balanceChange": 0,
"capitalFlow": "string",
"channelCode": "string",
"createTime": "string",
"currency": "string",
"existingBalance": 0,
"id": "string",
"isDeleted": true,
"microTime": 0,
"operationMode": "string",
"operationType": "string",
"orderSerial": "string",
"originalBalance": 0,
"remark": "string",
"remark_1": "string",
"sales": "string",
"serviceCharge": 0,
"sync": 0,
"tradeAccount": "string",
"tradeAccountName": {
"firstname": "string",
"lastname": "string",
"uuid": "string"
},
"tradeCurrency": "string",
"tradeSerial": "string",
"usdBalanceChange": 0,
"usdServiceCharge": 0,
"utype": "string",
"uuid": "string",
"walletId": "string",
"walletType": "string"
}
],
"totalCounts": 0
},
"msg": "string",
"success": true
}