yujian
2019-05-13 efdac57e87ef0ca1a525d13bb5b742c560607ae2
fanli/src/main/java/com/yeshi/fanli/controller/client/SMSController.java
@@ -86,6 +86,7 @@
         return;
      }
      phone = phone.replaceAll(" ", "");
      sendMSNnew(phone,slideVerify, 1, StringUtil.Md5(phone + "-" + acceptData.getDevice()), out);
   }