zouyu
2024-03-06 6ac64fea29fa0df01f9d0e70372e086de9725aa1
src/api/plan/customer.js
@@ -25,9 +25,9 @@
  })
}
export function addObj(obj) {
export function saveOrUpdate(obj) {
  return request({
    url: '/mes/customer',
    url: '/mes/customer/saveOrUpdate',
    method: 'post',
    data: obj
  })