【发布时间】:2017-08-30 21:06:48
【问题描述】:
/cancel:
post:
description: ''
summary: Cancel
operationId: Cancel
produces:
- application/json
parameters:
- name: Body
in: body
required: true
description: ''
schema:
$ref: '#/definitions/CancelRequest'
- name: Authorization
in: header
required: true
description: ''
schema:
$ref: '#/definitions/Authorization'
- name: Content-Type
in: header
required: true
type: string
description: ''
这里是sn-p。它说在$ref: '#/definitions/CancelRequest' 行有一个错误的参数定义。可能是什么问题?
【问题讨论】: