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.
我试图在 Tasker 的 Restask 从 parse.com 调用云函数我已经配置了自定义标头、参数等。但它总是返回 400。并且返回正文为空。不知道为什么。
我正在做类似于您正在尝试做的事情,只是设法将一个对象发布到解析中。您面临的问题是您的请求正文是空的(应该是 JSON)您可以在“自定义正文”下的 RESTask 设置中进行设置。我最初遇到了体内变量的问题,但在与 RESTask 的 John 交谈后,他说变量有效:
但是,当您在 RESTask 中使用“测试”函数时,它不起作用,因为没有任务的上下文
祝你好运,让我们知道你建造了什么。)
Z。