Files
ccdi/doc/对接流水分析/task.md

8 lines
584 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 系统需要对接流水分析平台,调用流水分析平台的接口
- 新建一个模块ccdi_lsfx保存所有调用流水分析平台的代码
- 创建一个用于发起http请求的工具类使用RestTemplate
- 读取接口文档 D:\ccdi\ccdi\doc\对接流水分析\兰溪-流水分析对接.docx分析每个接口的入参和返回值格式封装入参和出参的对象
- 在配置文档中添加每个接口对应的url配置
- 在后端服务层中实现这些接口的调用,获取返回值
- 创建一个控制层,可以调用这些接口,用于测试