Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个用于测试的模拟 api,所以我按照以下步骤操作, 1)单击新按钮 2)单击模拟服务器选项 ==> 创建模拟服务器页面打开 3)添加路径和响应正文 4)单击下一步按钮 5) 输入服务器模拟名称 6) 单击创建模拟服务器按钮 7) 如果我点击在上述步骤中创建的请求,那么我会得到类似的输出
在这里,我只定义了从控制台获取请求的响应(请参阅步骤 3),但我想为来自 csv 文件的请求添加响应,我如何能够为使用外部文件的请求添加响应。先感谢您....