收藏
回答

云开发web端调用SDK时报跨域问题?

const app = cloudbase.init({

env: "cloud1-9gazeqna6e3a2ea4"

  });

  

  app.callFunction({

name: "getEquips",

data: { }

  })

  .then((res) => {

const result = res.result; //云函数执行结果

console.log(result);

  });

回答关注问题邀请回答
收藏

1 个回答

  • showms
    showms
    2023-02-26

    app.callFunction里面的代码是啥

    2023-02-26
    有用
    回复
登录 后发表内容