变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
资金模块V1.4.0 | 2024-11-08 | Carr Lei | 上线 |
code | msg | msg_cn |
---|---|---|
990001 | parameter validation exception | 入参校验异常 |
990009 | Unauthorized access is prohibited | 禁止未经授权的访问 |
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
{
"page": 1,
"pagesize": 20,
"uuid": "T9237374",
"wallet_id": "01Zo-pWGzzBteK",
"wallet_type": [
"transaction"
],
"operation_mode_id": [
100108
]
}
curl --location --request POST '/fund/v1/flow/es' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pagesize": 20,
"uuid": "T9237374",
"wallet_id": "01Zo-pWGzzBteK",
"wallet_type": [
"transaction"
],
"operation_mode_id": [
100108
]
}'
{
"code": 0,
"success": true,
"data": {
"data": [
{
"id": "SN20240517031432660009078",
"appid": "appb8fa5904d915",
"uuid": "P5082199",
"client_info": {
"uuid": "P5082199",
"firstname": "mk",
"lastname": "mk"
},
"capital_source": "system",
"capital_target": "wallet",
"currency": "AUD",
"original_balance": 0,
"service_charge": 0,
"balance_change": 100,
"existing_balance": 100,
"order_serial": "DP202405175000898837",
"remark": null,
"wallet_id": "IJmJ-tu22x7FLI",
"wallet_type": "transaction",
"create_time": "2024-05-17 03:14:33",
"utype": "client",
"channel_code": null,
"audit_rate": 1,
"base_currency_service_charge": 0,
"base_currency_balanceChange": 100,
"operator_role": "broker",
"operation_mode_id": 100108,
"trade_serial": null,
"trade_account": null,
"trade_accountName": null,
"trade_client_info": {},
"trade_currency": null,
"extend_remark": null
}
],
"totalCounts": 1
},
"msg": "success",
"traceId": "0e74799c1cf14fa58fd3223eb54f775f.286.17274331329723869"
}