|
@@ -243,16 +243,4 @@ class member_loginControl extends mbMemberControl
|
|
|
$info = unserialize($ret['info']);
|
|
|
return $info;
|
|
|
}
|
|
|
-
|
|
|
- // 测试函数
|
|
|
- public function testOp()
|
|
|
- {
|
|
|
- $key = func::gen_auth_code_key('13917248980');
|
|
|
- $ret = wcache($key, array('code' => '2233', 'mobile' => 13917248980, 'SDFSD' => 'WRWER'), '', self::auth_code_expire);
|
|
|
- if (!$ret) {
|
|
|
- joutput_data(array('key' => '2233'));
|
|
|
- }
|
|
|
-
|
|
|
- $this->checkacode(13917248980, '2233');
|
|
|
- }
|
|
|
}
|