修改数据同步,文书送达等接口

This commit is contained in:
huxin02 2025-04-03 20:00:27 +08:00
parent 524d31df8b
commit d70848bf9b
4 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class DataSyncService {
this.objectMapper = objectMapper;
}
/**
* 初始化API路径注册表
*/

View File

@ -24,6 +24,7 @@ import java.util.Optional;
@Service
@Slf4j
public class DeliveryMethodService {
private final DeliveryMethodRepository deliveryMethodRepo;
public DeliveryMethodService(DeliveryMethodRepository deliveryMethodRepo) {

View File

@ -134,6 +134,7 @@ public class DeliveryRecordService {
return save;
}
/**
* 根据ID查询文书送达记录信息
*

View File

@ -37,6 +37,7 @@ public class DictInterfaceService {
getDictItem(dictCode, tokenType, accessToken);
}
public void getDictItem(String dictCode, String tokenType, String accessToken) {
String body = HttpUtil.createPost(dictUrl + dictCode)
.header("Content-Type", "application/json")