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