chenjiahe
2024-05-10 9268ed83af0e3c8b58f1f7fa8dd0ef55c9869174
phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncProjectService.java
@@ -9,7 +9,7 @@
/**
 * @Author
 */
@FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-project")
@FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-project")
public interface SyncProjectService {
    /**
@@ -27,4 +27,12 @@
     */
    @GetMapping(value = "/sync/project/update/service/tree")
    Result updateServiceTree(@RequestBody JSONObject jsonObject);
    /**
     * 同步his用户可划扣的数据
     * @param jsonObject 参数
     * @return 返回
     */
    @GetMapping(value = "/sync/executionRecord/executable")
    Result syncExecutionRecord(@RequestBody JSONObject jsonObject);
}