|
|
|
@ -51,7 +51,7 @@ public class DsTestJavaRequestService implements ExtensionServiceHandler<ItemDTO
|
|
|
|
|
params.put("int16", 10000);
|
|
|
|
|
params.put("int32", 10000);
|
|
|
|
|
params.put("int64", 10000);
|
|
|
|
|
params.put("double", 10.1);
|
|
|
|
|
// params.put("double", 10.1);
|
|
|
|
|
params.put("string", "test");
|
|
|
|
|
|
|
|
|
|
// HashMap<String, Object> struct = new HashMap<>();
|
|
|
|
@ -62,7 +62,7 @@ public class DsTestJavaRequestService implements ExtensionServiceHandler<ItemDTO
|
|
|
|
|
// params.put("struct", struct);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// params.put("struct", new GetCurrentShopMoveSettingRequestDTO());
|
|
|
|
|
params.put("struct", new GetCurrentShopMoveSettingRequestDTO());
|
|
|
|
|
|
|
|
|
|
// params.put("arrayStruct", );
|
|
|
|
|
// params.put("mapStringStruct", );
|
|
|
|
|