文档
测试

Place an order for a pet

POST
/store/order

请求参数

参数名
类型
描述
必填
body
object
order placed for purchasing the pet
必填
id
integer
可选
petId
integer
可选
quantity
integer
可选
shipDate
string
可选
status
string
可选
complete
boolean
可选

响应参数

参数名
类型
描述
必填
root
object
successful operation
必填
id
integer
可选
petId
integer
可选
quantity
integer
可选
shipDate
string
可选
status
string
可选
complete
boolean
可选