zxl
2025-11-25 eea62f8a4cac45e9fba425fb2069bf2a504c2e98
1
2
3
4
5
6
7
8
import service from "@/libs/axios";
 
export const getStoreRelationship = (param) =>{
  return service({
    url:"/lmk/storeRelationship/" + param,
    method:"GET"
  })
}