From 1eb432710b7a3a2e820be10b17c0138b377ee1b8 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期四, 20 八月 2026 16:50:12 +0800
Subject: [PATCH] 仓储物流-采购退货新增关联采购订单及带入物料功能
---
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/social/SocialClientApi.java | 62 -------------------------------
1 files changed, 0 insertions(+), 62 deletions(-)
diff --git a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/social/SocialClientApi.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/social/SocialClientApi.java
index 471c836..9bce252 100644
--- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/social/SocialClientApi.java
+++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/social/SocialClientApi.java
@@ -1,10 +1,6 @@
package cn.iocoder.yudao.module.system.api.social;
-import cn.iocoder.yudao.module.system.api.social.dto.*;
import cn.iocoder.yudao.module.system.enums.social.SocialTypeEnum;
-import jakarta.validation.Valid;
-
-import java.util.List;
/**
* 绀句氦搴旂敤鐨� API 鎺ュ彛
@@ -22,63 +18,5 @@
* @return 绀句氦骞冲彴鐨勬巿鏉� URL
*/
String getAuthorizeUrl(Integer socialType, Integer userType, String redirectUri);
-
- /**
- * 鍒涘缓寰俊鍏紬鍙� JS SDK 鍒濆鍖栨墍闇�鐨勭鍚�
- *
- * @param userType 鐢ㄦ埛绫诲瀷
- * @param url 璁块棶鐨� URL 鍦板潃
- * @return 绛惧悕
- */
- SocialWxJsapiSignatureRespDTO createWxMpJsapiSignature(Integer userType, String url);
-
- //======================= 寰俊灏忕▼搴忕嫭鏈� =======================
-
- /**
- * 鑾峰緱寰俊灏忕▼搴忕殑鎵嬫満淇℃伅
- *
- * @param userType 鐢ㄦ埛绫诲瀷
- * @param phoneCode 鎵嬫満鎺堟潈鐮�
- * @return 鎵嬫満淇℃伅
- */
- SocialWxPhoneNumberInfoRespDTO getWxMaPhoneNumberInfo(Integer userType, String phoneCode);
-
- /**
- * 鑾峰緱灏忕▼搴忎簩缁寸爜
- *
- * @param reqVO 璇锋眰淇℃伅
- * @return 灏忕▼搴忎簩缁寸爜
- */
- byte[] getWxaQrcode(@Valid SocialWxQrcodeReqDTO reqVO);
-
- /**
- * 鑾峰緱寰俊灏忕▼璁㈤槄妯℃澘
- *
- * @return 灏忕▼搴忚闃呮秷鎭ā鐗�
- */
- List<SocialWxaSubscribeTemplateRespDTO> getWxaSubscribeTemplateList(Integer userType);
-
- /**
- * 鍙戦�佸井淇″皬绋嬪簭璁㈤槄娑堟伅
- *
- * @param reqDTO 璇锋眰
- */
- void sendWxaSubscribeMessage(SocialWxaSubscribeMessageSendReqDTO reqDTO);
-
- /**
- * 涓婁紶璁㈠崟鍙戣揣鍒板井淇″皬绋嬪簭
- *
- * @param userType 鐢ㄦ埛绫诲瀷
- * @param reqDTO 璇锋眰
- */
- void uploadWxaOrderShippingInfo(Integer userType, SocialWxaOrderUploadShippingInfoReqDTO reqDTO);
-
- /**
- * 閫氱煡璁㈠崟鏀惰揣鍒板井淇″皬绋嬪簭
- *
- * @param userType 鐢ㄦ埛绫诲瀷
- * @param reqDTO 璇锋眰
- */
- void notifyWxaOrderConfirmReceive(Integer userType, SocialWxaOrderNotifyConfirmReceiveReqDTO reqDTO);
}
--
Gitblit v1.9.3