Explorar o código

fetch:志愿者信息回显

贾宇博 hai 1 mes
pai
achega
5779187bcc
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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) {