acdr-ui/dist/dev/mp-weixin/sheep/api/system/area.js

14 lines
307 B
JavaScript
Raw Normal View History

2024-09-19 07:20:14 +08:00
"use strict";
const sheep_request_index = require("../../request/index.js");
const AreaApi = {
// 获得地区树
getAreaTree: () => {
return sheep_request_index.request({
url: "/system/area/tree",
method: "GET"
});
}
};
exports.AreaApi = AreaApi;
//# sourceMappingURL=area.js.map