美文网首页
准备工作

准备工作

作者: wqjcarnation | 来源:发表于2022-08-17 16:39 被阅读0次

    聚合账号

    yuhongjun

    登录管理后台https://dashboard.juhe.cn/home

    数据中心-我的api先申请免费接口-中间需要完成实名认证

    https://www.juhe.cn/docs/index/otherid/1/page/2

    驾照
    https://www.juhe.cn/docs/api/id/183
    驾考题库:key :aa26f38c40f6a4a8240481cceed95d6e

    image.png

    请求示例:
    http://v.juhe.cn/jztk/query?subject=1&model=c1&key=aa26f38c40f6a4a8240481cceed95d6e&testType=rand

    响应示例:
    {
    "reason": "ok",
    "result": [{
    "id": "18",
    "question": "这个标志是何含义?",
    "answer": "4",
    "item1": "小型汽车专用车道",
    "item2": "机动车专用车道",
    "item3": "出租汽车专用车道",
    "item4": "多乘员车辆专用车道",
    "explains": "此标志为多乘员车辆专用车道,比机动车专用车道标志上的小车多了2个小人,所以它是多乘员车辆专用车道。",
    "url": "http://images.juheapi.com/jztk/c1c2subject1/18.jpg"
    }

    跨域设置

    config/index.js的proxyTable节点下新增:

      //跨域配置
      "/api":{
                  target:'https://m.maoyan.com',
                  changeOrigin: true,//是否跨域
                  pathRewrite:{
                  '^/api':''//重写接口
                  }
              }

    相关文章

      网友评论

          本文标题:准备工作

          本文链接:https://www.haomeiwen.com/subject/jxnklrtx.html