[add]: eco endpoints and dummy responses
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["requestId", "affiliateCode", "debtId", "productId", "customerId", "accountId", "provideAmount", "collectAmount", "interestRate"],
|
||||
"properties": {
|
||||
"requestId": { "type": "string" },
|
||||
"affiliateCode": { "type": "string" },
|
||||
"debtId": { "type": "integer" },
|
||||
"productId": { "type": "string" },
|
||||
"customerId": { "type": "string" },
|
||||
"accountId": { "type": "string" },
|
||||
"provideAmount": { "type": "number" },
|
||||
"collectAmount": { "type": "number" },
|
||||
"interestRate": { "type": "number" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user