20 lines
1020 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.

# 第三方对接模块拆解分析
## 一、功能描述
1、管理与第三方对接
2、公开CRM内部接口提供给有赞商城调用
3、封装调用WMS、SAP、CMS接口
## **二、代码运行截图**
![输入图片说明](/imgs/2024-02-26/PEii8t1QIhnFxXMu.png)![](https://dev.rzdata.net/download/attachments/51773469/image2024-2-17_15-29-8.png?version=1&modificationDate=1708154949000&api=v2)
![输入图片说明](/imgs/2024-02-26/ZY0E3QcF8x8PwieH.png)![](https://dev.rzdata.net/download/attachments/51773469/image2024-2-17_16-1-47.png?version=1&modificationDate=1708156908000&api=v2)
## **三、接口说明**
### **1.CMS接口**
|类地址| 类名 | 类说明 |请求方式 |方法地址 |方法名 |方法说明 |
|--|--|--|--|--|--|--|
| /api/cms/contract | CmsContractController |cms对接合同|POST|/pass|pass|合同审核通过
| /api/cms/contract | CmsContractController |cms对接合同|POST|/close|close|合同关闭
<!--stackedit_data:
eyJoaXN0b3J5IjpbLTE3MDE3MjQyODYsLTU3MzI1NDkyM119
-->