全部 ApiPost使用 后端 前端 接口测试 IOS Android 数据库 2022 测试技术 工具
问答 / 问答详情

大佬们,别闹

ApiPost使用 148次浏览

预执行脚本

$.ajax({
    method:"POST",
    url:"http://localhost.huawei.com:8080/test/hello",
    async:false,
    data:JSON.stringify({"message":"test"}),
    contentType:"application/json;charset=UTF-8",
    success:function(response){
            console.log(response);
            apt.variables.set("message", response.message);
        }
})

大佬们,别闹

| 0 收藏

1 个回答

感谢您的反馈,我们马上优化一下

Apipost 私有化火热进行中

撰写答案

只服务于

前后端、移动端、测试人员

提问题 发布您遇到的Bug和问题,上万名大牛和开发者来帮您解决!