feature_0521
parent
e0c608c141
commit
59fd5eda6a
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,10 @@
|
||||
import http from "../CommonHttp";
|
||||
import axios from "axios";
|
||||
|
||||
export function getList(params, call) {
|
||||
return http.get("/fission/recruit/list", params).then(call);
|
||||
}
|
||||
|
||||
export default {
|
||||
getList,
|
||||
};
|
Loading…
Reference in New Issue