瀏覽代碼

fetch:志愿者信息回显

贾宇博 1 月之前
父節點
當前提交
5779187bcc
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      api/volunteer.js

+ 9 - 0
api/volunteer.js

@@ -9,6 +9,15 @@ export function add(data) {
     })
 }
 
+//志愿者信息回显
+export function getVolunteerInfo(data) {
+    return request({
+        url: `/core/volunteer/info/volunteerInfo`,
+        method: 'get',
+        params: data
+    })
+}
+
 
 //修改志愿者排班日期
 export function workDate(data) {