master
cody 3 months ago
parent 6cf5027447
commit 3fdd6cd09a

@ -652,7 +652,7 @@ class CourseController extends CommonController
}
// 获取打卡范围,千米
$content_check_range = Config::getValueByKey('content_check_range');
// $course = Course::find($all['course_id']);
$course = Course::find($all['course_id']);
// if (empty($course->longitude) || empty($course->latitude)) {
// return $this->fail([ResponseCode::ERROR_BUSINESS, '请先设置课程经纬度']);
// }

Loading…
Cancel
Save