变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.4.0 | 2024-02-29 | worthy Guo | 修改查询参数 | |
V1.4.0 | 2024-04-11 | worthy Guo | 修改查询参数 | |
V1.7.0 | 2024-07-29 | worthy Guo | 新增返回参数 | |
资金模块V1.1.0 | 2024-08-2 | Cass Song | 修改入参、返回结果 | 入参新增,外部系统业务唯一标志、回退订单号、资金来源、资金目标;删除入参,资金流向。返回结果新增回退订单号 |
资金模块V1.2.0 | 2024-09-27 | Cass Song | 修改返回结果 | 返回结果新增"综合账户ID" |
code | msg | msg_cn |
---|---|---|
110001 | Parameter error | 参数错误 |
110007 | Appid not exist | Appid不存在 |
110401 | The maximum amount must be greater than or equal to the minimum amount | 最大金额必须大于等于最小金额 |
110402 | Non compliance before and after time | 时间前后不合规 |
110403 | No permission to query orders | 无权限查询订单 |
{
"appid": "26",
"orderSerial": [
"Excepteur eu in"
],
"uuid": [
"45"
],
"status": [
"ut proident Lorem dolor labore"
],
"account": [
"钱包ID",
"证券账户",
"等等"
],
"sourceCurrency": [
"occaecat nulla eiusmod deserunt cillum"
],
"usdAmountRange": {
"minAmount": 29,
"maxAmount": 5
},
"targetAccount": [
"ipsum"
],
"targetCurrency": [
"deserunt officia"
],
"orderCreateRangeReq": {
"startDateTime": "1996-06-12 10:16:38",
"endDateTime": "1989-10-06 21:52:40"
},
"operationModeId": [],
"capitalFlows": [
{
"capitalSource": "reprehenderit nostrud enim labore magna",
"capitalTarget": "aliquip reprehenderit non"
},
{
"capitalSource": "laboris eu",
"capitalTarget": "officia veniam nostrud cillum labore"
},
{
"capitalSource": "dolor",
"capitalTarget": "culpa eu"
}
],
"operator": "Lorem fugiat deserunt Duis",
"operatorRole": "laboris laborum id exercitation",
"page": 33333158,
"pagesize": 366
}
curl --location --request POST '/order/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "26",
"orderSerial": [
"Excepteur eu in"
],
"uuid": [
"45"
],
"status": [
"ut proident Lorem dolor labore"
],
"account": [
"钱包ID",
"证券账户",
"等等"
],
"sourceCurrency": [
"occaecat nulla eiusmod deserunt cillum"
],
"usdAmountRange": {
"minAmount": 29,
"maxAmount": 5
},
"targetAccount": [
"ipsum"
],
"targetCurrency": [
"deserunt officia"
],
"orderCreateRangeReq": {
"startDateTime": "1996-06-12 10:16:38",
"endDateTime": "1989-10-06 21:52:40"
},
"operationModeId": [],
"capitalFlows": [
{
"capitalSource": "reprehenderit nostrud enim labore magna",
"capitalTarget": "aliquip reprehenderit non"
},
{
"capitalSource": "laboris eu",
"capitalTarget": "officia veniam nostrud cillum labore"
},
{
"capitalSource": "dolor",
"capitalTarget": "culpa eu"
}
],
"operator": "Lorem fugiat deserunt Duis",
"operatorRole": "laboris laborum id exercitation",
"page": 33333158,
"pagesize": 366
}'
{
"code": 0,
"success": true,
"data": {
"data": [
{
"orderSerial": "IT202402290000254713",
"userInfo": {
"uuid": "H3573533",
"firstname": "15223110775",
"lastname": "eclenttest",
"utype": "client"
},
"capitalSource": "security",
"capitalTarget": "security",
"operator": "H3573533",
"operatorRole": "client",
"operationModeId": 120203,
"oneLevelClassification": "transfer",
"twoLevelClassification": "transfer_out",
"threeLevelClassification": "transfer_out_security_account",
"account": "A179F",
"accountType": "security_account",
"uuid": "H3573533",
"amount": 153.339333,
"usdAmount": 19.591074,
"currency": "HKD",
"auditRate": null,
"serviceCharge": 0,
"usdServiceCharge": 0,
"sourceCurrency": "HKD",
"sourceAuditAmount": 153.339333,
"counterpartyAmount": 30.539951,
"counterpartyCurrency": "AUD",
"targetAccount": "A179F",
"targetCurrency": "AUD",
"targetAuditAmount": 30.539951,
"createTime": "2024-02-29 06:28:05",
"auditTime": null,
"status": "complete"
}
],
"totalCounts": 10000
},
"msg": "success",
"traceId": "e4ec6f2e8978483caa2365cb7198e484.291.17091882568701579"
}