{
"instructionInfoList": [
{
"orderId": "string",
"orderTime": "string",
"createTime": "string",
"id": "string",
"amount": 0,
"debitCustomerId": "string",
"creditCustomerId": "string",
"flowType": 0,
"flowSubType": 0,
"tag": "string",
"debitBalanceId": "string",
"debitAccountId": "string",
"debitAccountType": "DEBIT",
"debitAmount": 0,
"debitBalanceUseNextIfNotEnough": true,
"debitBalanceIgnoreNotEnoughPart": true,
"debitBalanceAllowNegative": true,
"debitBalanceCheckExpiration": true,
"creditBalanceId": "string",
"creditAccountId": "string",
"creditAccountType": "DEBIT",
"creditAmount": 0,
"creditBalanceMustGreaterThanEqualAmount": true,
"creditBalanceTryToGreaterThanEqualAmount": true,
"amountUseBalanceCreditMax": true,
"creditBalanceUseNextIfEnough": true,
"creditBalanceAllowNegative": true,
"groupId": 0,
"creator": "string"
}
],
"orderId": "string",
"recordId": "string",
"uuid": "string",
"orderTime": "string",
"createTime": "string",
"recordResultBalance": true,
"recordFlowAdjust": true,
"callerDubboInfo": "string",
"creator": "string"
}
curl --location --request POST '/portal/accountQuery/process' \
--header 'token: eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ7XCJpc3NcIjpcIkJXX0lOTkVSX0dBVEVXQVlcIixcImlhdFwiOjE3NTIwMzE4NzgsXCJwbGF0Zm9ybVwiOlwiU0dcIixcImp0aVwiOlwiU0dcIn0iLCJpc3MiOiJCV19JTk5FUl9HQVRFV0FZIiwiZXhwIjoxNzUzMDMxODc4LCJpYXQiOjE3NTIwMzE4NzgsInBsYXRmb3JtIjoiU0ciLCJqdGkiOiJTRyJ9.kHFzS4gQJzoq85Ar8oqVbGdmzP3eoHZfKficICpsqNagXAc9s7S3M5i2SobiWP_dLV7b-3ya8n97YWmoeX1xC9CSt2nr7flexFOCJocoubU36EWg3AKu7KT43aDgw5OP--yygGctEhuK8Zl8NLuPXQyEupFAcVCn37vurf5rT88' \
--header 'customer: 428166320547168262' \
--header 'user: ljing' \
--header 'Content-Type: application/json' \
--data-raw '{
"instructionInfoList": [
{
"orderId": "string",
"orderTime": "string",
"createTime": "string",
"id": "string",
"amount": 0,
"debitCustomerId": "string",
"creditCustomerId": "string",
"flowType": 0,
"flowSubType": 0,
"tag": "string",
"debitBalanceId": "string",
"debitAccountId": "string",
"debitAccountType": "DEBIT",
"debitAmount": 0,
"debitBalanceUseNextIfNotEnough": true,
"debitBalanceIgnoreNotEnoughPart": true,
"debitBalanceAllowNegative": true,
"debitBalanceCheckExpiration": true,
"creditBalanceId": "string",
"creditAccountId": "string",
"creditAccountType": "DEBIT",
"creditAmount": 0,
"creditBalanceMustGreaterThanEqualAmount": true,
"creditBalanceTryToGreaterThanEqualAmount": true,
"amountUseBalanceCreditMax": true,
"creditBalanceUseNextIfEnough": true,
"creditBalanceAllowNegative": true,
"groupId": 0,
"creator": "string"
}
],
"orderId": "string",
"recordId": "string",
"uuid": "string",
"orderTime": "string",
"createTime": "string",
"recordResultBalance": true,
"recordFlowAdjust": true,
"callerDubboInfo": "string",
"creator": "string"
}'
{
"customerAccountAdjust": {
"": {
"": 0.0
}
},
"customerAccountBalance": {
"": {
"": 0.0
}
},
"flowAdjustAmountList": [
{
"flowType": 0,
"instructionId": "",
"debitAccountId": "",
"creditAccountId": "",
"debitCustomerId": "",
"creditCustomerId": "",
"realAdjustAmount": 0.0
}
]
}