Crunchy
2024-05-21 0a3b4bac16a4cf49deaddc6b4f3a2aeee90e9061
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
  })