index.js 199 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9
import Api from "~/service/Api"

export function my(data) {
    return Api.post("/notice/task/my", data)
}

export function noticeQuery(data) {
    return Api.post("/notice/task/noticeQuery", data)
}