feat: add api of body record 4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-12 20:30:02 +08:00
parent 6ece569ce0
commit 539deb18d2
2 changed files with 2 additions and 7 deletions

View File

@@ -17,9 +17,5 @@ class BodyRecordOut(Schema):
update_time = fields.String(allow_none=True)
class BodyRecordsIn(Schema):
user_id = fields.String()
class BodyRecordsOut(Schema):
records = fields.Nested(BodyRecordOut)