feat: dlna

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-12 19:02:40 +08:00
parent 0acd9ca767
commit 37b1228552
11 changed files with 257 additions and 41 deletions

View File

@@ -5,10 +5,10 @@ import 'package:crypto/crypto.dart';
abstract class AppSign {
static void appSign(
Map<String, dynamic> params, [
Map<String, dynamic> params, {
String appkey = Constants.appKey,
String appsec = Constants.appSec,
]) {
}) {
params['appkey'] = appkey;
var searchParams = Uri(
queryParameters: params.map(