|
@@ -119,7 +119,7 @@ public class SysProfileController extends BaseController {
|
|
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
|
|
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
|
|
@SaIgnore
|
|
@SaIgnore
|
|
@GetMapping("/appCheck")
|
|
@GetMapping("/appCheck")
|
|
- public R<Void> appCheck(@RequestParam("code") String code, @RequestParam("phone") String phone, @RequestParam("password") String password) {
|
|
|
|
|
|
+ public R<Void> appCheck(@RequestParam("code") String code, @RequestParam("phonenumber") String phone, @RequestParam("password") String password) {
|
|
String verifyKey = GlobalConstants.SMS_CAPTCHA_CODE_KEY + THR + ":" + StringUtils.blankToDefault(phone, "");
|
|
String verifyKey = GlobalConstants.SMS_CAPTCHA_CODE_KEY + THR + ":" + StringUtils.blankToDefault(phone, "");
|
|
String captcha = RedisUtils.getCacheObject(verifyKey);
|
|
String captcha = RedisUtils.getCacheObject(verifyKey);
|
|
if (ObjectUtils.isNotEmpty(captcha)) {
|
|
if (ObjectUtils.isNotEmpty(captcha)) {
|