Merge branch 'test' of DigiFi/digifi-EventManager into master

This commit is contained in:
2025-06-18 22:05:28 +00:00
committed by Gogs
9 changed files with 124 additions and 21 deletions
+16 -17
View File
@@ -182,23 +182,22 @@ paths:
content:
application/json:
schema:
type: array
items:
type: object
properties:
salaryDate:
type: string
format: date
example: "2022-01-01"
customerId:
type: string
example: "CN621868"
accountId:
type: string
example: "2017821799"
salaryAmount:
type: number
example: 200000
type: object
properties:
customerId:
type: string
example: "CN621868"
accountId:
type: string
example: "OP621868"
status:
type: string
amount:
type: number
example: 200000
salaryDate:
type: string
example: "2025-01-01"
responses:
200:
description: A successful response