|
@@ -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']);
|