zxl
2025-10-23 5a80a60227011398c8fe306d4adcdd09297d21e2
1
2
3
4
5
6
7
8
import service from "../libs/axios";
 
export const detailById = (param) =>{
  return service({
    url:"/memberCustomerTag/detail/"+ param,
    method:"GET",
  })
}