peng
2 天以前 dd03191941e39199709a5d9fca08bf7708a6efbb
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"
  })
}