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

[已处理] ajax 使用 await 时貌似没有生效

ApiPost使用 35次浏览

ajax 使用 await 时貌似没有生效,有其他解决方案吗?

2 个回答

await $.ajax({

    "url": "https://go.apipost.cn",

    "method": "POST",

    header: {

        "Content-Type": "application/json"

    },

    "content-type": "application/json",

    "data": JSON.stringify({

        "data": {

            "name": "getToken",

            "params": {

                "key": "ehr",

                "secret": "123456"

            }

        }

    }),

    "success": function (response) {

        //console.log(typeof response);

        //console.log(response);

        console.log("123");

        apt.globals.set("token1", response);

    }

});

console.log("456");

ajax 使用 await 时貌似没有生效

还是没有生效,生效的话应该是123输出在前,456在后。

ajax 使用 await 时貌似没有生效

Apipost 私有化火热进行中

撰写答案

只服务于

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

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