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