import http from "@/http"; export default { getMybackLog: (params) => { return http.get('/sccg/my_backlog/query', params); } }