Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自动化导入go swag 2.0 ,返回data 出现混乱 #17

Open
527554192 opened this issue Jul 11, 2022 · 0 comments
Open

自动化导入go swag 2.0 ,返回data 出现混乱 #17

527554192 opened this issue Jul 11, 2022 · 0 comments

Comments

@527554192
Copy link

go swag 2.0 语法解析有问题。

形如如下语法格式,解析不出来。升级swag client 后,手动拖拽正常。自动导入异常

            "responses": {
                "200": {
                    "description": "OK",
                    "schema": {
                        "allOf": [
                            {
                                "$ref": "#/definitions/models.RtCode"
                            },
                            {
                                "type": "object",
                                "properties": {
                                    "data": {
                                        "$ref": "#/definitions/models.RtGoodsBaseInfo"
                                    }
                                }
                            }
                        ]
                    }
                }
            }
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant