From 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 11 七月 2019 16:34:13 +0800
Subject: [PATCH] 订单bug,分享爆款自购修改

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/SMSService.java |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/SMSService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/SMSService.java
index a7c00d7..d7127e9 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/SMSService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/SMSService.java
@@ -1,5 +1,7 @@
 package com.yeshi.fanli.service.inter.user;
 
+import java.math.BigDecimal;
+
 import com.yeshi.fanli.exception.SMSException;
 
 /**
@@ -16,7 +18,7 @@
 	 * @param phone
 	 * @throws SMSException
 	 */
-	public String sendLoginVCode(String phone) throws SMSException;
+	public String sendLoginVCode(String phone, int codeLength) throws SMSException;
 
 	/**
 	 * 鍙戦�佺粦瀹氶獙璇佺爜
@@ -24,7 +26,7 @@
 	 * @param phone
 	 * @throws SMSException
 	 */
-	public void sendBindVCode(String phone) throws SMSException;
+	public void sendBindVCode(String phone, int codeLength) throws SMSException;
 
 	/**
 	 * 鍙戦�佹彁鐜伴獙璇佺爜
@@ -33,4 +35,20 @@
 	 * @throws SMSException
 	 */
 	public void sendExtractVCode(String phone) throws SMSException;
+
+	/**
+	 * 鎻愮幇鎴愬姛鐭俊
+	 * 
+	 * @param phone
+	 * @param money
+	 */
+	public void sendExtractSuccessMsg(String phone, BigDecimal money) throws SMSException;
+
+	/**
+	 * 鍙戦�佹彁鐜板け璐ラ獙璇佺爜
+	 * 
+	 * @param phone
+	 * @param money
+	 */
+	public void sendExtractFailMsg(String phone, BigDecimal money) throws SMSException;
 }

--
Gitblit v1.8.0