|
|
@@ -123,6 +123,7 @@ public class RequestSTKServiceImpl implements RequestSTKService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
+ @Synchronized
|
|
|
public CashFlowItemsVo getCashFlowItems(StkCommonDto dto) {
|
|
|
/*StkCommonDto stkCommonDto = new StkCommonDto();
|
|
|
stkCommonDto.setParam(dto);*/
|
|
|
@@ -219,7 +220,6 @@ public class RequestSTKServiceImpl implements RequestSTKService {
|
|
|
/**
|
|
|
* 获取深投控加密参数
|
|
|
* */
|
|
|
- @Synchronized
|
|
|
public String getSign(Object dto) throws Exception {
|
|
|
|
|
|
//时间戳
|