dever 3 years ago
parent
commit
59d727be96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      service/option/lib/Core.php
  2. 1 1
      service/option/src/My.php

+ 1 - 1
service/option/lib/Core.php

@@ -14,7 +14,7 @@ class Core
     {
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
-            $this->uid = 3;
+            $this->uid = 5;
         }
         $this->checkLogin();
         if ($this->uid) {

+ 1 - 1
service/option/src/My.php

@@ -9,7 +9,7 @@ class My extends Core
 {
     public function test()
     {
-        $where['email'] = '2934170@qq.com';
+        $where['email'] = '67144224@qq.com';
         $code = Dever::load('passport/reg')->code(false, false);
         $email = base64_encode($where['email']);
         return Dever::load('option/lib/email.renzheng?aid='.$this->uid.'&email=' . $email . '&code=' . $code . '&username=' . $this->user['name']);