فهرست منبع

商家平台端门店装修

qrs 2 هفته پیش
والد
کامیت
c29694eda8

+ 1 - 1
alien-store-platform/src/main/java/shop/alien/storeplatform/controller/StorePlatformLoginController.java

@@ -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("当验证码过期或未发送");