|
@@ -15,13 +15,10 @@ import cfca.trustsign.util.TimeUtil;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import me.zhengjie.application.admin.service.DictDetailService;
|
|
import me.zhengjie.application.admin.service.DictDetailService;
|
|
|
import me.zhengjie.utils.SpringContextHolder;
|
|
import me.zhengjie.utils.SpringContextHolder;
|
|
|
-
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
-
|
|
|
|
|
import java.io.File;
|
|
import java.io.File;
|
|
|
import java.io.InputStream;
|
|
import java.io.InputStream;
|
|
|
-import java.util.ArrayList;
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
|
@@ -86,7 +83,7 @@ public class CFCACertUtil {
|
|
|
return tx3001ResVO.getPerson().getUserId();
|
|
return tx3001ResVO.getPerson().getUserId();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
|
|
+ /**TODO 暂时没有用到
|
|
|
* 查询证书信息
|
|
* 查询证书信息
|
|
|
*
|
|
*
|
|
|
* @param cert
|
|
* @param cert
|
|
@@ -106,7 +103,8 @@ public class CFCACertUtil {
|
|
|
Tx3311ResVO tx3311ResVO = new ObjectMapper().readValue(response, Tx3311ResVO.class);
|
|
Tx3311ResVO tx3311ResVO = new ObjectMapper().readValue(response, Tx3311ResVO.class);
|
|
|
return tx3311ResVO.getCert();
|
|
return tx3311ResVO.getCert();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ // 9. 修改印章3012
|
|
|
|
|
+ // 此接口用于客户平台修改某用户的印章图片。客户平台可以调用此接口修改某用户指定印章ID的印章图片。
|
|
|
public static void updateSealWithContent(String userId, String sealId, String content) throws Exception {
|
|
public static void updateSealWithContent(String userId, String sealId, String content) throws Exception {
|
|
|
|
|
|
|
|
HeadVO head = new HeadVO();
|
|
HeadVO head = new HeadVO();
|