liuyg
2022-03-28 0f6f73971c9c3db3d591018a8e6c2272ea07088a
src/api/mobile/hd/hd.js
@@ -13,3 +13,10 @@
    method: "get",
  });
};
export const getdetail = (id) => {
  return request({
    url: `blade-hd/hd/detail?id=` + id,
    method: "get",
  });
};