You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
227 B
11 lines
227 B
4 months ago
|
import request from "@/api";
|
||
|
|
||
|
export function getSearchApi(params) {
|
||
|
return request.request({
|
||
|
url: "/dsideal_yy/intellioa/schoolDistrict/schoolDistrict/search",
|
||
|
method: "GET",
|
||
|
data: params,
|
||
|
});
|
||
|
}
|
||
|
|