2 Commit-ok f39f3383aa ... a0ce09e6ec

Szerző SHA1 Üzenet Dátum
  刘秀芳 a0ce09e6ec Merge branch 'agriculture' of http://www.sysuimars.cn:3000/feiniao/feiniao-farm-h5 into agriculture 1 hete
  刘秀芳 22a0ded2da fix: 接口 1 hete
1 módosított fájl, 15 hozzáadás és 0 törlés
  1. 15 0
      src/api/modules/questionnaire.js

+ 15 - 0
src/api/modules/questionnaire.js

@@ -66,4 +66,19 @@ module.exports = {
         url: config.base_new_url + "questionnaire/work_init/set",
         type: "post",
     },
+    // 查询首页气象胁迫信息
+    getWeatherReport: {
+        url: config.base_new_url + "questionnaire/risk_report_info",
+        type: "get",
+    },
+    // 查询气象预警报告
+    getWeatherRisk: {
+        url: config.base_new_url + "questionnaire/weather_risk_report",
+        type: "get",
+    },
+    // 查询气象胁迫报告
+    getWeatherStress: {
+        url: config.base_new_url + "questionnaire/weather_stress_report",
+        type: "get",
+    },
 }