基本信息
请填写企业和方案的基本信息
方案需求
描述您的GEO优化需求和目标
提示:系统将根据您提供的信息,结合AI算法生成专业的GEO优化方案。方案包含行业分析、核心问题诊断、优化策略、执行计划和报价建议。
where('status', 1)->orderBy('sort_order', 'asc')->get(); // 获取模板列表 $templates = QueryBuilder::table('templates')->where('status', 1)->orderBy('sort_order', 'asc')->get(); echo json_encode([ 'success' => true, 'data' => [ 'industries' => $industries, 'templates' => $templates ] ]); } catch (Exception $e) { echo json_encode(['success' => false, 'message' => $e->getMessage()]); } exit; } ?>
请填写企业和方案的基本信息
描述您的GEO优化需求和目标