技术文章 - CS289405
使用 ThingWorx Extension SDK 开发扩展时如何从 ThingWorx Platform 调用 ContentLoader 函数
已修改: 16-Jan-2023
适用于
- ThingWorx Platform 8.3 to 9.1
说明
- 使用 ThingWorx Extension SDK 开发扩展时如何从 ThingWorx Platform 调用ContentLoader函数
- 要导入哪些 Java 类以使用ContentLoader函数?
- 尝试使用创建帖子时: myContentLoader.PostJSON(url, bodyMain, null, null, head, true, false, 10.0, false, null, null, false, null, null, null)出现以下错误:
- ContentLoader 类型中的方法 PostJSON(String, JSONObject, String, String, JSONObject, Boolean, Boolean, Double, Boolean, String, String, Boolean, String, Integer, String) 不适用于参数 (String, JSONObject, null , null, JSONObject, boolean, boolean, double, boolean, null, null, boolean, null, null, null)
- 使用PostJSON ContentLoader函数后出现空点错误
这是文章 289405 的 PDF 版本,可能已过期。最新版本 CS289405