.
shuishen
2022-03-31 3ffc6c12a3fa1deba2e4e9c85c158f19d309f258
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",
  });
};