rabin 3 년 전
부모
커밋
20f72aa552
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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']);