价格预测
    价格预测
    • 示范县商品展示
      GET
    • 价格预测
      GET
    • 价格比较
      GET

      示范县商品展示

      GET
      /CountyProduct/
      返回所有参与价格预测的示范县商品

      请求参数

      无

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://106.15.185.1:8022/api/v1/CountyProduct/'

      返回响应

      🟢200成功
      application/json
      Body
      object {0}
      示例
      {
          "code": 4,
          "message": "成功查询",
          "data": {
              "data": [
                  {
                      "county": "四川省屏山县",
                      "productlist": [
                          "四川宜宾屏山茵红李",
                          "四川屏山炒青特级"
                      ]
                  },
                  {
                      "county": "安徽省巢湖市",
                      "productlist": [
                          "巢湖中垾番茄",
                          "巢湖稻虾米"
                      ]
                  },
                  {
                      "county": "江西省万年县",
                      "productlist": [
                          "万年贡蟹田丝苗米",
                          "千岁好有机山茶油"
                      ]
                  },
                  {
                      "county": "江西省上高县",
                      "productlist": [
                          "上高富硒大米",
                          "宜春上高富硒皇菊"
                      ]
                  },
                  {
                      "county": "江西省丰城县",
                      "productlist": [
                          "乡意浓江西丰城大米",
                          "江西新鲜脚板薯"
                      ]
                  },
                  {
                      "county": "江西省井冈山县",
                      "productlist": [
                          "吉田井冈山6号香粘大米",
                          "江西井冈山蜜柚"
                      ]
                  },
                  {
                      "county": "江西省奉新县",
                      "productlist": [
                          "奉新大米",
                          "江西奉新猕猴桃"
                      ]
                  },
                  {
                      "county": "江西省永新县",
                      "productlist": [
                          "永新红辣椒干",
                          "永新酱姜"
                      ]
                  },
                  {
                      "county": "湖北省仙桃市",
                      "productlist": [
                          "仙桃香米"
                      ]
                  }
              ]
          }
      }
      下一页
      价格预测
      Built with