标签: javascript rest parse-platform
使用Parse.com, 我正在尝试从云代码中运行后台工作。
我设法通过RESP API执行此操作,并通过云代码
Parse.Cloud.httpRequest
这实际上会立即运行后台作业,但我需要安排它。我假设有数据要在“有效负载”中设置,类似于{"start:{ "__type": "Date", "iso": "2014-02-17T23:28:28.943Z"}},但这不起作用。 任何帮助表示赞赏。
{"start:{ "__type": "Date", "iso": "2014-02-17T23:28:28.943Z"}}