1 Star 0 Fork 0

穿山甲/dddsample-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api-docs.yaml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
openapi: 3.0.1
info:
title: OpenAPI definition
version: v0
servers:
- url: http://localhost:8080/dddsample
description: Generated server url
paths:
/handlingReport:
post:
tags:
- handling-report-service-impl
operationId: submitReport
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/HandlingReport'
required: true
responses:
200:
description: OK
content:
application/json:
schema:
type: object
components:
schemas:
HandlingReport:
required:
- completionTime
- trackingIds
- type
- unLocode
type: object
properties:
completionTime:
type: string
format: date-time
trackingIds:
type: array
items:
type: string
type:
type: string
unLocode:
type: string
voyageNumber:
type: string
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/youhei/dddsample-core.git
[email protected]:youhei/dddsample-core.git
youhei
dddsample-core
dddsample-core
master

搜索帮助