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