refactor(SMTAIServer): 移除 weixin.json 中的 weChatTest 接口配置- 删除了 weixin.json 文件中的 "agent/we_chat_test" 接口配置
- 此更改移除了测试微信对话的功能
已修改1个文件
11 ■■■■■ 文件已修改
JAVA/SMTAIServer/src/main/resources/requestmap/weixin.json 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
JAVA/SMTAIServer/src/main/resources/requestmap/weixin.json
@@ -7,14 +7,5 @@
        ]
      }
    ]
  },
    "agent/we_chat_test":{"map":{"class":"#SMTAIWeixinControl", "method":"weChatTest"},  "no_shrio": true,
            "swaggers":[
            {    "tags" : ["agent管理"],
                "title" : "测试微信对话",
                "parameters" : [
                ]
            }
        ]
    }
  }
}