{
    "openapi": "3.0.0",
    "info": {
        "title": "微信开发管理 - API文档",
        "version": "1.0.0",
        "description": "<p>通过接入微信公众平台，并申请<a href=\"https:\/\/www.tianapi.com\/apiview\/47\" target=\"_blank\">天行机器人<\/a>接口配合使用，可调用天行机器人服务和支持三十多项功能，详情可参考：<a href=\"https:\/\/www.tianapi.com\/article\/57\" target=\"_blank\">微信公众平台接入帮助<\/a>。特殊接口，如需在线测试请使用微信接口配置调试工具：<a href=\"\/weixin\/debug\/\" title=\"微信开发调试工具\" target=\"_blank\">微信调试工具<\/a><\/p>\n<p>提示：因业务调整不再单独提供管理控制台，被关注回复等设置将只回复默认文案，建议配合第三方专业微信公众管理平台使用。<\/p>"
    },
    "servers": [
        {
            "url": "https:\/\/apis.tianapi.com"
        }
    ],
    "paths": {
        "\/weixin\/index": {
            "post": {
                "summary": "接入开发接口",
                "tags": [
                    "微信开发管理"
                ],
                "description": "",
                "requestBody": {
                    "content": {
                        "application\/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string",
                                        "description": "API密钥"
                                    }
                                },
                                "required": [
                                    "key"
                                ]
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "成功响应",
                        "content": {
                            "application\/json": {
                                "schema": {
                                    "type": "object",
                                    "properties": {
                                        "xml": {
                                            "type": "string",
                                            "example": "该接口返回xml数据请参考微信调试工具里的结构",
                                            "description": "请参考上面的说明"
                                        }
                                    }
                                },
                                "example": {
                                    "tip": "接入即可使用，实际返回符合微信要求的xml数据包"
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}