Index: ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js =================================================================== diff -u -r40889 -r40911 --- ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 40889) +++ ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 40911) @@ -1,7 +1,7 @@ //ZSYY-438:短信验证码 function sendCodeByModify() { // Encrypt with the public key... - sendAuthenticationCodeSms(encryptedUserName, function (res) { + sendAuthenticationCodeSms(encryptedUserName, 'resetPwd', function (res) { if (res.success) { setCodeTimeoutByModify(); }