yujian
2019-04-22 5953f70fd53c8bbdf4fdf0c6b9307eff68d6fcaf
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);
   }