爱妻艺官方爆料 - 最新影视资讯、独家爆料、热门剧集一网打尽

在相识一周年的雨天,他们回到初遇的咖啡馆。程述突然单膝跪地,雨水顺着他的发梢滴在夏言手背:"记得你说过,最美的爱情像雨和伞的相遇。"他打开戒指盒,"余生每个雨天,请允许我做你的伞。

https://hls-808.pages.dev - 香蕉网站 - 最新热门影视视频在线观看

https://hls-809.pages.dev - 老牛影视影院 - 海量高清影视资源,畅享视听盛宴

https://hls-813.pages.dev - 秘密影院官网入口vip - 独家影视资源,畅享高清观影体验

https://hls-814.pages.dev - 欧美日本大片免费看入口 - 最新热门影视资源一网打尽

https://hls-815.pages.dev - 秘密研究所永久地址发布页宅男 - 最新影视资源一网打尽

https://hls-817.pages.dev - 福利综合导航最新入口 - 最新影视视频资源一站式导航

https://hls-819.pages.dev - 宅男私密资源站 - 最新影视视频资源一站式获取平台

https://hls-823.pages.dev - 爱妻艺官方爆料 - 最新影视资讯、独家爆料、热门剧集一网打尽

https://hls-824.pages.dev - 男女做事网站 - 最新影视视频在线观看

https://hls-826.pages.dev - 愚蠢的有钱人txt69完结屋 - 最新影视剧集在线观看

https://hls-828.pages.dev - 小黄片网站 - 免费高清成人影视视频在线观看

https://hls-831.pages.dev - 精东福利影院 - 海量高清影视资源,畅享极致观影体验

https://hls-832.pages.dev - 在嘈杂生活中的一片导航 - 影视视频网站

https://hls-835.pages.dev - 福利研究所官方网址 - 最新影视视频在线观看

https://hls-837.pages.dev - 影视工厂下载安装 - 海量影视资源一键下载,畅享高清观影体验

https://hls-842.pages.dev - 亚洲国产高清MV免费下载 - 最新热门音乐视频尽在这里

https://hls-843.pages.dev - SNH48欧美大片 - 精彩影视内容尽在这里

https://hls-846.pages.dev - 秘密研究唐诗宋词 - 探索古典诗词的影视之旅

OpenAPI block

GitBook's OpenAPI block is powered by Scalar, so you can test your APIs directly from your docs.

Add a new pet to the store.

post

Add a new pet to the store.

Authorizations
Body
idinteger · int64OptionalExample: 10
namestringRequiredExample: doggie
photoUrlsstring[]Required
statusstring · enumOptional

pet status in the store

Possible values:
Responses
200
Successful operation
post
POST /api/v3/pet HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 133

{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "text"
  ],
  "tags": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "status": "available"
}
{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "text"
  ],
  "tags": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "status": "available"
}

Last updated