peng
2025-10-22 5596ea666d2b2b69ab4d18740c4074ad4cc53dd6
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"
  })
}