Parcourir la source

短信验证码内容

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1389 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg il y a 10 ans
Parent
commit
7967a7fdab

+ 1 - 1
src/main/java/com/uas/platform/b2b/controller/ServeController.java

@@ -125,7 +125,7 @@ public class ServeController {
 			String code = tokenService.getEncodeToken("mobile", userUu);
 			SendMsg msg = new SendMsg();
 			try {
-				msg.sendSimpleMsg(userPhone, code, SendMsg.UC, SendMsg.PWD);
+				msg.sendSimpleMsg(userPhone, "验证码:" + code + ",优软商务平台找回密码。", SendMsg.UC, SendMsg.PWD);
 			} catch (Exception e) {
 				e.printStackTrace();
 			}