Merge branch 'develop' into 'main'
Develop See merge request india/india_market_java!22
This commit is contained in:
@@ -683,8 +683,8 @@ public class MoneyApiController {
|
|||||||
}else if(StringUtils.equals("D",resolution)){
|
}else if(StringUtils.equals("D",resolution)){
|
||||||
to = (long) (System.currentTimeMillis() / 1000);
|
to = (long) (System.currentTimeMillis() / 1000);
|
||||||
from = to - (24 * 60 * 60 );
|
from = to - (24 * 60 * 60 );
|
||||||
countback = 75;
|
countback = 390;
|
||||||
request.setResolution("5");
|
request.setResolution("1");
|
||||||
}else if(StringUtils.equals("W",resolution)){
|
}else if(StringUtils.equals("W",resolution)){
|
||||||
to = (long) (System.currentTimeMillis() / 1000);
|
to = (long) (System.currentTimeMillis() / 1000);
|
||||||
from = to - (10 * 24 * 60 * 60 );
|
from = to - (10 * 24 * 60 * 60 );
|
||||||
|
|||||||
Reference in New Issue
Block a user