From b1ad2d17c7f93e819c67fe5ab5c2ca94e764e517 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 18 八月 2026 10:42:23 +0800
Subject: [PATCH] 清理配置文件
---
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/social/SocialClientApi.java | 64 -------------------------------
1 files changed, 1 insertions(+), 63 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 7306310..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,15 +1,11 @@
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 鎺ュ彛
*
- * @author 鑺嬮亾婧愮爜
+ * @author 瓒呯骇绠$悊鍛�
*/
public interface SocialClientApi {
@@ -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