jihongshun
2025-07-18 d8662fba10c3aab8366f46a216b9c2fc615901d2
src/api/system/template.js
@@ -32,3 +32,11 @@
    method: 'get'
  });
}
export function buildKmz(data) {
  return request({
    url: '/buildKmz',
    method: 'post',
    data: data
  });
}