diff --git a/app/api/controller/Test.php b/app/api/controller/Test.php index cabcd82..be51a66 100644 --- a/app/api/controller/Test.php +++ b/app/api/controller/Test.php @@ -18,7 +18,7 @@ class Test extends Controller $user_one_info = $user->getOne(['Id'=>$this->userinfo['UserId']]); if ($user_one_info['is_verify'] == 1){ $data = [ - 'Code'=>10000 + 'Code'=>20000 ]; echo json_encode($data); die;