jihongshun
9 天以前 ecc89fd2f61441ea03a264f6111a6089ce4ed2aa
src/api/system/template.js
@@ -32,3 +32,11 @@
    method: 'get'
  });
}
export function buildKmz(data) {
  return request({
    url: '/buildKmz',
    method: 'post',
    data: data
  });
}