yujian
2019-04-12 3cc9b37357411757f68ca479d7b58dce26b41651
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);
   }