diff --git a/app/controller/api/TaskController.php b/app/controller/api/TaskController.php index 9dfb771..26afd77 100644 --- a/app/controller/api/TaskController.php +++ b/app/controller/api/TaskController.php @@ -86,10 +86,10 @@ class TaskController // 获取对应手机号的加载日志 $GetLodeLog = GetLodeLog::where('phone', $phone)->first(); - - // 如果没有相关的验证码记录,提示发送验证码 - if (is_null($GetLodeLog)) { - return ApiResponseApp::error([], '请发送验证码'); + if(is_null($GetLodeLog)){ + //应该是不会出现没获取验证码就getcode + // return ApiResponseApp::error([],'请发送验证码'); + return ApiResponseApp::success([]); } // 如果状态是 0,表示验证码未使用,直接返回成功 diff --git a/public/js/index-476be0bb.js b/public/js/index-476be0bb.js index bf2e154..bae6ebb 100644 --- a/public/js/index-476be0bb.js +++ b/public/js/index-476be0bb.js @@ -14821,7 +14821,7 @@ const Vf = { 立即加入: "Join Now", 群组: "Groups", 频道: "Channels", - 分享: "I earn 300-3000 points a day through 22JOB, it's easy and you can join too! Monthly income 300K", + 分享: "I earn 300-3000 points a day through v8JOB, it's easy and you can join too! Monthly income 300K", 余额: "Balance", 展开: "Expand", 隐藏: "hide",