Parcourir la source

Merge branch 'dev-xpy' into dev

xupuyuan il y a 11 mois
Parent
commit
7b168749e0
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/controller/api/Auth.php

+ 0 - 1
app/controller/api/Auth.php

@@ -1684,7 +1684,6 @@ class Auth extends BaseController
1684
         //log::info("页面传值==={$code}");
1684
         //log::info("页面传值==={$code}");
1685
         if (!$cache_code = Cache::get($sms_key)) return false;
1685
         if (!$cache_code = Cache::get($sms_key)) return false;
1686
         if ($code != $cache_code) return false;
1686
         if ($code != $cache_code) return false;
1687
-        Cache::delete($sms_key);
1688
         return true;
1687
         return true;
1689
     }
1688
     }
1690
     //批量生产100个账号
1689
     //批量生产100个账号