Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 931 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 931 Bytes

flutter_kugou

学习Flutter,模仿做个酷狗

lib/component/net/net_util.dart 中添加你的酷狗登录的 cookie

Response response = await Dio().get(url, queryParameters: params, options: Options(headers: {
      "Cookie" : "你的登录cookie"
    }));

Image text Image text Image text Image text Image text Image text