天天财经

神仙打架!Gemini 3.8 Flash才登顶就被超车 Meta、Mostik接连出招 竞争聚焦「成本」

2026-09-04 06:16:16 网络 阅读(1)

AI模型竞赛正从「谁的模型最强」快速转向「谁能以最低成本完成真实任务」。Google (GOOGL-US) 9月2日推出Gemini 3.8 Flash,将高阶推理与程式开发能力压进更低价格区间;Meta Platforms (META-US) 隔日推出Muse Spark 1.3,在DeepSWE v1.1测试拿下75.4%;与此同时,名不见经传的AI新创Mostik则尝试让不同模型直接交换内部数学表示,甚至省去自然语言传输。三条看似不同的路线,正共同指向AI推理成本可能迎来结构性下降。

神仙打架!Gemini 3.8 Flash才登顶就被超车 Meta、Mostik接连出招 竞争聚焦「成本」

Google表示,Gemini 3.8 Flash是其目前最强的Flash系列推理与程式开发模型,也是6周内推出的第3个Flash版本。从Gemini 3.6 Flash到3.7,再到3.8,Google正以极快速度更新较小、更快且成本较低的模型,并将产品定位从单纯追求速度与低价格,逐步转向支援长时间软体工程、Agent工作流程及复杂多步骤推理。

Gemini 3.8 Flash在DeepSWE v1.1这项长周期软体工程测试中拿下约74%的成绩,一度登上排行榜首位。DeepSWE与传统程式码Benchmark不同,测试不是要求模型解一道独立演算法题,而是把AI Agent放进真实程式码库,要求模型理解问题、搜寻程式码、修改档案、呼叫工具、执行测试,若失败还必须持续寻找原因,因此一项任务可能需要数十甚至上百个步骤。

Google指出,Gemini 3.8 Flash在复杂任务上会「更努力」工作,增加推理步骤并反复呼叫工具,以提升完成长周期工作的可靠度。这种设计与过去单纯压低Token消耗的思路有所不同,因为模型可以在Token价格较低的情况下进行更长的Agent回圈。

Gemini 3.8 Flash的API首发价格维持在每100万个输入Token 0.75美元、每100万个输出Token 3.75美元,Google并提供最高100万Token的Context Window及最高6.4万Token的输出上限。官方目前将这一价格列为限时优惠,至少维持至2026年底。

真正受到市场关注的是,Gemini 3.8 Flash并非单纯以较低价格换取较弱能力。以原文所引用的DeepSWE测试估算,Gemini 3.8 Flash完成单一任务的平均成本约2.36美元,相较之下,Anthropic的Claude Opus 5在约74%能力水准下,单任务平均成本约11.84美元;OpenAI的GPT-5.6 Sol则约73%,平均成本约6.46美元。

这代表在能力相近的情况下,完成一项完整软体工程任务的成本可能出现数倍差距。这种差异在传统聊天机器人时代并不明显,但在Agent时代可能直接决定产品能否商业化。

原因在于,Agent并不是回答一次问题就结束。一个程式开发Agent可能连续执行100个步骤;研究型Agent可能搜寻数十个网页、读取数百页文件;企业内部Agent甚至可能持续工作数小时。只要单一任务需要大量Token及工具呼叫,成本差异就会被快速放大。

Google甚至表示,Gemini 3.8 Flash在面对复杂工作时会主动增加推理及工具使用,而不是单纯透过限制思考来节省成本。这也代表AI产业衡量推理成本的方式正在改变,市场未来关注的可能不再只是「每100万Token多少钱」,而是「完成一项真实任务究竟需要多少钱」。

就在Google发布Gemini 3.8 Flash后不久,Meta推出Muse Spark 1.3,AI模型竞赛再次出现快速反超。Meta公布的数据显示,Muse Spark 1.3在DeepSWE v1.1拿下75.4%,高于Claude Opus 5的74.0%及GPT-5.6 Sol的72.7%。Muse Spark 1.2在同一测试的成绩则约为59.3%,意味着新版本单次更新大幅提升约16个百分点。

不过,Muse Spark 1.3最值得注意的并非单纯刷新Benchmark,而是效率改善。Meta表示,相较Muse Spark 1.2,新模型完成Agent任务时工具呼叫约减少20%,Token消耗约降低25%。对需要大量回圈执行的Agent而言,少一次错误工具呼叫、少一段无效推理,都可能直接转化成更低的运算费用。

这种效率改善尤其重要,因为Agent最大的浪费往往不是正常推理,而是「走错路」。例如程式开发Agent如果在第20步误解使用者要求,接下来可能继续修改多个档案、执行数轮测试、搜寻大量程式码,直到数十个步骤后才发现方向错误。若模型能更早辨识需求模糊、更早发现自己无法完成,或在涉及不可逆操作时主动要求确认,就能减少大量不必要的Token与工具呼叫。

Meta的Muse Spark 1.3正强化这类能力,包括在长对话中维持多个工作流程、遇到模糊任务主动询问、无法解决问题时请求协助,以及在长时间执行后维持最初的任务限制。这使「模型知道自己会什么,也知道自己不会什么」成为Agent能力的重要一环。

Meta的另一项技术方向则是所谓「thought compression」,即在训练过程中对过度使用推理Token施加惩罚,使模型逐渐学会以更精简的推理链完成任务,再从较有效率的基础上继续提高能力。相关分析认为,这种训练方式是Muse Spark系列降低Token使用量的重要原因之一。

目前Muse Spark 1.3的部分Benchmark数据仍应审慎看待。第三方分析指出,DeepSWE的75.4%成绩是Meta在自有Muse Code环境下公布的结果,而Terminal-Bench 2.1的88.8%同样主要属于供应商公布数据,尚未全部获得官方排行榜独立验证。因此,对企业而言,这些数字可以作为参考,但真正导入生产环境前仍有必要使用自身工作负载测试。

DeepSWE本身则被设计成降低传统程式码Benchmark可能存在的资料污染问题。该测试包含113项任务,涵盖91个开源程式码库及TypeScript、Go、Python、JavaScript与Rust等语言,并采用新撰写的行为验证器,避免直接使用公开Pull Request中的解答。这使DeepSWE更适合评估模型是否具备真正的长周期软体工程能力。

但如果Google与Meta仍是在研究「如何用更少的Token完成同一件事」,Mostik正在尝试的方向则更加激进:如果两个AI模型本来就不是人类,为什么一定要用人类语言互相沟通?

WIRED报导,Mostik由CEO Sasha Malysheva主导,其首席科学家为日内瓦大学教授、2010年菲尔兹奖得主Stanislav Smirnov。团队正在研究让不同AI模型直接交换内部的数学表示,而不是先把内部资讯转换成中文或英文,再让另一个模型重新读取并理解。

目前多Agent系统通常采取类似人类对话的方式。模型A完成一部分推理后,先产生数百甚至数千个Token,把结果用自然语言描述;模型B接收这些文字后,再重新建立自己的内部表示,接着继续推理。

但大型语言模型真正进行计算时,并不是直接在中文或英文句子上运作,而是依赖高维度、连续性的数学表示。因此,Mostik的核心构想就是建立一座「Bridge」,让不同模型可以直接交换latent representation,而不是先把资讯转换成大量自然语言Token。

这个概念若能成熟,可能大幅改变AI系统的架构。

WIRED披露的一项实验中,Mostik把拥有7530亿参数的GLM-5.2与仅有40亿参数、可以在行动装置上运行的Qwen 3.5进行桥接,形成混合系统。实验结果显示,混合系统的能力介于两个模型之间,但推理成本只有完整GLM-5.2的约1/20。

当然,这并不代表Mostik已经解决了AI模型之间的「心灵感应」。Latent communication并非全新概念,过去研究也曾尝试交换embedding、hidden state及KV cache等内部表示。真正困难之处在于,不同模型的架构、参数、训练资料及内部坐标系都不同,要让两个模型真正理解彼此的latent space,本身就是非常复杂的问题。

Smirnov也指出,目前甚至还缺乏足够成熟的数学语言,用来描述不同AI模型之间可能存在的共同表示。因此,1/20的实验结果虽然令人瞩目,但距离大规模商业应用仍有相当距离。

不过,如果这条路线最终证明可行,可能带来的影响远超过单纯降低API价格。

过去两年,端侧AI的重要课题一直是如何把更大的模型塞进手机与其他装置,包括7B、4B、3B甚至1B级模型,透过蒸馏、量化与压缩降低运算需求。

另一种可能的未来则是,手机根本不需要一个「什么都会」的大模型。装置可能只需要运行一个0.xB或几B参数的小模型,负责理解使用者正在使用的App、装置状态及高频简单任务;只有遇到真正困难的工作,才透过某种Bridge呼叫远端大型模型。

更重要的是,远端模型未必需要接收完整的十万TokenContext,再从头阅读一遍。若latent communication技术成熟,系统可能只需要传输高度压缩的内部表示,由云端模型完成复杂推理后,再将新的内部状态传回本地模型。

这将使本地小模型负责高频、低成本及持续运作的工作,云端frontier model则专门处理低频但高难度的任务,两者透过更有效率的通信方式协同工作。

因此,Google、Meta与Mostik看似在做完全不同的事情,实际上却指向同一个趋势:AI的「智能单位成本」正在快速下降。

Google是在降低高阶能力的模型价格;Meta则是在降低完成任务所需的Token与工具呼叫;Mostik则试图从根本上减少模型之间传递资讯所需要产生的Token。

这意味着AI产业下一阶段的竞争,可能不再只是谁能在Benchmark上多拿几个百分点,而是谁能以最低的计算成本完成一个完整、可验证的真实任务。

这种变化对Agent商业化尤其重要。当一个Agent完成普通工作仍需要花费数十美元时,许多应用的经济效益并不存在;但如果同样工作未来只需要几毛美元,原本不具商业价值的AI应用就可能突然成立。

同样的逻辑也适用于多Agent系统。今天企业很难让数十个AI Agent围绕一名使用者24小时持续运作,因为Token、工具呼叫及云端运算成本太高。但如果推理成本未来再下降一至两个数量级,这种模式可能从昂贵的实验变成AI产品的预设架构。

Google目前已经透过Gemini 3.8 Flash展示「更高能力+更低单价」的组合,Meta则利用Muse Spark 1.3展示「更高能力+更少Token」的路线,而Mostik则提出「更少Token甚至不必产生自然语言Token」的更激进假设。

AI模型的排行榜每天都可能被刷新。Gemini 3.8 Flash的约74%、Muse Spark 1.3的75.4%,未来很可能很快就会被新的模型超越。但比起谁在某一天拿下世界第一,更值得关注的是另一个问题:当AI的能力持续提高时,这些智能究竟能便宜到什么程度?

历史上的技术革命往往不是发生在某项技术第一次能够运作的时候,而是发生在成本下降到足以让人们「随便使用」的时候。如果AI推理真的能从今天的价格再下降一至两个数量级,许多目前看来过于昂贵、过于疯狂甚至没有经济效益的Agent应用,可能才真正迎来大规模爆发。

当前页面数据源:

{
  "settings": {
    "x-powered-by": true,
    "etag": "weak",
    "env": "prd",
    "query parser": "simple",
    "subdomain offset": 2,
    "trust proxy": true,
    "views": [
      "./view"
    ],
    "jsonp callback name": "callback",
    "view options": {
      "debug": false,
      "cache": true,
      "minimize": true,
      "filename": "/www/wwwroot/www.chiefbao.com/view/default/article.html"
    },
    "view engine": "html"
  },
  "template": "default",
  "domain": "www.chiefbao.com",
  "static_url": "/public/view/default/",
  "APP_VERSION": "3.6.0",
  "site": {
    "name": "天天财经",
    "logo": "/public/uploads/default/logo-heade.png",
    "domain": "www.chiefbao.com",
    "email": "[email protected]",
    "wx": null,
    "icp": "陇ICP备2026000567号-2",
    "code": "",
    "json": "",
    "title": "天天财经-提供金融入门知识-投资理财技巧",
    "keywords": "炒外汇入门,外汇投资入门,外汇交易新手,外汇新手入门",
    "description": "天天财经-专业为投资者提供外汇期货股票贵金属入门基础知识,新手炒外汇投资,期货投资,股票投资入门知识,同时提供外汇期货股票学习视频教程,软件下载,推荐书籍,分享炒外汇、炒股票、炒期货投资经验,是投资者理想的金融财经学习网站。",
    "template": "default",
    "uploadWay": "1"
  },
  "nav": [
    {
      "id": 10,
      "pid": 0,
      "name": "首页",
      "pinyin": "home",
      "path": "/home",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 32,
          "pid": 10,
          "name": "外汇平台排名",
          "pinyin": "platrange",
          "path": "/home/platrange",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 34,
          "pid": 10,
          "name": "保险",
          "pinyin": "baoxian",
          "path": "/home/baoxian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 48,
              "pid": 34,
              "name": "保险入门",
              "pinyin": "bxrm",
              "path": "/home/baoxian/bxrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 35,
          "pid": 10,
          "name": "贵金属",
          "pinyin": "guijinshu",
          "path": "/home/guijinshu",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 49,
              "pid": 35,
              "name": "贵金属入门",
              "pinyin": "fjsrm",
              "path": "/home/guijinshu/fjsrm",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 50,
              "pid": 35,
              "name": "贵金属投资",
              "pinyin": "gjstz",
              "path": "/home/guijinshu/gjstz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 36,
          "pid": 10,
          "name": "期货",
          "pinyin": "qihuo",
          "path": "/home/qihuo",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 41,
              "pid": 36,
              "name": "期货入门",
              "pinyin": "qhrm",
              "path": "/home/qihuo/qhrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 42,
              "pid": 36,
              "name": "期货交易",
              "pinyin": "qhjy",
              "path": "/home/qihuo/qhjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 43,
              "pid": 36,
              "name": "股指期货",
              "pinyin": "fzqh",
              "path": "/home/qihuo/fzqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 44,
              "pid": 36,
              "name": "原油期货",
              "pinyin": "yyqh",
              "path": "/home/qihuo/yyqh",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 45,
              "pid": 36,
              "name": "期货公司",
              "pinyin": "qhgs",
              "path": "/home/qihuo/qhgs",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 46,
              "pid": 36,
              "name": "期货开户",
              "pinyin": "qhkh",
              "path": "/home/qihuo/qhkh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 47,
              "pid": 36,
              "name": "期货交易所",
              "pinyin": "qhjys",
              "path": "/home/qihuo/qhjys",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 37,
          "pid": 10,
          "name": "股票",
          "pinyin": "gupiao",
          "path": "/home/gupiao",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 51,
              "pid": 37,
              "name": "股票入门",
              "pinyin": "gprm",
              "path": "/home/gupiao/gprm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 52,
              "pid": 37,
              "name": "股票投资",
              "pinyin": "gptz",
              "path": "/home/gupiao/gptz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 53,
              "pid": 37,
              "name": "股票交易",
              "pinyin": "gpjy",
              "path": "/home/gupiao/gpjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 38,
          "pid": 10,
          "name": "证券",
          "pinyin": "zhengquan",
          "path": "/home/zhengquan",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 54,
              "pid": 38,
              "name": "证券入门",
              "pinyin": "zqrm",
              "path": "/home/zhengquan/zqrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 39,
          "pid": 10,
          "name": "区块链",
          "pinyin": "qukuailian",
          "path": "/home/qukuailian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 55,
              "pid": 39,
              "name": "区块链入门",
              "pinyin": "qklrm",
              "path": "/home/qukuailian/qklrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 40,
          "pid": 10,
          "name": "黄金",
          "pinyin": "huangjin",
          "path": "/home/huangjin",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 56,
              "pid": 40,
              "name": "黄金入门",
              "pinyin": "hjrm",
              "path": "/home/huangjin/hjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 57,
              "pid": 40,
              "name": "黄金投资",
              "pinyin": "hjtz",
              "path": "/home/huangjin/hjtz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 58,
              "pid": 40,
              "name": "黄金期货",
              "pinyin": "hjqh",
              "path": "/home/huangjin/hjqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 59,
              "pid": 40,
              "name": "黄金现货",
              "pinyin": "hjxh",
              "path": "/home/huangjin/hjxh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 60,
              "pid": 40,
              "name": "黄金交易",
              "pinyin": "hjjy",
              "path": "/home/huangjin/hjjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 61,
          "pid": 10,
          "name": "基金",
          "pinyin": "jijin",
          "path": "/home/jijin",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 62,
              "pid": 61,
              "name": "基金入门",
              "pinyin": "jjrm",
              "path": "/home/jijin/jjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 71,
          "pid": 10,
          "name": "经纪商 ",
          "pinyin": "jjs",
          "path": "/home/jjs",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 15,
      "pid": 0,
      "name": "热点新闻",
      "pinyin": "new",
      "path": "/new",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 25,
          "pid": 15,
          "name": "美股",
          "pinyin": "mg",
          "path": "/new/mg",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 26,
          "pid": 15,
          "name": "港股",
          "pinyin": "hk",
          "path": "/new/hk",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 27,
          "pid": 15,
          "name": "台股",
          "pinyin": "tw",
          "path": "/new/tw",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 28,
          "pid": 15,
          "name": "科技",
          "pinyin": "AI",
          "path": "/new/AI",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 17,
      "pid": 0,
      "name": "外汇行情",
      "pinyin": "whhq",
      "path": "/whhq",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 18,
      "pid": 0,
      "name": "外汇平台",
      "pinyin": "whplat",
      "path": "/whplat",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 19,
      "pid": 0,
      "name": "外汇开户",
      "pinyin": "whkh",
      "path": "/whkh",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 20,
      "pid": 0,
      "name": "外汇策略",
      "pinyin": "whcl",
      "path": "/whcl",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 21,
      "pid": 0,
      "name": "外汇入门",
      "pinyin": "whrm",
      "path": "/whrm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 22,
      "pid": 0,
      "name": "外汇交易",
      "pinyin": "whjy",
      "path": "/whjy",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 23,
      "pid": 0,
      "name": "曝光台",
      "pinyin": "bgt",
      "path": "/bgt",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list-expose.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 24,
      "pid": 0,
      "name": "广告合作",
      "pinyin": "gghz",
      "path": "/gghz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 30,
      "pid": 0,
      "name": "实时",
      "pinyin": "hour",
      "path": "/hour",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 33,
      "pid": 0,
      "name": "广告招商",
      "pinyin": "ggzs",
      "path": "/ggzs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 65,
      "pid": 0,
      "name": "外汇经纪商",
      "pinyin": "whjjs",
      "path": "/whjjs",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 66,
          "pid": 65,
          "name": "XM外汇",
          "pinyin": "smfx",
          "path": "/whjjs/smfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 67,
          "pid": 65,
          "name": "Exness外汇",
          "pinyin": "exfx",
          "path": "/whjjs/exfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 68,
          "pid": 65,
          "name": "TMGM外汇",
          "pinyin": "tmgmfx",
          "path": "/whjjs/tmgmfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 69,
          "pid": 65,
          "name": "Doo Prime德璞资本",
          "pinyin": "doo",
          "path": "/whjjs/doo",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 70,
          "pid": 65,
          "name": "FXTM富拓",
          "pinyin": "fxtm",
          "path": "/whjjs/fxtm",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 72,
          "pid": 65,
          "name": "EC外汇",
          "pinyin": "ecfx",
          "path": "/whjjs/ecfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    }
  ],
  "category": [
    {
      "id": 10,
      "pid": 0,
      "name": "首页",
      "pinyin": "home",
      "path": "/home",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 32,
          "pid": 10,
          "name": "外汇平台排名",
          "pinyin": "platrange",
          "path": "/home/platrange",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 34,
          "pid": 10,
          "name": "保险",
          "pinyin": "baoxian",
          "path": "/home/baoxian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 48,
              "pid": 34,
              "name": "保险入门",
              "pinyin": "bxrm",
              "path": "/home/baoxian/bxrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 35,
          "pid": 10,
          "name": "贵金属",
          "pinyin": "guijinshu",
          "path": "/home/guijinshu",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 49,
              "pid": 35,
              "name": "贵金属入门",
              "pinyin": "fjsrm",
              "path": "/home/guijinshu/fjsrm",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 50,
              "pid": 35,
              "name": "贵金属投资",
              "pinyin": "gjstz",
              "path": "/home/guijinshu/gjstz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 36,
          "pid": 10,
          "name": "期货",
          "pinyin": "qihuo",
          "path": "/home/qihuo",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 41,
              "pid": 36,
              "name": "期货入门",
              "pinyin": "qhrm",
              "path": "/home/qihuo/qhrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 42,
              "pid": 36,
              "name": "期货交易",
              "pinyin": "qhjy",
              "path": "/home/qihuo/qhjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 43,
              "pid": 36,
              "name": "股指期货",
              "pinyin": "fzqh",
              "path": "/home/qihuo/fzqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 44,
              "pid": 36,
              "name": "原油期货",
              "pinyin": "yyqh",
              "path": "/home/qihuo/yyqh",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 45,
              "pid": 36,
              "name": "期货公司",
              "pinyin": "qhgs",
              "path": "/home/qihuo/qhgs",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 46,
              "pid": 36,
              "name": "期货开户",
              "pinyin": "qhkh",
              "path": "/home/qihuo/qhkh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 47,
              "pid": 36,
              "name": "期货交易所",
              "pinyin": "qhjys",
              "path": "/home/qihuo/qhjys",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 37,
          "pid": 10,
          "name": "股票",
          "pinyin": "gupiao",
          "path": "/home/gupiao",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 51,
              "pid": 37,
              "name": "股票入门",
              "pinyin": "gprm",
              "path": "/home/gupiao/gprm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 52,
              "pid": 37,
              "name": "股票投资",
              "pinyin": "gptz",
              "path": "/home/gupiao/gptz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 53,
              "pid": 37,
              "name": "股票交易",
              "pinyin": "gpjy",
              "path": "/home/gupiao/gpjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 38,
          "pid": 10,
          "name": "证券",
          "pinyin": "zhengquan",
          "path": "/home/zhengquan",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 54,
              "pid": 38,
              "name": "证券入门",
              "pinyin": "zqrm",
              "path": "/home/zhengquan/zqrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 39,
          "pid": 10,
          "name": "区块链",
          "pinyin": "qukuailian",
          "path": "/home/qukuailian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 55,
              "pid": 39,
              "name": "区块链入门",
              "pinyin": "qklrm",
              "path": "/home/qukuailian/qklrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 40,
          "pid": 10,
          "name": "黄金",
          "pinyin": "huangjin",
          "path": "/home/huangjin",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 56,
              "pid": 40,
              "name": "黄金入门",
              "pinyin": "hjrm",
              "path": "/home/huangjin/hjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 57,
              "pid": 40,
              "name": "黄金投资",
              "pinyin": "hjtz",
              "path": "/home/huangjin/hjtz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 58,
              "pid": 40,
              "name": "黄金期货",
              "pinyin": "hjqh",
              "path": "/home/huangjin/hjqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 59,
              "pid": 40,
              "name": "黄金现货",
              "pinyin": "hjxh",
              "path": "/home/huangjin/hjxh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 60,
              "pid": 40,
              "name": "黄金交易",
              "pinyin": "hjjy",
              "path": "/home/huangjin/hjjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 61,
          "pid": 10,
          "name": "基金",
          "pinyin": "jijin",
          "path": "/home/jijin",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 62,
              "pid": 61,
              "name": "基金入门",
              "pinyin": "jjrm",
              "path": "/home/jijin/jjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 71,
          "pid": 10,
          "name": "经纪商 ",
          "pinyin": "jjs",
          "path": "/home/jjs",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 15,
      "pid": 0,
      "name": "热点新闻",
      "pinyin": "new",
      "path": "/new",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 25,
          "pid": 15,
          "name": "美股",
          "pinyin": "mg",
          "path": "/new/mg",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 26,
          "pid": 15,
          "name": "港股",
          "pinyin": "hk",
          "path": "/new/hk",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 27,
          "pid": 15,
          "name": "台股",
          "pinyin": "tw",
          "path": "/new/tw",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 28,
          "pid": 15,
          "name": "科技",
          "pinyin": "AI",
          "path": "/new/AI",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 17,
      "pid": 0,
      "name": "外汇行情",
      "pinyin": "whhq",
      "path": "/whhq",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 18,
      "pid": 0,
      "name": "外汇平台",
      "pinyin": "whplat",
      "path": "/whplat",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 19,
      "pid": 0,
      "name": "外汇开户",
      "pinyin": "whkh",
      "path": "/whkh",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 20,
      "pid": 0,
      "name": "外汇策略",
      "pinyin": "whcl",
      "path": "/whcl",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 21,
      "pid": 0,
      "name": "外汇入门",
      "pinyin": "whrm",
      "path": "/whrm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 22,
      "pid": 0,
      "name": "外汇交易",
      "pinyin": "whjy",
      "path": "/whjy",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 23,
      "pid": 0,
      "name": "曝光台",
      "pinyin": "bgt",
      "path": "/bgt",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list-expose.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 24,
      "pid": 0,
      "name": "广告合作",
      "pinyin": "gghz",
      "path": "/gghz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 25,
      "pid": 15,
      "name": "美股",
      "pinyin": "mg",
      "path": "/new/mg",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 26,
      "pid": 15,
      "name": "港股",
      "pinyin": "hk",
      "path": "/new/hk",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 27,
      "pid": 15,
      "name": "台股",
      "pinyin": "tw",
      "path": "/new/tw",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 28,
      "pid": 15,
      "name": "科技",
      "pinyin": "AI",
      "path": "/new/AI",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 30,
      "pid": 0,
      "name": "实时",
      "pinyin": "hour",
      "path": "/hour",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 32,
      "pid": 10,
      "name": "外汇平台排名",
      "pinyin": "platrange",
      "path": "/home/platrange",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 33,
      "pid": 0,
      "name": "广告招商",
      "pinyin": "ggzs",
      "path": "/ggzs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 34,
      "pid": 10,
      "name": "保险",
      "pinyin": "baoxian",
      "path": "/home/baoxian",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 48,
          "pid": 34,
          "name": "保险入门",
          "pinyin": "bxrm",
          "path": "/home/baoxian/bxrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 35,
      "pid": 10,
      "name": "贵金属",
      "pinyin": "guijinshu",
      "path": "/home/guijinshu",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 49,
          "pid": 35,
          "name": "贵金属入门",
          "pinyin": "fjsrm",
          "path": "/home/guijinshu/fjsrm",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 50,
          "pid": 35,
          "name": "贵金属投资",
          "pinyin": "gjstz",
          "path": "/home/guijinshu/gjstz",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 36,
      "pid": 10,
      "name": "期货",
      "pinyin": "qihuo",
      "path": "/home/qihuo",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 41,
          "pid": 36,
          "name": "期货入门",
          "pinyin": "qhrm",
          "path": "/home/qihuo/qhrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 42,
          "pid": 36,
          "name": "期货交易",
          "pinyin": "qhjy",
          "path": "/home/qihuo/qhjy",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 43,
          "pid": 36,
          "name": "股指期货",
          "pinyin": "fzqh",
          "path": "/home/qihuo/fzqh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 44,
          "pid": 36,
          "name": "原油期货",
          "pinyin": "yyqh",
          "path": "/home/qihuo/yyqh",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 45,
          "pid": 36,
          "name": "期货公司",
          "pinyin": "qhgs",
          "path": "/home/qihuo/qhgs",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 46,
          "pid": 36,
          "name": "期货开户",
          "pinyin": "qhkh",
          "path": "/home/qihuo/qhkh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 47,
          "pid": 36,
          "name": "期货交易所",
          "pinyin": "qhjys",
          "path": "/home/qihuo/qhjys",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 37,
      "pid": 10,
      "name": "股票",
      "pinyin": "gupiao",
      "path": "/home/gupiao",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 51,
          "pid": 37,
          "name": "股票入门",
          "pinyin": "gprm",
          "path": "/home/gupiao/gprm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 52,
          "pid": 37,
          "name": "股票投资",
          "pinyin": "gptz",
          "path": "/home/gupiao/gptz",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 53,
          "pid": 37,
          "name": "股票交易",
          "pinyin": "gpjy",
          "path": "/home/gupiao/gpjy",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 38,
      "pid": 10,
      "name": "证券",
      "pinyin": "zhengquan",
      "path": "/home/zhengquan",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 54,
          "pid": 38,
          "name": "证券入门",
          "pinyin": "zqrm",
          "path": "/home/zhengquan/zqrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 39,
      "pid": 10,
      "name": "区块链",
      "pinyin": "qukuailian",
      "path": "/home/qukuailian",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 55,
          "pid": 39,
          "name": "区块链入门",
          "pinyin": "qklrm",
          "path": "/home/qukuailian/qklrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 40,
      "pid": 10,
      "name": "黄金",
      "pinyin": "huangjin",
      "path": "/home/huangjin",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 56,
          "pid": 40,
          "name": "黄金入门",
          "pinyin": "hjrm",
          "path": "/home/huangjin/hjrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 57,
          "pid": 40,
          "name": "黄金投资",
          "pinyin": "hjtz",
          "path": "/home/huangjin/hjtz",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 58,
          "pid": 40,
          "name": "黄金期货",
          "pinyin": "hjqh",
          "path": "/home/huangjin/hjqh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 59,
          "pid": 40,
          "name": "黄金现货",
          "pinyin": "hjxh",
          "path": "/home/huangjin/hjxh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 60,
          "pid": 40,
          "name": "黄金交易",
          "pinyin": "hjjy",
          "path": "/home/huangjin/hjjy",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 41,
      "pid": 36,
      "name": "期货入门",
      "pinyin": "qhrm",
      "path": "/home/qihuo/qhrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 42,
      "pid": 36,
      "name": "期货交易",
      "pinyin": "qhjy",
      "path": "/home/qihuo/qhjy",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 43,
      "pid": 36,
      "name": "股指期货",
      "pinyin": "fzqh",
      "path": "/home/qihuo/fzqh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 44,
      "pid": 36,
      "name": "原油期货",
      "pinyin": "yyqh",
      "path": "/home/qihuo/yyqh",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 45,
      "pid": 36,
      "name": "期货公司",
      "pinyin": "qhgs",
      "path": "/home/qihuo/qhgs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 46,
      "pid": 36,
      "name": "期货开户",
      "pinyin": "qhkh",
      "path": "/home/qihuo/qhkh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 47,
      "pid": 36,
      "name": "期货交易所",
      "pinyin": "qhjys",
      "path": "/home/qihuo/qhjys",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 48,
      "pid": 34,
      "name": "保险入门",
      "pinyin": "bxrm",
      "path": "/home/baoxian/bxrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 49,
      "pid": 35,
      "name": "贵金属入门",
      "pinyin": "fjsrm",
      "path": "/home/guijinshu/fjsrm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 50,
      "pid": 35,
      "name": "贵金属投资",
      "pinyin": "gjstz",
      "path": "/home/guijinshu/gjstz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 51,
      "pid": 37,
      "name": "股票入门",
      "pinyin": "gprm",
      "path": "/home/gupiao/gprm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 52,
      "pid": 37,
      "name": "股票投资",
      "pinyin": "gptz",
      "path": "/home/gupiao/gptz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 53,
      "pid": 37,
      "name": "股票交易",
      "pinyin": "gpjy",
      "path": "/home/gupiao/gpjy",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 54,
      "pid": 38,
      "name": "证券入门",
      "pinyin": "zqrm",
      "path": "/home/zhengquan/zqrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 55,
      "pid": 39,
      "name": "区块链入门",
      "pinyin": "qklrm",
      "path": "/home/qukuailian/qklrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 56,
      "pid": 40,
      "name": "黄金入门",
      "pinyin": "hjrm",
      "path": "/home/huangjin/hjrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 57,
      "pid": 40,
      "name": "黄金投资",
      "pinyin": "hjtz",
      "path": "/home/huangjin/hjtz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 58,
      "pid": 40,
      "name": "黄金期货",
      "pinyin": "hjqh",
      "path": "/home/huangjin/hjqh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 59,
      "pid": 40,
      "name": "黄金现货",
      "pinyin": "hjxh",
      "path": "/home/huangjin/hjxh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 60,
      "pid": 40,
      "name": "黄金交易",
      "pinyin": "hjjy",
      "path": "/home/huangjin/hjjy",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 61,
      "pid": 10,
      "name": "基金",
      "pinyin": "jijin",
      "path": "/home/jijin",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 62,
          "pid": 61,
          "name": "基金入门",
          "pinyin": "jjrm",
          "path": "/home/jijin/jjrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 62,
      "pid": 61,
      "name": "基金入门",
      "pinyin": "jjrm",
      "path": "/home/jijin/jjrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 65,
      "pid": 0,
      "name": "外汇经纪商",
      "pinyin": "whjjs",
      "path": "/whjjs",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 66,
          "pid": 65,
          "name": "XM外汇",
          "pinyin": "smfx",
          "path": "/whjjs/smfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 67,
          "pid": 65,
          "name": "Exness外汇",
          "pinyin": "exfx",
          "path": "/whjjs/exfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 68,
          "pid": 65,
          "name": "TMGM外汇",
          "pinyin": "tmgmfx",
          "path": "/whjjs/tmgmfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 69,
          "pid": 65,
          "name": "Doo Prime德璞资本",
          "pinyin": "doo",
          "path": "/whjjs/doo",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 70,
          "pid": 65,
          "name": "FXTM富拓",
          "pinyin": "fxtm",
          "path": "/whjjs/fxtm",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 72,
          "pid": 65,
          "name": "EC外汇",
          "pinyin": "ecfx",
          "path": "/whjjs/ecfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 66,
      "pid": 65,
      "name": "XM外汇",
      "pinyin": "smfx",
      "path": "/whjjs/smfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 67,
      "pid": 65,
      "name": "Exness外汇",
      "pinyin": "exfx",
      "path": "/whjjs/exfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 68,
      "pid": 65,
      "name": "TMGM外汇",
      "pinyin": "tmgmfx",
      "path": "/whjjs/tmgmfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 69,
      "pid": 65,
      "name": "Doo Prime德璞资本",
      "pinyin": "doo",
      "path": "/whjjs/doo",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 70,
      "pid": 65,
      "name": "FXTM富拓",
      "pinyin": "fxtm",
      "path": "/whjjs/fxtm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 71,
      "pid": 10,
      "name": "经纪商 ",
      "pinyin": "jjs",
      "path": "/home/jjs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 72,
      "pid": 65,
      "name": "EC外汇",
      "pinyin": "ecfx",
      "path": "/whjjs/ecfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    }
  ],
  "friendlink": [],
  "frag": {},
  "tag": [
    {
      "id": 1,
      "name": "EC外汇",
      "path": "pic",
      "count": 4
    },
    {
      "id": 16,
      "name": "XM官网",
      "path": "",
      "count": 1
    },
    {
      "id": 23,
      "name": "XM集团",
      "path": "",
      "count": 1
    },
    {
      "id": 2,
      "name": "XM外汇",
      "path": "chancms",
      "count": 0
    },
    {
      "id": 4,
      "name": "TMGM外汇平台",
      "path": "",
      "count": 0
    },
    {
      "id": 5,
      "name": "FXTM富拓",
      "path": "",
      "count": 0
    },
    {
      "id": 6,
      "name": "DLSM外汇官网",
      "path": "",
      "count": 0
    },
    {
      "id": 7,
      "name": "EX官网",
      "path": "",
      "count": 0
    },
    {
      "id": 8,
      "name": "德璞资本",
      "path": "",
      "count": 0
    },
    {
      "id": 9,
      "name": "比特币",
      "path": "",
      "count": 0
    },
    {
      "id": 10,
      "name": "致富财经",
      "path": "",
      "count": 0
    },
    {
      "id": 11,
      "name": "Xm外汇官网",
      "path": "",
      "count": 0
    },
    {
      "id": 12,
      "name": "TMGM官网",
      "path": "",
      "count": 0
    },
    {
      "id": 13,
      "name": "外汇交易",
      "path": "",
      "count": 0
    },
    {
      "id": 14,
      "name": "炒外汇",
      "path": "",
      "count": 0
    },
    {
      "id": 15,
      "name": "美股",
      "path": "",
      "count": 0
    },
    {
      "id": 17,
      "name": "陆港股",
      "path": "",
      "count": 0
    },
    {
      "id": 18,
      "name": "黄金",
      "path": "",
      "count": 0
    },
    {
      "id": 19,
      "name": "石油",
      "path": "",
      "count": 0
    },
    {
      "id": 20,
      "name": "贵金属",
      "path": "",
      "count": 0
    },
    {
      "id": 21,
      "name": "致富证券",
      "path": "",
      "count": 0
    },
    {
      "id": 22,
      "name": "金融诈骗",
      "path": "",
      "count": 0
    },
    {
      "id": 24,
      "name": "富拓外汇",
      "path": "",
      "count": 0
    }
  ],
  "ads": [
    {
      "id": 1913,
      "title": "HeroSMS",
      "img": "/public/uploads/default/image/2026/06/08/1780906856004.png",
      "link": "http://www.xiaolizi.work"
    },
    {
      "id": 1914,
      "title": "致富财经",
      "img": "/public/uploads/default/image/2026/06/08/1780906939770.png",
      "link": "https://www.chiefrich.com"
    },
    {
      "id": 1915,
      "title": "致富财经",
      "img": "/public/uploads/default/image/2026/06/08/1780906983444.png",
      "link": "https://www.chiefrich.com"
    },
    {
      "id": 3389,
      "title": "科技改变生活",
      "img": "/public/uploads/default/image/2026/06/23/1782210403190.png",
      "link": "https://www.chiefrich.com"
    },
    {
      "id": 4444,
      "title": "XM官网",
      "img": "/public/uploads/default/image/2026/07/01/1782876542326.png",
      "link": "https://affs.click/4nWcr"
    },
    {
      "id": 5965,
      "title": "昂首外汇",
      "img": "/public/uploads/default/image/2026/07/09/1783592741949.png",
      "link": "https://my.anzocapital.com/register?node=MjM2MTA=&language=zh-Hans"
    }
  ],
  "recommend": [
    {
      "id": 9195,
      "title": "库克一句话释讯号 记忆体晶片股触底了吗?",
      "shortTitle": "库克一句话释讯号 记忆体晶片股触底了吗?",
      "img": "https://cimg.cnyes.cool/prod/news/6555556/l/9d75195cb49474b189ea719b0da7761d.jpg",
      "createdAt": "2026-08-01T04:10:02.000Z",
      "description": "苹果执行长库克留给股市的最后一份「礼物」,可能就是为大跌后的记忆体晶片股带来一个值得布局的底部讯号。策略师 Adam Turnquist 表示,投资人可以将苹果对记忆体价格的评论,解读为近期记忆体晶片股的抛售可能已经过头。",
      "pv": 158,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 9197,
      "title": "美股狂欢别高兴太早?华许引爆美债「熊市陡峭化」警讯",
      "shortTitle": "美股狂欢别高兴太早?华许引爆美债「熊市陡峭化」警讯",
      "img": "https://cimg.cnyes.cool/prod/news/6554933/l/5ffc3f995606e80f72e58d87c61db43c.jpg",
      "createdAt": "2026-08-01T05:10:02.000Z",
      "description": "《华尔街日报》专栏作家 Spencer Jakab 警告,这次走势并非经济复苏带来的「金发女孩时刻」,反而可能反映市场对通膨、财政及联准会公信力的疑虑。",
      "pv": 157,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 11247,
      "title": "OpenAI和Anthropic表现定生死!《大卖空》真实主角示警:AI荣景存在致命弱点",
      "shortTitle": "OpenAI和Anthropic表现定生死!《大卖空》真实主",
      "img": "https://cimg.cnyes.cool/prod/news/6576088/l/37436f9dd782627e14ab94d6d2976534.jpg",
      "createdAt": "2026-08-13T21:00:06.000Z",
      "description": "华尔街知名投资人艾斯曼(Steve Eisman)最新警告,本轮人工智慧热潮如今愈发依赖两家企业的发展命运:OpenAI与Anthropic。艾斯曼现在也是播客《艾斯曼真实投资法则》主持人,此前曾任纽伯格伯曼高级投资组合经理。 这位因全球金融危机前夕押注做空美国房市而声名大噪的投资人周二(11日)向《CNBC》表示,微软、亚马逊、谷歌及甲骨文四家科技巨头,他们的AI相关营收中约七成均来自上述两家AI新创公司,OpenAI与Anthropic贡献的营收占四家云端运算业务总收入的比重更达到25%至3",
      "pv": 149,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 158,
      "title": "苹果、华为、小米促销 在中国市场降价千元",
      "shortTitle": "苹果、华为、小米促销 在中国市场降价千元",
      "img": "https://cimg.cnyes.cool/prod/news/6461502/l/1ee6215af9fda04c4ba6ba5cd0bc35e0.jpg",
      "createdAt": "2026-05-18T02:18:39.000Z",
      "description": "近日苹果、华为、小米三大手机厂商在中国市场展开降价促销。",
      "pv": 140,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 2669,
      "title": "联发科独家接单!郭明?:谷歌开发TPU v9晶片加强版「Triggerfish」 主打AI推理能力升级",
      "shortTitle": "联发科独家接单!郭明?:谷歌开发TPU v9晶片加强版「Tr",
      "img": "https://cimg.cnyes.cool/prod/news/6507163/l/cae5e1efafe845972f0c8c95ededf10d.jpg",
      "createdAt": "2026-06-22T07:30:03.000Z",
      "description": "天风国际证券分析师郭明?今 (22) 日表示,谷歌将在代号「Humufish」的 TPU v9 自研 AI 晶片基础上,推出一款主打 AI 推理能力升级的改版晶片,代号疑似为「Triggerfish」,并由联发科独家取得新增订单。 郭明?指出,Triggerfish 旨在缓解 AI ASIC 常见的「CPU 墙」与「记忆体墙 (Memory Wall)」瓶颈。 相较于 Humufish,Triggerfish 片内 SRAM 快取容量提升至 2-3 倍,可将更大规模活跃工作集保留于 TPU,",
      "pv": 130,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 10860,
      "title": "债息每秒烧掉3.7万美元!国会预算办公室:全年赤字上修至2.1兆美元",
      "shortTitle": "债息每秒烧掉3.7万美元!国会预算办公室:全年赤字上修至2.",
      "img": "https://cimg.cnyes.cool/prod/news/6572165/l/b66feb49f772e2bceecd152f676f33bf.jpg",
      "createdAt": "2026-08-12T00:20:07.000Z",
      "description": "美国国会预算办公室 (CBO)8 月预算更新报告揭露联邦财政压力达新高峰。截至 2026 年 7 月,美国公共债务规模逼近 40 兆美元,2025 年 10 月至 2026 年 7 月(本财年前 10 月) 净利息支出达 9630 亿美元,月均 963 亿、日均约 31.8 亿美元,相当于每秒烧掉 3.7 万美元。 利息暴增源于双重夹击:一是债务存量高于去年同期,加上长天期利率走扬,使净利息较上年同期多付 1170 亿美元、年增 14%。CBO 指出,短天期利率回落仅部分抵销涨幅。 同期联邦赤字",
      "pv": 128,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 6207,
      "title": "晶片股回档恐引发市场震荡 大摩:这些族群最值得布局",
      "shortTitle": "晶片股回档恐引发市场震荡 大摩:这些族群最值得布局",
      "img": "https://cimg.cnyes.cool/prod/news/6531163/l/23486d9bdf06c6a871216a53921a3664.jpg",
      "createdAt": "2026-07-11T06:00:07.000Z",
      "description": "近期备受追捧的半导体族群,在过去几周明显降温,而这波修正不仅可能持续,还可能使整体股市进入震荡格局。这是摩根士丹利首席美股策略师 Mike Wilson 领导的策略团队,周一在客户报告中提出的最新看法。",
      "pv": 125,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 344,
      "title": "川普延后签AI行政令 力保「领先中国」优势",
      "shortTitle": "川普延后签AI行政令 力保「领先中国」优势",
      "img": "https://cimg.cnyes.cool/prod/news/6466870/l/9baf7c5fb42d2bd20f8e234236ab9331.jpg",
      "createdAt": "2026-05-21T23:43:21.000Z",
      "description": "美国总统川普周四 (21 日) 临时喊卡原定发布的 AI 行政命令,理由是不希望任何监管措施削弱美国在人工智慧 (AI) 领域对中国的领先优势,也再次凸显白宫内部对 AI 发展与监管方向仍存在分歧。",
      "pv": 121,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 1743,
      "title": "台积电成最大赢家!AI封装重构半导体格局、大摩点名CoWoS、CPO、WoW三大技术",
      "shortTitle": "台积电成最大赢家!AI封装重构半导体格局、大摩点名CoWoS",
      "img": "https://cimg.cnyes.cool/prod/news/6480009/l/6f0c04ccc9f901fff0a23e9774727236.jpg",
      "createdAt": "2026-06-02T07:23:36.000Z",
      "description": "摩根士丹利最新报告指出,2030 年全球 AI 半导体市场规模将达 7,530 亿美元,先进封装已成为决定 AI 晶片效能与成本的关键。台积电 CoWoS 产能持续扩张,辉达为最大客户;CPO 共封装光学与 WoW 晶圆堆叠技术也快速崛起,成为",
      "pv": 120,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    },
    {
      "id": 2771,
      "title": "美股重点新闻摘要2026年6月23日",
      "shortTitle": "美股重点新闻摘要2026年6月23日",
      "img": "https://cimg.cnyes.cool/prod/news/6507760/l/568096987fe332d5df3df2a225455259.jpg",
      "createdAt": "2026-06-23T00:00:04.000Z",
      "description": "美股重点新闻摘要 2026 年 6 月 23 日",
      "pv": 120,
      "pinyin": "mg",
      "name": "美股",
      "path": "/new/mg"
    }
  ],
  "prev": {
    "id": 14017,
    "title": "〈纽约汇市〉美元下跌 债市抛售降温 日元飙至1个月高点",
    "name": "美股",
    "path": "/new/mg"
  },
  "next": {
    "id": 14020,
    "title": "美债殖利率为何飙升?华尔街和Fed官员说法截然不同",
    "name": "美股",
    "path": "/new/mg"
  },
  "randomRecommend": [
    {
      "id": 1280,
      "title": "外汇平台无法出金该怎么办?",
      "img": "/public/uploads/default/image/2026/05/29/1780041015032_10zrvt.jpg",
      "path": "/whplat"
    },
    {
      "id": 1349,
      "title": "外汇新手提高交易技巧的方法,你学会了几个?",
      "img": "/public/uploads/default/image/2026/05/29/1780041055379_pa882q.jpg",
      "path": "/whrm"
    },
    {
      "id": 1300,
      "title": "MACD背离指标交易策略",
      "img": "/public/uploads/default/image/2026/05/29/1780041026182_zwbncb.png",
      "path": "/whcl"
    },
    {
      "id": 1305,
      "title": "第三代移动平均线指标",
      "img": "/public/uploads/default/image/2026/05/29/1780041040017_uxtce8.png",
      "path": "/whcl"
    },
    {
      "id": 1237,
      "title": "应对比预测更重要!外汇投资者必须掌握的逃生法则",
      "img": "/public/uploads/default/image/2026/05/29/1780040997542_lvep7n.jpg",
      "path": "/whhq"
    },
    {
      "id": 4264,
      "title": "比较靠谱的外汇平台有哪些?2026年十大外汇平台排名",
      "img": "/public/uploads/default/image/2026/06/29/1782715942859_5hvl3l.png",
      "path": "/whjy"
    },
    {
      "id": 4236,
      "title": "如何识别外汇对赌平台?外汇对赌平台有哪些?",
      "img": "/public/uploads/default/image/2026/06/29/1782715896577_cper5w.jpg",
      "path": "/whhq"
    },
    {
      "id": 1337,
      "title": "从外汇交易新手到小有成就,走了15年弯路写下的心得!",
      "img": "/public/uploads/default/image/2026/05/29/1780041051493_40wu68.jpg",
      "path": "/whrm"
    }
  ],
  "cate": {
    "id": 25,
    "pid": 15,
    "name": "美股",
    "pinyin": "mg",
    "path": "/new/mg",
    "orderBy": 0,
    "target": "0",
    "status": "0",
    "listView": "list.html",
    "articleView": "article.html",
    "seoTitle": "",
    "seoKeywords": "",
    "seoDescription": "",
    "type": "0",
    "dataConfig": null,
    "level": 1
  },
  "article": {
    "id": 14018,
    "cid": 25,
    "subCid": null,
    "title": "神仙打架!Gemini 3.8 Flash才登顶就被超车 Meta、Mostik接连出招 竞争聚焦「成本」",
    "shortTitle": "神仙打架!Gemini 3.8 Flash才登顶就被超车 M",
    "tagId": "",
    "attr": "",
    "articleView": null,
    "source": null,
    "author": "网络",
    "description": "Google与Meta接连推出新模型,AI Agent能力再刷新,但真正引发产业震动的不是榜单排名,而是推理成本持续下探,甚至有新创尝试让AI模型直接交换内部资讯,颠覆既有运算架构。",
    "img": "https://cimg.cnyes.cool/prod/news/6596942/l/e2571da19420ec3e1d99d256535e4771.jpg",
    "content": "<p>AI模型竞赛正从「谁的模型最强」快速转向「谁能以最低成本完成真实任务」。Google (GOOGL-US) 9月2日推出Gemini 3.8 Flash,将高阶推理与程式开发能力压进更低价格区间;Meta Platforms (META-US) 隔日推出Muse Spark 1.3,在DeepSWE v1.1测试拿下75.4%;与此同时,名不见经传的AI新创Mostik则尝试让不同模型直接交换内部数学表示,甚至省去自然语言传输。三条看似不同的路线,正共同指向AI推理成本可能迎来结构性下降。</p>\n<p style=\"text-align:center;\"><img src=\"https://cimg.cnyes.cool/prod/news/6596942/l/e2571da19420ec3e1d99d256535e4771.jpg\" alt=\"神仙打架!Gemini 3.8 Flash才登顶就被超车 Meta、Mostik接连出招 竞争聚焦「成本」\" style=\"width:50%;height:auto;border-radius:6px;margin:15px auto;display:block;\"></p>\n\n\n<p>Google表示,Gemini 3.8 Flash是其目前最强的Flash系列推理与程式开发模型,也是6周内推出的第3个Flash版本。从Gemini 3.6 Flash到3.7,再到3.8,Google正以极快速度更新较小、更快且成本较低的模型,并将产品定位从单纯追求速度与低价格,逐步转向支援长时间软体工程、Agent工作流程及复杂多步骤推理。</p>\n\n<p>Gemini 3.8 Flash在DeepSWE v1.1这项长周期软体工程测试中拿下约74%的成绩,一度登上排行榜首位。DeepSWE与传统程式码Benchmark不同,测试不是要求模型解一道独立演算法题,而是把AI Agent放进真实程式码库,要求模型理解问题、搜寻程式码、修改档案、呼叫工具、执行测试,若失败还必须持续寻找原因,因此一项任务可能需要数十甚至上百个步骤。</p>\n\n<p>Google指出,Gemini 3.8 Flash在复杂任务上会「更努力」工作,增加推理步骤并反复呼叫工具,以提升完成长周期工作的可靠度。这种设计与过去单纯压低Token消耗的思路有所不同,因为模型可以在Token价格较低的情况下进行更长的Agent回圈。</p>\n\n<p>Gemini 3.8 Flash的API首发价格维持在每100万个输入Token 0.75美元、每100万个输出Token 3.75美元,Google并提供最高100万Token的Context Window及最高6.4万Token的输出上限。官方目前将这一价格列为限时优惠,至少维持至2026年底。</p>\n\n<p>真正受到市场关注的是,Gemini 3.8 Flash并非单纯以较低价格换取较弱能力。以原文所引用的DeepSWE测试估算,Gemini 3.8 Flash完成单一任务的平均成本约2.36美元,相较之下,Anthropic的Claude Opus 5在约74%能力水准下,单任务平均成本约11.84美元;OpenAI的GPT-5.6 Sol则约73%,平均成本约6.46美元。</p>\n\n<p>这代表在能力相近的情况下,完成一项完整软体工程任务的成本可能出现数倍差距。这种差异在传统聊天机器人时代并不明显,但在Agent时代可能直接决定产品能否商业化。</p>\n\n<p>原因在于,Agent并不是回答一次问题就结束。一个程式开发Agent可能连续执行100个步骤;研究型Agent可能搜寻数十个网页、读取数百页文件;企业内部Agent甚至可能持续工作数小时。只要单一任务需要大量Token及工具呼叫,成本差异就会被快速放大。</p>\n\n<p>Google甚至表示,Gemini 3.8 Flash在面对复杂工作时会主动增加推理及工具使用,而不是单纯透过限制思考来节省成本。这也代表AI产业衡量推理成本的方式正在改变,市场未来关注的可能不再只是「每100万Token多少钱」,而是「完成一项真实任务究竟需要多少钱」。</p>\n\n<p>就在Google发布Gemini 3.8 Flash后不久,Meta推出Muse Spark 1.3,AI模型竞赛再次出现快速反超。Meta公布的数据显示,Muse Spark 1.3在DeepSWE v1.1拿下75.4%,高于Claude Opus 5的74.0%及GPT-5.6 Sol的72.7%。Muse Spark 1.2在同一测试的成绩则约为59.3%,意味着新版本单次更新大幅提升约16个百分点。</p>\n\n<p>不过,Muse Spark 1.3最值得注意的并非单纯刷新Benchmark,而是效率改善。Meta表示,相较Muse Spark 1.2,新模型完成Agent任务时工具呼叫约减少20%,Token消耗约降低25%。对需要大量回圈执行的Agent而言,少一次错误工具呼叫、少一段无效推理,都可能直接转化成更低的运算费用。</p>\n\n<p>这种效率改善尤其重要,因为Agent最大的浪费往往不是正常推理,而是「走错路」。例如程式开发Agent如果在第20步误解使用者要求,接下来可能继续修改多个档案、执行数轮测试、搜寻大量程式码,直到数十个步骤后才发现方向错误。若模型能更早辨识需求模糊、更早发现自己无法完成,或在涉及不可逆操作时主动要求确认,就能减少大量不必要的Token与工具呼叫。</p>\n\n<p>Meta的Muse Spark 1.3正强化这类能力,包括在长对话中维持多个工作流程、遇到模糊任务主动询问、无法解决问题时请求协助,以及在长时间执行后维持最初的任务限制。这使「模型知道自己会什么,也知道自己不会什么」成为Agent能力的重要一环。</p>\n\n<p>Meta的另一项技术方向则是所谓「thought compression」,即在训练过程中对过度使用推理Token施加惩罚,使模型逐渐学会以更精简的推理链完成任务,再从较有效率的基础上继续提高能力。相关分析认为,这种训练方式是Muse Spark系列降低Token使用量的重要原因之一。</p>\n\n<p>目前Muse Spark 1.3的部分Benchmark数据仍应审慎看待。第三方分析指出,DeepSWE的75.4%成绩是Meta在自有Muse Code环境下公布的结果,而Terminal-Bench 2.1的88.8%同样主要属于供应商公布数据,尚未全部获得官方排行榜独立验证。因此,对企业而言,这些数字可以作为参考,但真正导入生产环境前仍有必要使用自身工作负载测试。</p>\n\n<p>DeepSWE本身则被设计成降低传统程式码Benchmark可能存在的资料污染问题。该测试包含113项任务,涵盖91个开源程式码库及TypeScript、Go、Python、JavaScript与Rust等语言,并采用新撰写的行为验证器,避免直接使用公开Pull Request中的解答。这使DeepSWE更适合评估模型是否具备真正的长周期软体工程能力。</p>\n\n<p>但如果Google与Meta仍是在研究「如何用更少的Token完成同一件事」,Mostik正在尝试的方向则更加激进:如果两个AI模型本来就不是人类,为什么一定要用人类语言互相沟通?</p>\n\n<p>WIRED报导,Mostik由CEO Sasha Malysheva主导,其首席科学家为日内瓦大学教授、2010年菲尔兹奖得主Stanislav Smirnov。团队正在研究让不同AI模型直接交换内部的数学表示,而不是先把内部资讯转换成中文或英文,再让另一个模型重新读取并理解。</p>\n\n<p>目前多Agent系统通常采取类似人类对话的方式。模型A完成一部分推理后,先产生数百甚至数千个Token,把结果用自然语言描述;模型B接收这些文字后,再重新建立自己的内部表示,接着继续推理。</p>\n\n<p>但大型语言模型真正进行计算时,并不是直接在中文或英文句子上运作,而是依赖高维度、连续性的数学表示。因此,Mostik的核心构想就是建立一座「Bridge」,让不同模型可以直接交换latent representation,而不是先把资讯转换成大量自然语言Token。</p>\n\n<p>这个概念若能成熟,可能大幅改变AI系统的架构。</p>\n\n<p>WIRED披露的一项实验中,Mostik把拥有7530亿参数的GLM-5.2与仅有40亿参数、可以在行动装置上运行的Qwen 3.5进行桥接,形成混合系统。实验结果显示,混合系统的能力介于两个模型之间,但推理成本只有完整GLM-5.2的约1/20。</p>\n\n<p>当然,这并不代表Mostik已经解决了AI模型之间的「心灵感应」。Latent communication并非全新概念,过去研究也曾尝试交换embedding、hidden state及KV cache等内部表示。真正困难之处在于,不同模型的架构、参数、训练资料及内部坐标系都不同,要让两个模型真正理解彼此的latent space,本身就是非常复杂的问题。</p>\n\n<p>Smirnov也指出,目前甚至还缺乏足够成熟的数学语言,用来描述不同AI模型之间可能存在的共同表示。因此,1/20的实验结果虽然令人瞩目,但距离大规模商业应用仍有相当距离。</p>\n\n<p>不过,如果这条路线最终证明可行,可能带来的影响远超过单纯降低API价格。</p>\n\n<p>过去两年,端侧AI的重要课题一直是如何把更大的模型塞进手机与其他装置,包括7B、4B、3B甚至1B级模型,透过蒸馏、量化与压缩降低运算需求。</p>\n\n<p>另一种可能的未来则是,手机根本不需要一个「什么都会」的大模型。装置可能只需要运行一个0.xB或几B参数的小模型,负责理解使用者正在使用的App、装置状态及高频简单任务;只有遇到真正困难的工作,才透过某种Bridge呼叫远端大型模型。</p>\n\n<p>更重要的是,远端模型未必需要接收完整的十万TokenContext,再从头阅读一遍。若latent communication技术成熟,系统可能只需要传输高度压缩的内部表示,由云端模型完成复杂推理后,再将新的内部状态传回本地模型。</p>\n\n<p>这将使本地小模型负责高频、低成本及持续运作的工作,云端frontier model则专门处理低频但高难度的任务,两者透过更有效率的通信方式协同工作。</p>\n\n<p>因此,Google、Meta与Mostik看似在做完全不同的事情,实际上却指向同一个趋势:AI的「智能单位成本」正在快速下降。</p>\n\n<p>Google是在降低高阶能力的模型价格;Meta则是在降低完成任务所需的Token与工具呼叫;Mostik则试图从根本上减少模型之间传递资讯所需要产生的Token。</p>\n\n<p>这意味着AI产业下一阶段的竞争,可能不再只是谁能在Benchmark上多拿几个百分点,而是谁能以最低的计算成本完成一个完整、可验证的真实任务。</p>\n\n<p>这种变化对Agent商业化尤其重要。当一个Agent完成普通工作仍需要花费数十美元时,许多应用的经济效益并不存在;但如果同样工作未来只需要几毛美元,原本不具商业价值的AI应用就可能突然成立。</p>\n\n<p>同样的逻辑也适用于多Agent系统。今天企业很难让数十个AI Agent围绕一名使用者24小时持续运作,因为Token、工具呼叫及云端运算成本太高。但如果推理成本未来再下降一至两个数量级,这种模式可能从昂贵的实验变成AI产品的预设架构。</p>\n\n<p>Google目前已经透过Gemini 3.8 Flash展示「更高能力+更低单价」的组合,Meta则利用Muse Spark 1.3展示「更高能力+更少Token」的路线,而Mostik则提出「更少Token甚至不必产生自然语言Token」的更激进假设。</p>\n\n<p>AI模型的排行榜每天都可能被刷新。Gemini 3.8 Flash的约74%、Muse Spark 1.3的75.4%,未来很可能很快就会被新的模型超越。但比起谁在某一天拿下世界第一,更值得关注的是另一个问题:当AI的能力持续提高时,这些智能究竟能便宜到什么程度?</p>\n\n<p>历史上的技术革命往往不是发生在某项技术第一次能够运作的时候,而是发生在成本下降到足以让人们「随便使用」的时候。如果AI推理真的能从今天的价格再下降一至两个数量级,许多目前看来过于昂贵、过于疯狂甚至没有经济效益的Agent应用,可能才真正迎来大规模爆发。</p>\n<div class=\"related-articles seo-links\">\n  <h4>相关阅读</h4>\n  <ul>\n    <li><a href=\"/new/mg/article-3795.html\" title=\"美国5月核心资本财订单劲升1.6% 企业投资动能强劲\">美国5月核心资本财订单劲升1.6% 企业投资动能强劲</a></li>\n    <li><a href=\"/new/mg/article-13227.html\" title=\"Google同意支付2.6亿英镑 与英国应用开发者达成和解\">Google同意支付2.6亿英镑 与英国应用开发者达成和解</a></li>\n    <li><a href=\"/new/mg/article-9414.html\" title=\"〈纽约汇市〉美元持平 美日联手干预日元与油价回落削弱通膨忧虑\">〈纽约汇市〉美元持平 美日联手干预日元与油价回落削弱通膨忧虑</a></li>\n    <li><a href=\"/new/mg/article-8387.html\" title=\"〈纽约汇市〉美元小涨 Fed利率决策成市场焦点\">〈纽约汇市〉美元小涨 Fed利率决策成市场焦点</a></li>\n    <li><a href=\"/new/mg/article-8638.html\" title=\"准确预言金融海啸「华尔街先知」示警:美经济Q4迎「清算时刻」Fed本周将按兵不动\">准确预言金融海啸「华尔街先知」示警:美经济Q4迎「清算时刻」Fed本周将按兵不动</a></li>\n    <li><a href=\"/new/mg/article-3826.html\" title=\"AI基建太烧钱!辉达、SpaceX狂发500亿美元公司债 美国投资级债券6月创新高\">AI基建太烧钱!辉达、SpaceX狂发500亿美元公司债 美国投资级债券6月创新高</a></li>\n  </ul>\n</div>",
    "status": 0,
    "pv": 1,
    "link": "https://news.cnyes.com/news/id/6596942",
    "createdAt": "2026-09-03T21:31:19.000Z",
    "updatedAt": "2026-09-03T22:16:16.000Z"
  },
  "position": [
    {
      "id": 15,
      "pid": 0,
      "name": "热点新闻",
      "pinyin": "new",
      "path": "/new",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 25,
          "pid": 15,
          "name": "美股",
          "pinyin": "mg",
          "path": "/new/mg",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 26,
          "pid": 15,
          "name": "港股",
          "pinyin": "hk",
          "path": "/new/hk",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 27,
          "pid": 15,
          "name": "台股",
          "pinyin": "tw",
          "path": "/new/tw",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 28,
          "pid": 15,
          "name": "科技",
          "pinyin": "AI",
          "path": "/new/AI",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 25,
      "pid": 15,
      "name": "美股",
      "pinyin": "mg",
      "path": "/new/mg",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    }
  ],
  "_locals": {},
  "cache": false
}