rabin 2 years ago
parent
commit
20f72aa552
2 changed files with 1 additions and 1 deletions
  1. BIN
      data/qiquan.xlsx
  2. 1 1
      service/option/src/My.php

BIN
data/qiquan.xlsx


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

@@ -9,7 +9,7 @@ class My extends Core
 {
     public function test()
     {
-        $where['email'] = '67144224@qq.com';
+        $where['email'] = '2934170@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']);