|
@@ -389,7 +389,7 @@ public class CarbonServiceImpl implements CarbonService {
|
|
ThreadLocalRandom current = ThreadLocalRandom.current();
|
|
ThreadLocalRandom current = ThreadLocalRandom.current();
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|
|
jsonObject.put("amountSubsidy",current.nextInt(50,150));
|
|
jsonObject.put("amountSubsidy",current.nextInt(50,150));
|
|
- jsonObject.put("",current.nextInt(50,150));
|
|
|
|
|
|
+ jsonObject.put("Savings",current.nextInt(50,150));
|
|
return ReturnMsg.ok(jsonObject);
|
|
return ReturnMsg.ok(jsonObject);
|
|
}
|
|
}
|
|
}
|
|
}
|