zxl
4 天以前 c1e567ddda7f65651179a8a73ca849b07b066b14
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'
  })
}