Browse Source

爱听接口文件

DESKTOP-2S67K1S\31396 2 năm trước cách đây
mục cha
commit
d11696fcc3
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      src/api/imusic.js

+ 9 - 0
src/api/imusic.js

@@ -0,0 +1,9 @@
+import request from "../utils/request";
+
+export function detail(data){
+  return request({
+    url: `/music/atmd/groupDetail`,
+    method: 'post',
+    data
+  })
+}