소스 검색

fix: 接口

刘秀芳 1 주 전
부모
커밋
22a0ded2da
1개의 변경된 파일과 15개의 추가작업 그리고 0개의 파일을 삭제
  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",
+    },
 }