admin
2019-04-22 d8e29f62bbd9599be324a91836bd0927a55622e6
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);
   }