admin
2019-04-18 864a952fed0b9c4fce5ba91e9dd99ba7a8789742
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);
   }