peng
2025-06-23 a01523ab9ba314c0eb933160f331de1bca02084e
manager/src/api/customer.js
@@ -69,6 +69,8 @@
    method: "DELETE",
  })
}
// 商家下拉
export const getStoreSelectOptions = () =>{
  return service({
    url: '/customerManager/store/selectOption',
@@ -76,3 +78,9 @@
  })
}
export const getCustomerInfo= (params) =>{
  return service({
    url: '/customerManager/'+ params,
    method: 'GET'
  })
}