logout method
退出登录
Implementation
Future<BoolEntity?> logout() async {
return await BujuanMusicManager()
.post<BoolEntity>(url: Api.logout, options: createOption(), data: {});
}
退出登录
Future<BoolEntity?> logout() async {
return await BujuanMusicManager()
.post<BoolEntity>(url: Api.logout, options: createOption(), data: {});
}