zxl
2 天以前 7f6e12bff1dad726ec103c786473da45f5a27bf0
manager/src/api/prize-store.js
@@ -27,3 +27,10 @@
    method: "POST",
  })
}
export const getClaimPage = (params) =>{
  return service({
    url: "/lmk/scan-prize/getClaimPage",
    method: "GET",
    params:params
  })
}