|
@@ -147,7 +147,7 @@ public class StorePlatformLoginController {
|
|
|
businessType = "modify_phone";
|
|
businessType = "modify_phone";
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
- if (0 != type) {
|
|
|
|
|
|
|
+ if (1 != type) {
|
|
|
String cacheCode = baseRedisService.getString("verification_store_platform_" + businessType + "_" + phone);
|
|
String cacheCode = baseRedisService.getString("verification_store_platform_" + businessType + "_" + phone);
|
|
|
if (null == cacheCode) {
|
|
if (null == cacheCode) {
|
|
|
return R.fail("当验证码过期或未发送");
|
|
return R.fail("当验证码过期或未发送");
|