搜尋

首頁  >  問答  >  主體

php - swagger回傳json註解該怎麼寫?

直接編輯json方式的swagger文檔,請問返回json的註釋怎麼寫?

我想大声告诉你我想大声告诉你2754 天前1222

全部回覆(2)我來回復

  • 女神的闺蜜爱上我

    女神的闺蜜爱上我2017-07-01 09:13:52

    自己解決:

    "definitions": {
            "ownerNumer": {
                "type": "object",
                "properties": {
                    "status": {
                        "type": "integer",
                        "format": "int64",
                        "description": "状态:0正常1异常"
                    },
                    "number": {
                        "type": "integer",
                        "format": "int64",
                        "description": "用户数量"
                    }
                }
            }
        },

    回覆
    0
  • 伊谢尔伦

    伊谢尔伦2017-07-01 09:13:52

    推薦你一個網站 https://app.stoplight.io/ 你可以直接在這個網站編輯swagger檔案

    回覆
    0
  • 取消回覆