亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

php - How should swagger return json comments?
我想大聲告訴你
我想大聲告訴你 2017-07-01 09:11:52
0
2
1326

Directly edit the swagger document in json mode. How to write the comment that returns json?

我想大聲告訴你
我想大聲告訴你

reply all(2)
女神的閨蜜愛(ài)上我

Solve it yourself:

"definitions": {
        "ownerNumer": {
            "type": "object",
            "properties": {
                "status": {
                    "type": "integer",
                    "format": "int64",
                    "description": "狀態(tài):0正常1異常"
                },
                "number": {
                    "type": "integer",
                    "format": "int64",
                    "description": "用戶數(shù)量"
                }
            }
        }
    },
伊謝爾倫

Recommend you a website https://app.stoplight.io/ You can edit the swagger file directly on this website

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template