From ab35ac8b769b2d9816dffb33a64f2c6f7bd5dd6e Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 05 九月 2024 17:05:55 +0800 Subject: [PATCH] 风行网页版爬虫 --- src/main/java/com/yeshi/buwan/service/inter/SMSService.java | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/service/inter/SMSService.java b/src/main/java/com/yeshi/buwan/service/inter/SMSService.java index 084ab93..55dee67 100644 --- a/src/main/java/com/yeshi/buwan/service/inter/SMSService.java +++ b/src/main/java/com/yeshi/buwan/service/inter/SMSService.java @@ -12,7 +12,7 @@ * @param codeLength * @throws SMSException */ - public void sendBindVCode(Long uid, String phone, int codeLength) throws SMSException; + public void sendBindVCode(String uid, String phone, int codeLength) throws SMSException; /** * 楠岃瘉鐮佹槸鍚﹀湪姝g‘ @@ -22,4 +22,26 @@ * @return */ public boolean verifyBindVCode(String phone, String code); + + + /** + * @return void + * @author hxh + * @description 鍙戦�佺櫥褰曢獙璇佺爜 + * @date 11:33 2022/1/13 + * @param: phone + * @param: codeLength + **/ + public void sendLoginVCode(String phone, int codeLength,String detailSystemId,int version) throws SMSException; + + + /** + * @return boolean + * @author hxh + * @description /楠岃瘉鐧诲綍楠岃瘉鐮� + * @date 11:33 2022/1/13 + * @param: phone + * @param: code + **/ + public boolean verifyLoginVCode(String phone, String code,String detailSystemId,int version); } -- Gitblit v1.8.0