アーティクル - CS289405
ThingWorx Extension SDK を使用して拡張機能を開発するときに ThingWorx Platform から ContentLoader 関数を呼び出す方法
修正日: 16-Jan-2023
適用対象
- ThingWorx Platform 8.3 to 9.1
説明
- ThingWorx Extension SDK を使用して拡張機能を開発するときに ThingWorx Platform からContentLoader関数を呼び出す方法
- ContentLoader関数を使用するために、どの Java クラスをインポートする必要がありますか?
- 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関数を使用した後のnull ポイント エラー
最新バージョンはこちらを参照ください CS289405