|
|
|
@ -42,14 +42,14 @@ public class DsTestJavaRequestService implements ExtensionServiceHandler<ItemDTO
|
|
|
|
|
// mapStringString.put("B","mapStringString2");
|
|
|
|
|
// params.put("mapStringString", mapStringString);
|
|
|
|
|
//
|
|
|
|
|
// List arrayInt64 = new ArrayList<Integer>();
|
|
|
|
|
// arrayInt64.add(10000);
|
|
|
|
|
// arrayInt64.add(10000);
|
|
|
|
|
// params.add("arrayInt64", arrayInt64);
|
|
|
|
|
List<Integer> arrayInt64 = new ArrayList<Integer>();
|
|
|
|
|
arrayInt64.add(10000);
|
|
|
|
|
arrayInt64.add(10000);
|
|
|
|
|
params.put("arrayInt64", arrayInt64);
|
|
|
|
|
//
|
|
|
|
|
params.put("int16", 10000);
|
|
|
|
|
params.put("int32", 10000);
|
|
|
|
|
// params.put("int64", 10000);
|
|
|
|
|
params.put("int64", 10000);
|
|
|
|
|
// params.put("double", 10.1);
|
|
|
|
|
params.put("string", "test");
|
|
|
|
|
// params.put("boolean", true);
|
|
|
|
|