|
|
@@ -15,6 +15,7 @@ import com.uas.eis.service.RequestSTKService;
|
|
|
import com.uas.eis.utils.HuToolUtils;
|
|
|
import com.uas.eis.utils.STKSignUtil;
|
|
|
import com.uas.eis.vo.stkVo.*;
|
|
|
+import lombok.Synchronized;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
@@ -196,6 +197,7 @@ public class RequestSTKServiceImpl implements RequestSTKService {
|
|
|
/**
|
|
|
* POST请求头部参数封装
|
|
|
* */
|
|
|
+ @Synchronized
|
|
|
public Map<String,String> getHeaderMap(Object dto) throws Exception {
|
|
|
|
|
|
log.info("STK,加密前参数:{}",JSONObject.toJSONString(dto));
|